Translate and solve the number problem: Find two consecutive even integers such that six times the first integer equals three times the second integer.
a. 2, 4
b. 6, 8
c. -4, -2
d. 4, 6
Let x be the first integer.
x + 2 will be the other integer.
6(x) = 3(x + 2)
6x = 3x + 6
3x = 6
x = 2 and x+ 2 = 4