document.write( "Question 343462: A dietitian wants a patient to have meal with 66 grams of protein, 94.5 grams of carbohydrates, and 910 milligrams of calcium. The meal is composed of chicken, corn, milk. Each serving of chicken has 30 grams of protein, 35 grams of carbs, and 200 milligrams of calcium. Each serving of corn has 3 grams of protein, 16 grams of carbs, and 10 milligrams of calcium. Each serving of milk has 9 grams of protein, 13 grams of carbs, and 300 milligrams of calcium. How many servings of each need to be given to the patient?\r
\n" ); document.write( "\n" ); document.write( "I got the problems set up like this:\r
\n" ); document.write( "\n" ); document.write( "chicken=x
\n" ); document.write( "corn=y
\n" ); document.write( "milk=z\r
\n" ); document.write( "\n" ); document.write( "30x+3y+9z=66
\n" ); document.write( "35x+16y+13z=94.5
\n" ); document.write( "200x+10y+300z=910\r
\n" ); document.write( "\n" ); document.write( "I am pretty sure I need to do matrices , but don't know how to break it down? Can you please help me?
\n" ); document.write( "

Algebra.Com's Answer #245783 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
You don't necessarily need to solve using matrix methods but it is fastest.
\n" ); document.write( "You could also use substitution or elimination.
\n" ); document.write( "[A]=\"%28matrix%283%2C3%2C30%2C3%2C9%2C35%2C16%2C13%2C200%2C10%2C300%29%29\"
\n" ); document.write( "[x]=\"%28matrix%283%2C1%2Cx%2Cy%2Cz%29%29\"
\n" ); document.write( "[b]=\"%28matrix%283%2C1%2C66%2C94.5%2C910%29%29\"
\n" ); document.write( "[A][x]=[b]
\n" ); document.write( "[x]=[A]inv[b]
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "Find the inverse of [A].
\n" ); document.write( "det[A]=\"90750\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "[A]inv=
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "[x]=\"%28matrix%283%2C1%2C1.5%2C1%2C2%29%29\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );