document.write( "Question 978705: the sum of two numbers is 22 and the sum of their square is 250. find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #600135 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 22 and the sum of their square is 250. find the numbers \n" ); document.write( "--------- \n" ); document.write( "x + y = 22 \n" ); document.write( "x^2 + y^2 = 250 \n" ); document.write( "---------- \n" ); document.write( "y = 22-x \n" ); document.write( "Sub for y \n" ); document.write( "x^2 + (22-x)^2 = 250 \n" ); document.write( "x = 9 \n" ); document.write( "y = 13 \n" ); document.write( "============= \n" ); document.write( " \n" ); document.write( " |