Find three consecutive numbers which of the sum of the first and second equals to the third decreased by one.
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.
If the numbers are x − 1 , x , x + 1 , we need to solve 7 4 ( ( x − 1 ) + x ) = ( x + 1 ) − 1 = x so that 8 x − 4 = 7 x , and hence x = 4 . The required solution is 3 , 4 , 5 , which matches none of the options provided (since none of the options provided offer consecutive integers, the "none of the above" option is immediate, anyway.