We start with the number 999. You can choose to remove 1 digit from the number, subtract 5, or divide by 2. What is the least amount of moves it can take to make 1?
You cannot make non-integer values.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Our goal is to try to make 999 into 1 with the choices provided.
Our first goal is to get it to a 1 digit number. Thankfully, using the remove 1 digit choice 2 times gets us 9.
Then, looking at our other choices, we can only subtract 5, so we get 4.
Then we divide by 2 2 times to get 1.
Counting our moves, we get 2+1+2= 5