You can put this solution on YOUR website! The product of two consecutive positive even integers is 360. Find the integers.
LET ANY EVEN INTEGER=2N...NEXT EVEN INTEGER =2N+2
2N(2N+2)=360
N(N+1)=90
N^2+N-90=0
(N+10)(N-9)=0
N=9
THE 2 EVEN INTEGERS ARE 2*9=18 AND 20
You can put this solution on YOUR website! 1st even number : 2x
2nd even number : 2x+2
EQUATION:
Product = 360
2x(2x+2)=360
x(x+1) = 90
x^2+x-90=0
(x+10)(x-9)= 0
x=-10 or x=9
But 2x must be positive,so
1st even number: 2x=18
2nd eve number : 2x+2 = 20
Cheers,
Stan H.