document.write( "Question 841111: What are three consecutive integers such as that the square of the third is 5 more than 4 times the sum of the first and second? \n" ); document.write( "
Algebra.Com's Answer #805926 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x-1, x, x+1\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+1)^2 = 5 + 4(x-1 + x) \n" ); document.write( "x^2 + 2x + 1 = 5 + 8x - 4 \n" ); document.write( "x^2 - 6x = 0 \n" ); document.write( "x(x - 6) = 0 \n" ); document.write( "x = 0, x = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers could be {-1, 0, 1} or {5, 6, 7}. \n" ); document.write( " |