SOLUTION: Find two consecutive even integers whose product is 224.
Algebra
->
Real-numbers
-> SOLUTION: Find two consecutive even integers whose product is 224.
Log On
Algebra: Real numbers, Irrational numbers, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on real-numbers
Question 139386
:
Find two consecutive even integers whose product is 224.
Answer by
scott8148(6628)
(
Show Source
):
You can
put this solution on YOUR website!
225 is 15^2, so 14 and 16 are a good guess
let x="1st integer", so x+2="2nd integer"
x(x+2)=224 __ x^2+2x-224=0 __ factoring __ (x+16)(x-14)=0
x+16=0 __ x=-16
x-14=0 __ x=14
integers are 14 and 16 OR -16 and -14