Question 947750
let n = the first even integer. 
Then the next even integer is n+2.
We are given that
(1) n*(n+2) = 6n or
(2) n*n + 2n = 6n or
(3) n^2 - 4n = 0 or
(4) n*(n - 4) = 0 which has two roots
(5) n = (0,4)
The first root n = 0 is called the trivial solution because (1) gives us 0 = 0. The solution is
(6) n = 4
Check this using (1).
Is (4*(4+2)=6*4)?
Is (4*6 = 24)?Is (24=24)? Yes
Answer: The two consecutive even integers are 4 and 6.