document.write( "Question 1085089: 2 integers have a sum of 35. The sum of their squares is 637. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #699123 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 2 integers have a sum of 35. The sum of their squares is 637. Find the numbers. \n" ); document.write( "---------- \n" ); document.write( "35 = 5*7 \n" ); document.write( "637 = 13*7^2 \n" ); document.write( "---- \n" ); document.write( "--> 2*7 & 3*7 \n" ); document.write( "= 14 & 21 \n" ); document.write( "===================== \n" ); document.write( "The long way: \n" ); document.write( "x + y = 35 --> y = 35-x \n" ); document.write( "x^2 + y^2 = 637 \n" ); document.write( "Sub for y \n" ); document.write( "x^2 + (35-x)^2 = 637 \n" ); document.write( "2x^2 - 70x + 1225 = 637 \n" ); document.write( "2x^2 - 70x + 588 = 0 \n" ); document.write( "x^2 - 35x + 294 = 0 \n" ); document.write( "(x-14)*(x-21) = 0 \n" ); document.write( "etc.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |