document.write( "Question 932204: A person was in charge of ordering 35 pizzas for an office party. He ordered three types of pizza, cheese, pepperoni, and supreme, the cheese cost 9$ each, pepperoni cost 12$ each, and supreme cost 15$ each. He spent exactly twice as much money on the pepperoni pizza as he did the cheese pizza. If the person spent a total of 420$ how much was each type of pizza \n" ); document.write( "
Algebra.Com's Answer #566051 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = number cheese pizzas \n" ); document.write( "y = number pepperoni pizzas \n" ); document.write( "z = number supreme pizzas \n" ); document.write( "--- \n" ); document.write( "x + y + z = 35 \n" ); document.write( "9x + 12y + 15z = 420 \n" ); document.write( "12y = 2*9x \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "x + y + z = 35 \n" ); document.write( "9x + 12y + 15z = 420 \n" ); document.write( "18x - 12y = 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( "solution: \n" ); document.write( "x = number cheese pizzas = 10 \n" ); document.write( "y = number pepperoni pizzas = 15 \n" ); document.write( "z = number supreme pizzas = 10 \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( " |