document.write( "Question 434029: I need to solve this problem using Systems of Equations and Inequalities. I am looking for a formula that I can just plug in the values and solve without worry.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Ann is responsible for ordering a week's supply of meat and fish for the main dishes at a local restaurant. The fish costs twice as much as the meat. She needs to order 164 meat selections and 24 fish selections. Her budget is $4240. How much can Ann spend on each type of main dish?\r
\n" );
document.write( "\n" );
document.write( "I tried to do 164 + 24 = 188, then I divided 4240 by 188 and came up with 22.56 per dish. I have a feeling that this is not the way to go because it was just way too easy.
\n" );
document.write( " Any help would be greatly appreciated.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300801 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ann is responsible for ordering a week's supply of meat and fish for the main dishes at a local restaurant. \n" ); document.write( "The fish costs twice as much as the meat. \n" ); document.write( "Let meat cost be \"m\" \n" ); document.write( "Then fish cost is \"2m\" \n" ); document.write( "------------------------------- \n" ); document.write( "She needs to order 164 meat selections and 24 fish selections. Her budget is $4240. How much can Ann spend on each type of main dish? \n" ); document.write( "------------------------------ \n" ); document.write( "Equation: \n" ); document.write( "164m + 24(2m) = 4240 \n" ); document.write( "--- \n" ); document.write( "164m + 48m = 4240 \n" ); document.write( "212m = 4240 \n" ); document.write( "m = $20 (average price of the meat selections) \n" ); document.write( "2m = $40 (average price of the fish selections) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |