document.write( "Question 796559: The sum of two numbers is 19, and the sum of their squares is 185. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #481517 by luke94(89)![]() ![]() ![]() You can put this solution on YOUR website! Hi there, not sure of a quicker way to answer but can go through trial and error by testing two numbers that add up to 19 but there squares add to 185\r \n" ); document.write( "\n" ); document.write( "0 + 19 = 0^2 + 19^2 = 361 \n" ); document.write( "1 + 18 = 19, 1^2 + 18^2 = 325 \n" ); document.write( "2 + 17 = 19, 2^2 + 17^2 = 293 \n" ); document.write( "3 + 16 = 19, 3^2 + 16^2 = 265 \n" ); document.write( "4 + 15 = 19, 4^2 + 15^2 = 241 \n" ); document.write( "5 + 14 = 19, 5^2 + 14^2 = 221 \n" ); document.write( "6 + 13 = 19, 6^2 + 13^2 = 205 \n" ); document.write( "7 + 12 = 19, 7^2 + 12^2 = 193 \n" ); document.write( "8 + 11 = 19, 8^2 + 11^2 = 185\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore your two numbers are 8 and 11 \n" ); document.write( " |