document.write( "Question 253162: Find two numbers whose difference is four and whose product is minimum.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #185465 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
x*(x-4) = product
\n" ); document.write( "x^2 - 4x - product = 0
\n" ); document.write( "vertex at -b/2a = 4/2 = 2
\n" ); document.write( "--> 2 and -2
\n" ); document.write( "
\n" ); document.write( "
\n" );