document.write( "Question 928846: A sparkling-water distributor wants to make up 500 gal of sparkling water to sell for $8.00 per gallon. She wants to mix three grades of water selling for $12.00, $2.00, and $4.50 per gallon, respectively. She must use twice as much of the $4.50 water as the $2.00,water. How many gallons of each should she use? \n" ); document.write( "
Algebra.Com's Answer #564025 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = gallons of $2.00 water \n" ); document.write( "y = gallons of $4.50 water \n" ); document.write( "z = gallons of $12.00 water \n" ); document.write( "--- \n" ); document.write( "2.00x + 4.50y + 12.00z = 8.00*500 \n" ); document.write( "x + y + z = 500 \n" ); document.write( "y = 2x \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "2.00x + 4.50y + 12.00z = 4000 \n" ); document.write( "x + y + z = 500 \n" ); document.write( "2x - y = 0 \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( "answer: \n" ); document.write( "x = gallons of $2.00 water = 80 \n" ); document.write( "y = gallons of $4.50 water = 160 \n" ); document.write( "z = gallons of $12.00 water = 260 \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( " |