Concept:A mapping rule is found by testing the given input-output pairs from the diagram.Explanation:From the mapping, the pairs are 1→3, 2→5, and 3→7.Test x→2x+1:For x=1: 2(1)+1=3.For x=2: 2(2)+1=5.For x=3: 2(3)+1=7.All pairs agree, so the rule is x→2x+1.Answer:D. x→2x+1