document.write( "Question 1196249: A fruit juice company makes two special drinks by blending apple and pineapple juices. The first drink
\n" ); document.write( "uses 30% apple juice and 70% pineapple juice, while the second drink uses 60% apple juice and 40%
\n" ); document.write( "pineapple juice. There are 1000 liters of apple juice and 1500 liters of pineapple juice available. If the
\n" ); document.write( "profit for the first drink is N$.60 per liter and that for the second drink is N$.50, use the simplex
\n" ); document.write( "method to find the number of liters of each drink that should be produced in order to maximize the
\n" ); document.write( "profit.
\n" ); document.write( "

Algebra.Com's Answer #829019 by amoresroy(361)\"\" \"About 
You can put this solution on YOUR website!
Let x = the number of liters of 1st drink
\n" ); document.write( " y = the number of liters of 2nd drink\r
\n" ); document.write( "\n" ); document.write( "Equations
\n" ); document.write( "(1) 0.3x + 0.6y = 1,000
\n" ); document.write( "(2). 0.7x + 0.4y = 1,500\r
\n" ); document.write( "\n" ); document.write( "Multiply equation (2) by 1.5
\n" ); document.write( "(3) 1.05x +0.6y = 2,250\r
\n" ); document.write( "\n" ); document.write( "Subtract equation (3) by equation (1)
\n" ); document.write( ".75x = 1,250
\n" ); document.write( " x = 1,667
\n" ); document.write( " y = 833\r
\n" ); document.write( "\n" ); document.write( "Answer
\n" ); document.write( "1,667 liters of 1st drink and 833 liters of 2nd drink should be produced.\r
\n" ); document.write( "\n" ); document.write( "Solved.
\n" ); document.write( "
\n" ); document.write( "
\n" );