My way is not the fastest one, but it might be suitable for people who don't work well with decimal and work better with fraction. Besides that, my principle is to reduce the workload at the final step of calculation to avoid unnecessary mistakes. I don't want to lose this type of question after spending over 2 mins to read the question, have a plan and solve the equation
1. They ask "at most", so to avoid forgetting +1 at the last step, assign x as the total miles at most. Thus, the extra miles are demonstrated as x-1 (miles)
2. Change all the decimal numbers to the fractions:
4.25 = 41/4 = 17/4
2.65 = 2 65/100 = 2 13/20 = 53/20
62.55 = 62 11/20 = 1251/20
3. Combine the above information to have your completed equation:
17/4 + 53/20 (x-1) = 1251/20 ---> At this time, you can see that by multiplying "20" to both sides of the equation, you will simplify the calculation
17*5 + 53x - 53 = 1251 ---> Now you only work with the integer number
53x +85 - 53 = 1251
53x = 1219
To this point, you have two ways: either you are confident with your division skill and have x =23, or if faster, recognize the last digit of the calculation: 3*x = 9 -> the answer must be 23