document.write( "Question 819276: The kiwi juice comes in two concentrated
\n" );
document.write( "forms, 13% an 30% kiwi juice, which must
\n" );
document.write( "be combined into a solution that can be
\n" );
document.write( "mixed with the orange juice. If 40 gallons
\n" );
document.write( "of 13% juice is used, how many gallons of
\n" );
document.write( "the 30% juice must be used to obtain a
\n" );
document.write( "20% kiwi juice solution? \n" );
document.write( "
Algebra.Com's Answer #493012 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 13w + 30s = 20v \n" ); document.write( "w = 40 \n" ); document.write( "v = w + s \n" ); document.write( "v = 40 + s \n" ); document.write( "--- \n" ); document.write( "13w + 30s = 20v \n" ); document.write( "13(40) + 30s = 20(40 + s) \n" ); document.write( "520 + 30s = 800 + 20s \n" ); document.write( "10s = 280 \n" ); document.write( "s = 28 \n" ); document.write( "--- \n" ); document.write( "28 gallons of 30% kiwi juice \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( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |