document.write( "Question 290686: The average of two numbers a and b is C, and the product of a and b is D. What is then a^2 + b^2\r
\n" );
document.write( "\n" );
document.write( "(a) C^2- 2D (b) 2C^2- 2D (c) 4C^2- D (d) 2C^2- D (e) 4C^2- 2D \n" );
document.write( "
Algebra.Com's Answer #210394 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The average of two numbers a and b is C, \n" ); document.write( " \n" ); document.write( "a + b = 2c \n" ); document.write( ": \n" ); document.write( "and the product of a and b is D. \n" ); document.write( "ab = d \n" ); document.write( ": \n" ); document.write( "What is then a^2 + b^2 \n" ); document.write( ": \n" ); document.write( "We know (a+b)*(a+b) = a^2 + 2ab + b^2 \n" ); document.write( "then \n" ); document.write( "2c * 2c = 4c^2 = a^2 + 2ab + b^2 \n" ); document.write( "we know \n" ); document.write( "2ab = 2d, subtract this to get a^2 + b^2 \n" ); document.write( "therefore \n" ); document.write( "a^2 + b^2 = 4c^2 - 2d \n" ); document.write( " |