document.write( "Question 91428: Find two consecutive positve integers such that the sum of thier square is 85. \n" ); document.write( "
Algebra.Com's Answer #66398 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! x^2+(x+1)^2=85 \n" ); document.write( "x^2+x^2+2x+1-85=0 \n" ); document.write( "2x^2+2x-84=0 \n" ); document.write( "(2+14)(x-6)=0 \n" ); document.write( "x-6=0 \n" ); document.write( "x=6 answer for the smaller number \n" ); document.write( "6+1=7 the larger number. \n" ); document.write( "proof \n" ); document.write( "6^2+7^2=85 \n" ); document.write( "36+49=85 \n" ); document.write( "85=85 \n" ); document.write( " \n" ); document.write( " |