document.write( "Question 1114501: the product of two numbers is 288.
\n" );
document.write( "Maximize the sum of the second number and twice the first number. \n" );
document.write( "
Algebra.Com's Answer #729539 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The product of two numbers is 288. \n" ); document.write( "xz = 288 \n" ); document.write( "z = 288/x \n" ); document.write( "Maximize the sum of the second number and twice the first number. \n" ); document.write( "(288/x) + 2x \n" ); document.write( "Looking this over, assuming integers \n" ); document.write( "(288/288) + 2(288) \n" ); document.write( " x=288, z=1, max would be 577\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |