document.write( "Question 1042513: The sum of two numbers is 25 and the sum of their squares is 325. Find the number. \n" ); document.write( "
Algebra.Com's Answer #657500 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
If:
\n" ); document.write( "x+y = 25
\n" ); document.write( "then:
\n" ); document.write( "y = 25-x We'll use this value for y:
\n" ); document.write( "x^2+(25-x)^2 = 325
\n" ); document.write( "x^2+625-50x+x^2 = 325
\n" ); document.write( "2x^2-50x+300 = 0
\n" ); document.write( "x^2-25x+150=0
\n" ); document.write( "x=[25+-sqrt(625-4*150)]/2
\n" ); document.write( "x=[25+-5]/2
\n" ); document.write( "x=15 or x=10
\n" ); document.write( "So we have our two numbers, 15 and 10. Check:
\n" ); document.write( "15+10 = 25
\n" ); document.write( "15^2+10^2 = 225+100 = 325
\n" ); document.write( "Correct.
\n" ); document.write( "John
\n" ); document.write( "
\n" );