document.write( "Question 168675: The sum of two numbers is six. The sum of the squares of the two numbers is twenty-six. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #124322 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is six. The sum of the squares of the two numbers is twenty-six. Find the two numbers. \n" ); document.write( "------------------------- \n" ); document.write( "Let one of the numbers be \"x\". \n" ); document.write( "Then the other numberis \"6-x\". \n" ); document.write( "---------------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "x^2 + (6-x)^2 = 26 \n" ); document.write( "x^2 + 36 -12x + x^2 = 26 \n" ); document.write( "2x^2 + 10 -12x = 0 \n" ); document.write( "x^2 - 6x + 5 = 0 \n" ); document.write( "(x-5)(x-1) = 0 \n" ); document.write( "x = 5 or x = 1 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |