document.write( "Question 350061: The product of two consecutive even number is 5928 . what is the greater number?
\n" );
document.write( "please help me to solve this question \n" );
document.write( "
Algebra.Com's Answer #250262 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the numbers be x and x+2. \n" ); document.write( "x(x+2)=5928 \n" ); document.write( "x^2+2x-5928=0 \n" ); document.write( "(x-76)(x+78)=0 \n" ); document.write( "x=76 \n" ); document.write( "x+2=78 the greater number \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |