SOLUTION: Find two consecutive odd or even integers such that 5 times the first integer is equal to 10 times the second integer, and write the value of the smaller integer only.
Hi,
Find two consecutive odd or even integers and
such that 5 times the first integer is equal to 10 times the second integer
Question states***
5x = 10(x+2)
5x = 10x + 20
-20 = 5x
-4 = x
and***