document.write( "Question 365373: i need to come up with a word problem involving a cell phone plan using system of equations. can you help mee? \n" ); document.write( "
Algebra.Com's Answer #260572 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I assume they want equations that compare the cost of one cell phone company \n" ); document.write( " with another, for a specific number of minutes used per month. \n" ); document.write( ": \n" ); document.write( "Co. A: $40 a month, with 500 free minutes, 10 cents a minute after that \n" ); document.write( "The equation for this; let m = no. of minutes used: \n" ); document.write( "C = .10(m - 500) + 40 \n" ); document.write( ": \n" ); document.write( "Co. B: $25 a month, all minutes cost you 5 cents \n" ); document.write( "C = .05m + 25 \n" ); document.write( ": \n" ); document.write( "Say you talk about 20 min a day, which plan would be the best deal? \n" ); document.write( "30 * 20 = 600 min per month \n" ); document.write( "Plan A: \n" ); document.write( "C = .10(600-500) + 40 \n" ); document.write( "C = .10(100) + 40 \n" ); document.write( "C = 10 + 40 \n" ); document.write( "C = $50 \n" ); document.write( ": \n" ); document.write( "Plan B: \n" ); document.write( "C = .05(600) + 25 \n" ); document.write( "C = 30 + 25 \n" ); document.write( "C = $55 \n" ); document.write( ": \n" ); document.write( "So with this scenario, Plan A is best for you \n" ); document.write( ": \n" ); document.write( "A good question would be, how many minutes would cost the same with each plan. \n" ); document.write( "Plan A = Plan B; solve for m \n" ); document.write( ".10(m-500) + 40 = .05m + 25 \n" ); document.write( ".10m - 50 + 40 = .05m + 25 \n" ); document.write( ".10m - 10 = .05m + 25 \n" ); document.write( ".10m - .05m = 25 + 10 \n" ); document.write( ".05m = 35 \n" ); document.write( "m = \n" ); document.write( "m = 700 minutes \n" ); document.write( ": \n" ); document.write( "Substitute 700 for m in each equation, will see they both cost $60 \n" ); document.write( " Greater than 700 min, Plan B will be a better deal for you \n" ); document.write( "Confirm this by seeing the cost of 800 min for each plan. \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Does this make sense to you? A good thing to know, something that applies \n" ); document.write( "to decisions you will make in real life, Do you have any questions about this? \n" ); document.write( " |