document.write( "Question 703426: Question 1- Find 4 consecutive integers whose sum is twice the cube of 5.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806546 by CubeyThePenguin(3113) You can put this solution on YOUR website! x + (x+1) + (x+2) + (x+3) = 2(5^3) \n" ); document.write( "4x + 6 = 250 \n" ); document.write( "4x = 244 \n" ); document.write( "x = 61\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 61, 62, 63, 64 \n" ); document.write( " |