document.write( "Question 1196646: A dietitian is planning a meal of beef, rice, and peas for a patient. The patient needs the meal to contain 93.3 grams of carbohydrate, 22.3 grams of protein and 7.9 grams of fat. The table below shows the number of grams of carbohydrate, protein, and fat in 100 grams of each food. (Note, the total is not 100 grams due to the water and fiber content of the food.) How much of each food should be used so that the patient gets the needed nutrients?\r
\n" );
document.write( "\n" );
document.write( "Carbohydrate Protein Fat
\n" );
document.write( "Beef 1 22 12
\n" );
document.write( "Rice 25 2 0
\n" );
document.write( "Peas. 12 3 1\r
\n" );
document.write( "\n" );
document.write( "I took that and made the equations of
\n" );
document.write( "1b+25r+12p= 93.3
\n" );
document.write( "22b+2r+3p= 22.3
\n" );
document.write( "12b+r+1p=7.9\r
\n" );
document.write( "\n" );
document.write( "But now im not sure what I am to do I believe I did the Gauss illumination correct but it seems to be wrong here's what I got.
\n" );
document.write( "b= 0.5
\n" );
document.write( "r=2.8
\n" );
document.write( "p=1.9\r
\n" );
document.write( "\n" );
document.write( "could someone explain where I went wrong?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #829565 by ikleyn(52794)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( "\n" ); document.write( "In your system of equations, 1st equation and 2nd equation are correct, \n" ); document.write( "while 3rd equation is incorrect.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The correct form for the 3rd equation is\r \n" ); document.write( "\n" ); document.write( " 12*b + 0*r + 1*p = 7.9\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then the values listed in your post form the CORRECT answer/solution to the corrected system of equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At this point, I stop my explanations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "///////////////\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It is also interesting to me, how did you manage to get the correct solution, \n" ); document.write( "working with incorrect system of equations ?\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |