Concept:A mapping rule is correct if it gives the given output values for all corresponding input values.Explanation:Check each option by substituting the input values of x.For the mapping, the known pairs are 1→2, 2→5, 3→10, and 4→17.Test option C: x↦x2+1.When x=1, 12+1=1+1=2.When x=2, 22+1=4+1=5.When x=3, 32+1=9+1=10.When x=4, 42+1=16+1=17.All the output values match the given mapping.The other options do not satisfy all the pairs.Answer:The rule for the mapping is x↦x2+1.Correct option: C.