2023 AMC 8
Complete problem set with solutions and individual problem pages
Greta Grasshopper sits on a long line of lily pads in a pond. From any lily pad, Greta can jump pads to the right or pads to the left. What is the fewest number of jumps Greta must make to reach the lily pad located pads to the right of her starting position?
- A.
- B.
- C.
- D.
- E.
Solution 1
We have directions going right or left. We can assign a variable to each of these directions. We can call going right direction and we can call going left . We can build an equation of , where we have to limit the number of moves we do. We can do this by making more of our moves the move turn than the move turn. The first obvious step is to go some amount of moves in the right direction then subtract off in the left direction to land on . The least amount of ’s added to to make a multiple of is as . So now, we have solved the problem as we just go hops right, and just do 4 more hops left. Yielding as our answer.
 
Solution 2
Notice that , and jumping to the left increases the value of Greta's position by . Therefore, the number of jumps to the left must be . As the number of jumps to the left increases, so does the number of jumps to the right, we must minimize both, which occurs when we jump to the left and to the right. The answer is .
