document.write( "Question 1128977: Among all pairs of numbers whose difference is 8, find a pair whose product is as small as possible. What is the minimum product?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The pair of numbers whose difference is 8 and whose product is as small as possible is
\n" );
document.write( "____________________________________ ?
\n" );
document.write( "(Use a comma to separate answers.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The minimum product is _____________________________________________? \n" );
document.write( "
Algebra.Com's Answer #745511 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the two numbers be x and x+8; then the product is x^2+8x. \n" ); document.write( "The minimum value of a quadratic function ax^2+bx+c is when x = -b/2a; in this problem that is -8/2 = -4. \n" ); document.write( "So the two numbers are x=-4 and x+8 = 4; the minimum product is -16. \n" ); document.write( " |