document.write( "Question 868394: I have no idea how to solve this and my book has no examples to show me. \"What is the minimum product of two numbers whose difference is 4?\" \n" ); document.write( "
Algebra.Com's Answer #523517 by Edwin McCravy(20065) You can put this solution on YOUR website! I have no idea how to solve this and my book has no examples to show me. \"What is the minimum product of two numbers whose difference is 4?\" \n" ); document.write( " \r\n" ); document.write( "Let z = one number\r\n" ); document.write( "Let x = other number\r\n" ); document.write( "Let y = their product = xz\r\n" ); document.write( "\r\n" ); document.write( "So y = xz\r\n" ); document.write( "\r\n" ); document.write( "Since their difference is 4\r\n" ); document.write( "\r\n" ); document.write( "z - x = 4\r\n" ); document.write( " z = 4+x\r\n" ); document.write( "\r\n" ); document.write( " y = xz\r\n" ); document.write( " y = x(4+x)\r\n" ); document.write( " y = 4x+x²\r\n" ); document.write( " y = x²+4x\r\n" ); document.write( "\r\n" ); document.write( "This is a parabola that opens upward:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |