document.write( "Question 118645: 7. The sum of two numbers is 17 and the sum of their square is 145. Find the larger number. \n" ); document.write( "
Algebra.Com's Answer #86770 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 17 and the sum of their square is 145. Find the larger number. \n" ); document.write( "-------------- \n" ); document.write( "Let one of the numbers be \"x\"; the other is \"17-x\". \n" ); document.write( "EQUATION: \n" ); document.write( "x^2 + (17-x)^2 = 145 \n" ); document.write( "x^2 + 289 - 34x + x^2 = 145 \n" ); document.write( "2x^2-34x+144=0 \n" ); document.write( "x^2 - 17x + 72 = 0 \n" ); document.write( "(x-9)(x-8) = 0 \n" ); document.write( "x = 9 or x = 8 \n" ); document.write( "If one of the numbers is 9 the other is 17-9=8 \n" ); document.write( "If one of te numbers is 8 the other is 17-8=9 \n" ); document.write( "================ \n" ); document.write( "The larger number is 9. \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |