document.write( "Question 981830: two positive whole number differ by three the sum of the squares is 117 find the larger of the two numbers \n" ); document.write( "
Algebra.Com's Answer #602758 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x and x-3 are the numbers. \n" ); document.write( "x^2+(x-3)^2=117 \n" ); document.write( "x^2+x^2-6x+9=117 \n" ); document.write( "2x^2-6x-108=0 \n" ); document.write( "x^2-3x-54=0 \n" ); document.write( "(x+6)(x-9)=0 \n" ); document.write( "positive number is 9 \n" ); document.write( "other is 6. \n" ); document.write( "The sum of squares is 81+36=117.\r \n" ); document.write( "\n" ); document.write( "The larger is 9. \n" ); document.write( " \n" ); document.write( " |