Question: You have two numbers (a, b). At each step you can either multiply just one number by 2, or add any number (negative included) to both. What is the minimum number of steps to get from (a, b) to (0, 0)? Justify.
I’ve given this question a think and haven’t reached any solid conclusion, hence I’ve come to ask for any second opinions... all of which are absolutely welcome!
My approach was to start from the end goal of reaching (0, 0). In order to reach (0, 0) the final step has to be an addition, as no multiplication in the case of this question will reach 0... and I think due to a bit of a lack of understanding of what the question is actually asking for causes me to get stumped here.
Any suggestions/contributions would be greatly appreciated!
[The context of this question is from a problem-solving paper for university admissions and so it’s designed to be particularly challenging, although there should be a general solution, i.e. for n numbers, instead of just 2 numbers as in this question (a and b).]