document.write( "Question 1012447: the product of 3 consecutive even natural numbers divided by their sum is 64. what is the middle number?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #628383 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "the product of 3 consecutive even natural numbers divided by their sum is 64. what is the middle number? \n" ); document.write( "------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be that middle number.\r\n" ); document.write( "Then the three numbers are (x-2), x, and (x+2).\r\n" ); document.write( "\r\n" ); document.write( "Their product is P = (x-2)*x*(x+2) = x*(x^2 - 4).\r\n" ); document.write( "Their sum is S = (x-2) + x + (x+2) = 3x.\r\n" ); document.write( "The equation is \r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |