document.write( "Question 155316: A restaurant charges $7 for a regular meal, and $5 for a child's meal. Both prices include tax. \r
\n" );
document.write( "\n" );
document.write( "a. A family has $35 to spend at the restaurant. Write an inequality to represent the maximum number of regular and child's meals they can buy.\r
\n" );
document.write( "\n" );
document.write( "b. Does the family have enough money to buy two regular meals and three child's meals? Explain.\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #114364 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A restaurant charges $7 for a regular meal, and $5 for a child's meal. Both prices include tax. \n" ); document.write( "a. A family has $35 to spend at the restaurant. Write an inequality to represent the maximum number of regular and child's meals they can buy. \n" ); document.write( "Let # of regular meals be r \n" ); document.write( "Let # of child meals be c \n" ); document.write( "-------- \n" ); document.write( "Value INEQUALITY: 7r + 5c <= 35 \n" ); document.write( "----------------------------------------- \n" ); document.write( "b. Does the family have enough money to buy two regular meals and three child's meals? Explain \n" ); document.write( "2r + 3c = 2*7 + 3*5 = 14+15 = $29 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |