document.write( "Question 986733: there are three consecutive even integers. the square of the first number is six less than 5 times the sum of the second and third. what are the three numbers. there are 2 sets of 3 numbers give both
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #607516 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x is the first, x+2 and x+4 are the others, \n" ); document.write( "x^2+6=5(2x+6) \n" ); document.write( "x^2+6=10x+30 \n" ); document.write( "x^2-10x-24=0 \n" ); document.write( "(x-12)(x+2)=0 \n" ); document.write( "12,14,16 ;; 144=150-6 \n" ); document.write( "-2,0,2;;4=10-6 \n" ); document.write( " |