document.write( "Question 1012448: 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 #628386 by ikleyn(52788)\"\" \"About 
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( "\"P%2FS\" = 64,  or \"%28x%2A%28x%5E2-4%29%29%2F%283x%29\" = 64,  or  \"%28x%5E2-4%29%2F3\" = 64.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2+-+4\" = 64*3 = 192,  \"x%5E2\" = 192 + 4 = 196,  x = +/-14.\r\n" );
document.write( "\r\n" );
document.write( "Since the condition talks about natural numbers, only positive value is the solution.\r\n" );
document.write( "\r\n" );
document.write( "Answer. x = 14.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );