SOLUTION: I am having trouble figuring out how to work this problem out. Cannot get the right equations or answer.
Find two consecutive even integers such that the square of the second,
Algebra ->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: I am having trouble figuring out how to work this problem out. Cannot get the right equations or answer.
Find two consecutive even integers such that the square of the second,
Log On
Question 864327: I am having trouble figuring out how to work this problem out. Cannot get the right equations or answer.
Find two consecutive even integers such that the square of the second, decreased by three times the first is 46. Found 2 solutions by mananth, josgarithmetic:Answer by mananth(16946) (Show Source):
You can put this solution on YOUR website! Find two consecutive even integers such that the square of the second, decreased by three times the first is 46.
let the integers be x & (x+2)
square of the second = (x+2) ^2
decreased by 3 times the first
(x+2)^2-3x46
x^2+4x+4-3x=46
x^2+x=46-4
x^2+x=42
x^2+x-42=0
x^2+7x-6x-42=0
x(x+7)-6(x+7)=0
(x+7)(x-6)=0
x=-7 OR x=6
even integers
so 6 & 8