document.write( "Question 448687: The sum of two numbers is 12 and the sum of their squares is 74 \n" ); document.write( "
Algebra.Com's Answer #308714 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 12 and the sum of their squares is 74 \n" ); document.write( "----------------------------- \n" ); document.write( "Equation: \n" ); document.write( "x + y = 12 \n" ); document.write( "x^2 + y^2 = 74 \n" ); document.write( "--------------------- \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "---- \n" ); document.write( "x^2 + (12-x^2)^2 = 74 \n" ); document.write( "---- \n" ); document.write( "x^2 + 144 -24x^2 + x^4 = 74 \n" ); document.write( "-------- \n" ); document.write( "x^4 -23x^2 + 70 = 0 \n" ); document.write( "---- \n" ); document.write( "Use the quadratic formula to find the 4 solutions. \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |