document.write( "Question 1115264: Ron attends a cocktail party (with his graphing calculator in his pocket). He wants to limit
\n" ); document.write( "his food intake to 123 g protein, 110 g fat, and 168 g carbohydrate. According to the health
\n" ); document.write( "conscious hostess, the marinated mushroom caps have 3 g protein, 5 g fat, and 9 g
\n" ); document.write( "carbohydrate; the spicy meatballs have 14 g protein, 7 g fat, and 15 g carbohydrate; and the
\n" ); document.write( "deviled eggs have 13 g protein, 15 g fat, and 6 g carbohydrate. How many of each snack
\n" ); document.write( "can he eat to obtain his goal?
\n" ); document.write( "

Algebra.Com's Answer #730158 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x be the number of the marinated mushroom caps;\r\n" );
document.write( "    y be the number of the spicy meatball;\r\n" );
document.write( "    z be the number of the deviled eggs.\r\n" );
document.write( "\r\n" );
document.write( "According to the condition, these tree balance equations are in place:\r\n" );
document.write( "\r\n" );
document.write( "   3x + 14y + 13z = 123  grams of protein         (1)\r\n" );
document.write( "   5x +  7y + 15z = 110  grams of fat             (2)\r\n" );
document.write( "   9x + 15y +  6z = 168  grams of carbohydrate    (3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, what Ron must do is to input the coefficients of the matrix and the right side terms into his calculator and then press the button \"highlight%28SOLVE%29\".\r\n" );
document.write( "\r\n" );
document.write( "Then he will obtain the answer.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Instead of calculator, I used this popular free of charge online solver in this site\r\n" );
document.write( "\r\n" );
document.write( "https://www.algebra.com/algebra/homework/Matrices-and-determiminant/cramers-rule-3x3.solver\r\n" );
document.write( "\r\n" );
document.write( "written by our colleague  Jim Thompson to get this answer:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "x = 9   (marinated mushroom caps),\r\n" );
document.write( "y = 5   (spicy meatball),\r\n" );
document.write( "z = 2   (deviled eggs).\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );