document.write( "Question 532231: What is the steps to \"find three consecutive integers whose sum is the square of 6\"? \n" ); document.write( "
Algebra.Com's Answer #350777 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! n + (n + 1) + (n + 2) = 6^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3n + 3 = 36 \n" ); document.write( " |