document.write( "Question 1087197: the difference of two numbers is 50, where one number is three times the other and whose product is a minimum. What are the two numbers?
\n" ); document.write( "I know the answer, but how would i test out for the min?
\n" ); document.write( "

Algebra.Com's Answer #701482 by josgarithmetic(39623)\"\" \"About 
You can put this solution on YOUR website!
--------------------------------------------------------------------------------
\n" ); document.write( "the difference of two numbers is 50, where one number is three times the other and whose product is a minimum.
\n" ); document.write( "--------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Just taking this part: difference of two numbers is 50, where one number is three times the other...\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x, smaller number
\n" ); document.write( "y, larger number
\n" ); document.write( "\"system%28y-x=50%2Cy=3x%29\", two equations, two unknown variables\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"3x-x=50\"
\n" ); document.write( "\"2x=50\"
\n" ); document.write( "\"x=25\"
\n" ); document.write( "\"y=75\"
\n" ); document.write( "-
\n" ); document.write( "The numbers should be 25 and 75.\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( "Product is minimum?
\n" ); document.write( "\"3x%2Ax=p\"
\n" ); document.write( "\"3x%5E2=p\"
\n" ); document.write( "?
\n" ); document.write( "
\n" );