document.write( "Question 668470: You are choosing between two long distance plans. Plan A has a monthly fee of $15.00 with a charge of .08 per minute for all long distance calls. Plan B has a monthly fee of $3.00 with a charge of .12 per minute for all long distance calls.
\n" );
document.write( "a. For how many minutes of long distance calls will the costs for the two plans be the same. What will the cost for each plan be?
\n" );
document.write( "b. If you make approximately 15 long distance calls per month, each averaging 39 minutes,which plan should you select? Please explain your answer. \n" );
document.write( "
Algebra.Com's Answer #415602 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! You are choosing between two long distance plans. \n" ); document.write( " Plan A has a monthly fee of $15.00 with a charge of .08 per minute for all long distance calls. \n" ); document.write( " Plan B has a monthly fee of $3.00 with a charge of .12 per minute for all long distance calls. \n" ); document.write( "Write a cost equation for each plan \n" ); document.write( "let m = no. of minutes used \n" ); document.write( ": \n" ); document.write( "A: C = .08m + 15 \n" ); document.write( "B: C = .12m + 3 \n" ); document.write( "; \n" ); document.write( "a. For how many minutes of long distance calls will the costs for the two plans be the same. \n" ); document.write( "The two cost will be equal, so we can write an equation like this: \n" ); document.write( ".12m + 3 = .08m + 15 \n" ); document.write( ".12m - .08m = 15 - 12 \n" ); document.write( ".04m = 12 \n" ); document.write( "m = 12/.04 \n" ); document.write( "m = 300 minutes will cost the same \n" ); document.write( ": \n" ); document.write( "What will the cost for each plan be? \n" ); document.write( "replace m with 300 in the 1st equation \n" ); document.write( "C = .08(300) + 15 \n" ); document.write( "C = 24 + 15 \n" ); document.write( "C = $39 \n" ); document.write( "Confirm this in the 2nd equation \n" ); document.write( "C = .12(300) + 3 \n" ); document.write( "C = 36 + 3 \n" ); document.write( "C = $39 also \n" ); document.write( ": \n" ); document.write( "b. If you make approximately 15 long distance calls per month, each averaging 39 minutes, \n" ); document.write( "which plan should you select? Please explain your answer. \n" ); document.write( "Find how many minutes are 15 calls at 39 min each \n" ); document.write( "15(39) = 585 min \n" ); document.write( ": \n" ); document.write( "Check both plans using 585 min \n" ); document.write( "A: \n" ); document.write( " C = .08(585) + 15 \n" ); document.write( " C = 46.80 + 15 \n" ); document.write( " C = $61.80 \n" ); document.write( ": \n" ); document.write( "B: \n" ); document.write( " C = .12(585) + 3 \n" ); document.write( " C = 70.20 + 3 \n" ); document.write( " C = $73.20 \n" ); document.write( ": \n" ); document.write( "You can draw your own conclusions on this and explain what went on here. \n" ); document.write( " |