document.write( "Question 872800: 1. Jason says that \"the sum of the squares of three consecutive integers is 112.\" Is this possible? If so, find the value of the integers. If not, explain mathematically. \r
\n" );
document.write( "\n" );
document.write( "I don't understand how I would set up the problem. \n" );
document.write( "
Algebra.Com's Answer #526405 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x^2 + (x+1)^2 + (x+2)^2 = 112 \n" ); document.write( "x^2 +x^2+2x+1 + x^2+4x+4 = 112 \n" ); document.write( " 3x^2 + 6x - 107 = 0 \n" ); document.write( "
|