document.write( "Question 75855: Suppose the sum of two numbers is 16. Find the two such numbers such that the sum of their squares would be a minimum. \n" ); document.write( "
Algebra.Com's Answer #54556 by Cintchr(481)\"\" \"About 
You can put this solution on YOUR website!
1 + 15 = 16 ..... 1^2 + 15^2 = 1 + 225 = 226
\n" ); document.write( "2 + 14 = 16 ..... 2^2 + 14^2 = 4 + 196 = 200
\n" ); document.write( "and so on and so on ....
\n" ); document.write( "8 + 8 = 16 ...... 8^2 + 8^2 = 64 + 64 = 128
\n" ); document.write( "This is your minimum
\n" ); document.write( "
\n" );