SOLUTION: I'm really bad at word problems. This one i am lost and i don't get. Find 3 consecutive even numbers where the product of the smaller two numbers is 64 less than of the square o

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: I'm really bad at word problems. This one i am lost and i don't get. Find 3 consecutive even numbers where the product of the smaller two numbers is 64 less than of the square o      Log On


   



Question 252543: I'm really bad at word problems. This one i am lost and i don't get.
Find 3 consecutive even numbers where the product of the smaller two numbers is 64 less than of the square of the largest number.
I would greatly appreciate the help and in advance saying thank you very much!

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
I'm really bad at word problems. This one i am lost and i don't get.
Find 3 consecutive even numbers

That's n, the smallest, n%2B2, the middle sized, 
and n%2B4, the largest

where the product of the smaller two numbers

That product is n times n%2B2, which is n%28n%2B2%29

is 64 less than of the square of the largest number.

That means that that product is equal to the largest number, n%2B4,
squared or %28n%2B4%29%5E2, with 64 subtracted from it.  That is, 
that product is equal to %28n%2B4%29%5E2-64

So it's nothing but the equation:

n%28n%2B2%29=%28n%2B4%29%5E2-64

See? It just takes reading carefully and thinking about what
it really says about those unknown even integers. Can you now solve 
that equation?  If not post again asking how.  The answer is
n=8, so the three consectutive even integers are 8,10,
and 12.

And you can easily check it:

the product of the smaller two numbers is 8x10 or 80,
and 80 really is 64 less than 144, which the largest,
12, squared.

Edwin