document.write( "Question 1026032: A person was in charge of ordering 38 pizzas for the office party. He ordered three types of pizza: cheese pepperoni and supreme. the cheese pizza cost $6 each the pepperoni cost $9 each and the supreme pizza's cost $12 each. He spent exactly twice as much on the pepperoni pizza's as he did on the cheese pizza's. If the person spent a total of $336 on pizza how many of each type did he buy? \n" ); document.write( "
Algebra.Com's Answer #641353 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Try to summarize price information as a table.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "cheese           6\r\n" );
document.write( "pepperoni        9\r\n" );
document.write( "supreme         12\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "List the cost of each pizza type bought.
\n" ); document.write( "
\r\n" );
document.write( "Variables for how many of each type may be c for Cheese, p for Pepperoni, s for Supreme.\r\n" );
document.write( "cheese           6c     \r\n" );
document.write( "pepperoni        9p\r\n" );
document.write( "supreme         12s\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"He spent.....\",
\n" ); document.write( "becomes \"9p=2%2A6c\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are two other equations which come from the description.
\n" ); document.write( "\"system%28c%2Bp%2Bs=38%2C6c%2B9p%2B12s=336%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The more complete system to solve is this:
\n" ); document.write( "\"system%28c%2Bp%2Bs=38%2C6c%2B9p%2B12s=336%2C9p=12c%29\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Simplify the system and solve it for c, p, and s.
\n" ); document.write( "
\n" );