document.write( "Question 727245: Rabbits in a lab are to be kept on a strict daily diet that includes 30 grams of protein, 16 grams of fat and 24 grams of carbohydrates. the scientist has only three food mixes available with the following grams of nutrients per unit. \r
\n" );
document.write( "\n" );
document.write( "Protein fat carbohydrate
\n" );
document.write( "mix A 4, 6, 3
\n" );
document.write( "mix B 6, 1, 2
\n" );
document.write( "mix C 4, 1, 12 \r
\n" );
document.write( "\n" );
document.write( "Find how many units of each mix are needed daily to meet each rabbits dietary need.
\n" );
document.write( "(Linear equations)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #445024 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Hint:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let \r \n" ); document.write( "\n" ); document.write( "x = amount of mix A (in units) \n" ); document.write( "y = amount of mix B (in units) \n" ); document.write( "z = amount of mix C (in units)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So if the diet \"includes 30 grams of protein, 16 grams of fat and 24 grams of carbohydrates\", and the mixes protein, fat and carb counts are given in the table, then this means\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x + 6y + 4z = 30 (I got this by reading down the first column of the table, then setting it equal to the protein count)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x + 1y + 1z = 16 (same thing as above, but this time I'm in column 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + 2y + 12z = 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So after everything is all set up, you'll have these 3 equations\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x + 6y + 4z = 30 \n" ); document.write( "6x + 1y + 1z = 16 \n" ); document.write( "3x + 2y + 12z = 24 \n" ); document.write( " |