document.write( "Question 932201: The Royal Fruit Company produces two types of fruit drinks. The first type is
\n" );
document.write( "60%
\n" );
document.write( " pure fruit juice, and the second type is
\n" );
document.write( "85%
\n" );
document.write( " pure fruit juice. The company is attempting to produce a fruit drink that contains
\n" );
document.write( "80%
\n" );
document.write( " pure fruit juice. How many pints of each of the two existing types of drink must be used to make
\n" );
document.write( "180
\n" );
document.write( " pints of a mixture that is
\n" );
document.write( "80%
\n" );
document.write( " pure fruit juice? \n" );
document.write( "
Algebra.Com's Answer #566045 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = pints of 60% \n" ); document.write( "y = pints of 85% \n" ); document.write( "--- \n" ); document.write( "x + y = 180 \n" ); document.write( "60x + 85y = 80*180 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "x + y = 180 \n" ); document.write( "60x + 85y = 14400 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = pints of 60% = 36 \n" ); document.write( "y = pints of 85% = 144 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |