document.write( "Question 100452: Could someone please help me with this equation.
\n" );
document.write( "Find two consecutive positive integers such that the sum of their squares is 85. \n" );
document.write( "
Algebra.Com's Answer #73128 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let x, x+1, be the integers \n" ); document.write( "x^2+(x+1)^2=85 \n" ); document.write( "x^2+x^2+2x+1=85 \n" ); document.write( "2x^2+2x-84=0 subtract 85 from each side and combine terms. \n" ); document.write( "2(x^2+x-42)=0 factor \n" ); document.write( "2(x+7)(x-6)=0 \n" ); document.write( "x=-7 and x=6 \n" ); document.write( "so x=6 because the problem calls for positive integers. \n" ); document.write( "Check: \n" ); document.write( "6^2+7^2=36+49=85 \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |