document.write( "Question 1064107: What is the smallest possible value for the product of
\n" );
document.write( "2 real numbers that differ by 6?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #679150 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x be the larger number \n" ); document.write( "the smaller number is therefore x-6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference between the numbers will always be 6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "their product would be x * (x-6) = x^2 - 6x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let y be their product and you get y = x^2 - 6x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can use the max/min value formula to get the value of x where y is either max or min.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the coefficient of the x^2 term is positive, the max/min value will be min.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "set y = 0 and the quadratic equation is in standard form of ax^2 + bx = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that a = 1 and b = 6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the min/max formula for x is x = -b/2a.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will get x = -b/2a which becomes x = 6/2 = 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 3, the value of y is 9 - 18 = -9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the minimum value of the product is therefore -9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here is a graph of the quadratic equation in standard form.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |