document.write( "Question 461275: I need help setting this world problem in the sytstem of linear equations and solving it using matrices.
\n" );
document.write( "Problem:
\n" );
document.write( "A custard recipe calls for 3 eggs and 2.5 cups of milk. A vanilla pudding recipe calls for 2 eggs and 2 cups of milk. A bread pudding recipe calls for 2 eggs, 2 cups of milk and 8 slices of bread.
\n" );
document.write( "A stocked kitchen contains 18 eggs, 1 gallon of milk, and 24 slices of bread. How many batches of each recipe should a chef make in order to use up all of the ingredients? \n" );
document.write( "
Algebra.Com's Answer #316399 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! custard: 3m+2.5n \n" ); document.write( "vanilla pudding: 2m+2n \n" ); document.write( "bread pudding: 2m+2n+8p \n" ); document.write( "To use up all the bread: 6m+6n+24p \n" ); document.write( "Totals:11m+10.5n+24p \n" ); document.write( "2 batches of custard and 3 of vanilla pudding: 12m+11n \n" ); document.write( "+ bread pudding:6m+6n+24p=18m+17n+24p \n" ); document.write( "Total Kitchen supplies:18m+16n+24p \n" ); document.write( "If you make two batches of custard, 3 batches of vanilla pudding, and 3 batches of bread pudding, you have enough supplies to make them all, except for one cup of milk.. \n" ); document.write( " |