I am thinking of two consecutive even number. I subtracted the smaller number to the larger number. I multiplied the difference by 10, and divided it by 5. I added 3 to the quotient, and subtracted 7 to it. What is the final number?
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.
Let a and a+2 be the consecutive numbers. The instruction asks us to subtract the larger number to the smaller number. a+2-a = 2 Then following the other instructions, 2*10 = 20, 20/5 = 4, 4+3 = 7, 7-7 = 0.