document.write( "Question 141799: I am in desparate need of assistance with augmented matrix. I need to solve the following situation: A group of students decides to sell pizzas to help raise money for their senior class trip. They sold pepperoni for $12, sausage for $10, and cheese for $8. At the end of their sales the class sold a total of 600 pizzas and made $5900. The students sold 175 more cheese pizzas than sausage pizzas. Set up a system of three equations and three unknowns, use an augmented matrix to solve. Identify the three unknowns. Write a separate equation representing each of the first three sentences. Determine the augmented matrix that represents the three equations and solve for the matrix.
\n" );
document.write( "And finally,how many of each type of pizza were sold?
\n" );
document.write( "If any one can assistance I would appreciate the help.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #103352 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A group of students decides to sell pizzas to help raise money for their senior class trip. \n" ); document.write( "They sold pepperoni for $12, sausage for $10, and cheese for $8. \n" ); document.write( "---------------- \n" ); document.write( "At the end of their sales the class sold a total of 600 pizzas and made $5900. \n" ); document.write( "Quantity Eq: p + s + c = 600 \n" ); document.write( "Value Eq: 12p + 10s + 8c = 5900 \n" ); document.write( "------------------- \n" ); document.write( "The students sold 175 more cheese pizzas than sausage pizzas. \n" ); document.write( "Relation Eq: c = s + 175 \n" ); document.write( "------------------ \n" ); document.write( "Set up a system of three equations and three unknowns, use an augmented matrix to solve. Identify the three unknowns. \n" ); document.write( "--------------------------- \n" ); document.write( "Write a separate equation representing each of the first three sentences. \n" ); document.write( "p + s + c = 600 \n" ); document.write( "12p + 10s + 8c = 5900 \n" ); document.write( "0 - s + c = 175 \n" ); document.write( "------------- \n" ); document.write( "Comment: You can write these as an aumented matix \n" ); document.write( "--------------- \n" ); document.write( "Solve the system anyway you can to get: \n" ); document.write( "p = 225 (# of pepperoni sold) \n" ); document.write( "s = 100 (# of sausage sold) \n" ); document.write( "c = 275 (# of cheese sold) \n" ); document.write( "--------------------------- \n" ); document.write( "Determine the augmented matrix that represents the three equations and solve for the matrix. \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |