document.write( "Question 824611: I need explanation and solution:
\n" );
document.write( "The product of four consecutive natural numbers is 255024. Find these numbers. \n" );
document.write( "
Algebra.Com's Answer #496613 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the first natural number, then \n" ); document.write( "x * (x+1) * (x+2) * (x+3) = 255024 \n" ); document.write( "(x^2+x)* (x^2+5x+6) = 255024 \n" ); document.write( "x^4 + 6x^3 + 11x^2 + 6x - 255024 = 0 \n" ); document.write( "we get two sets of solutions for this problem \n" ); document.write( "(21, 22, 23, 24) or (-24, -23, -22, -21) \n" ); document.write( "check \n" ); document.write( "21 * 22 * 23 * 24 = 255024 \n" ); document.write( "answer checks\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |