'Multiplying a certain even number by 4 then
subtracting 16 gives you the next consecutive even
number.
We will replace the italicized words a certain
even number" with the letter n. And we have:
'Multiplying n by 4 then subtracting 16 gives you
the next consecutive even number.
We will replace the italicized words with n+2,
because you have to add 2 to an even number to get
the next even number. And now we have:
'Multiplying n by 4 then subtracting 16
gives you n+2.
We will replace the italicized words by 4n, and
we have:
4n then subtracting 16 gives you n+2.
We will replace the italicized words by - 16
and we have:
4n - 16 gives you n+2.
Finally we replace the italicized words by
an equal sign, " = ", and we have:
4n - 16 = n+2 <--- tada! an equation.
Solve that and get n = 6
Edwin