document.write( "Question 1000459: Find the minimum value of the product P of two numbers, one of which is 9 less than the twice of the other. \n" ); document.write( "
Algebra.Com's Answer #802564 by CubeyThePenguin(3113) You can put this solution on YOUR website! two numbers: (x)(2x-9) = 2x^2 - 9x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Complete the square: 2(x - 9/4)^2 -81/8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The minimum value of the product is -81/8, when the numbers are 9/4 and -9/2. \n" ); document.write( " |