document.write( "Question 796697: The sum of two numbers is 10. What are the two numbers if the sum of their squares is a minimum? \n" ); document.write( "
Algebra.Com's Answer #481499 by mohanraj04(12)\"\" \"About 
You can put this solution on YOUR website!
ans:
\n" ); document.write( "0+10=10 and (0^2)+(10^2)=100
\n" ); document.write( "1+9=10 and (1^2)+(9^2)=82
\n" ); document.write( "2+8=10 and (2^2)+(8^2)=68
\n" ); document.write( "3+7=10 and (3^2)+(7^2)=58
\n" ); document.write( "4+6=10 and (4^2)+(6^2)=52
\n" ); document.write( "5+5=10 and (5^2)+(5^2)=50
\n" ); document.write( "6+4=10 and (6^2)+(4^2)=52
\n" ); document.write( "7+3=10 and (7^2)+(3^2)=58
\n" ); document.write( "8+2=10 and (8^2)+(2^2)=68
\n" ); document.write( "9+1=10 and (9^2)+(1^2)=82
\n" ); document.write( "10+0=10 and (10^2)+(0^2)=100\r
\n" ); document.write( "\n" ); document.write( "here the minimum is 50 but it is the sum of same number.
\n" ); document.write( "the next minimum is 52 so the two numbers are 4 and 6
\n" ); document.write( "
\n" );