document.write( "Question 1089986: Customers of a phone company can choose between two service plans for long distance calls. The first plan has a $17 monthly fee and charges and additional $0.08 for each minute of calls. The second plan has a
\n" );
document.write( "$9 monthly fee and charges an additional $0.13 for each minute of calls. For how many minutes of calls will the costs of the two plans be equal? \n" );
document.write( "
Algebra.Com's Answer #704397 by EMStelley(208) You can put this solution on YOUR website! We need to start by setting up an equation for the monthly cost of each plan. To do this we need to name a variable for the number of minutes, let's say x. Let's call the first plan A and the second plan B. Then if the first plan has a $17 monthly fee and $0.08 per minute, we can represent that as: \n" ); document.write( " \n" ); document.write( "The second plan is $9 monthly plus $0.13 per minute, so \n" ); document.write( " \n" ); document.write( "The question is asking when they will be the same, so we literally set them equal to each other. \n" ); document.write( " \n" ); document.write( "Subtracting 9 to the left, and 0.08x to the right, we have \n" ); document.write( " \n" ); document.write( "Lastly, by dividing both sides by 0.05, we get \n" ); document.write( " \n" ); document.write( "So the cost of the two plans will be equal when the number of minutes is 160. \n" ); document.write( " |