document.write( "Question 1177453: In order to raise money for team towels, your swim team decides to sell pizza and subs. The profits are $2.75 and $1.45 for for each sub. You sell 48 subs. Write and solve an inequality to determine the number of pizzas you must sell to have a total profit of at least $100. \r
\n" );
document.write( "\n" );
document.write( "Your calling card charges $1.25 to place a call plus $0.35 for each minute. Write and solve an inequality to determine how long a call can last so that the total cost stays below $5. \n" );
document.write( "
Algebra.Com's Answer #850455 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! **Pizza and Subs**\r \n" ); document.write( "\n" ); document.write( "Let's break down the pizza and subs problem:\r \n" ); document.write( "\n" ); document.write( "**1. Define a variable:**\r \n" ); document.write( "\n" ); document.write( "* Let 'p' be the number of pizzas you need to sell.\r \n" ); document.write( "\n" ); document.write( "**2. Write the inequality:**\r \n" ); document.write( "\n" ); document.write( "* Profit from pizzas: $2.75p \n" ); document.write( "* Profit from subs: $1.45 * 48 = $69.60 \n" ); document.write( "* Total profit: $2.75p + $69.60 \n" ); document.write( "* We want the total profit to be at least $100, so the inequality is:\r \n" ); document.write( "\n" ); document.write( " $2.75p + $69.60 ≥ $100\r \n" ); document.write( "\n" ); document.write( "**3. Solve the inequality:**\r \n" ); document.write( "\n" ); document.write( "* Subtract $69.60 from both sides: $2.75p ≥ $30.40 \n" ); document.write( "* Divide both sides by $2.75: p ≥ 11.05\r \n" ); document.write( "\n" ); document.write( "Since you can't sell parts of pizzas, you need to sell at least 12 pizzas.\r \n" ); document.write( "\n" ); document.write( "**Answer:** You must sell at least 12 pizzas to have a total profit of at least $100.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "**Calling Card**\r \n" ); document.write( "\n" ); document.write( "Now let's solve the calling card problem:\r \n" ); document.write( "\n" ); document.write( "**1. Define a variable:**\r \n" ); document.write( "\n" ); document.write( "* Let 'm' be the number of minutes the call can last.\r \n" ); document.write( "\n" ); document.write( "**2. Write the inequality:**\r \n" ); document.write( "\n" ); document.write( "* Cost of the call: $1.25 + $0.35m \n" ); document.write( "* We want the total cost to stay below $5, so the inequality is:\r \n" ); document.write( "\n" ); document.write( " $1.25 + $0.35m < $5\r \n" ); document.write( "\n" ); document.write( "**3. Solve the inequality:**\r \n" ); document.write( "\n" ); document.write( "* Subtract $1.25 from both sides: $0.35m < $3.75 \n" ); document.write( "* Divide both sides by $0.35: m < 10.71\r \n" ); document.write( "\n" ); document.write( "**Answer:** The call can last for a maximum of 10 minutes to keep the total cost below $5. \n" ); document.write( " |