document.write( "Question 322258: You need to choose between two telephone plans for local calls. Plan A charges $25 per month for unlimited calls. Plan B charges a monthly fee of $13 with a charge of $0.06 per local call. How many local telephone calls in a month make Plan A the better deal?
\n" );
document.write( "Please show all steps. \n" );
document.write( "
Algebra.Com's Answer #230694 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Plan A charges $25 per month for unlimited calls. \n" ); document.write( "Plan B charges a monthly fee of $13 with a charge of $0.06 per local call. \n" ); document.write( ".. \n" ); document.write( "Let the number of calls made be x to reach a bill of $25. Above x calls Plan A becomes a better deal. \n" ); document.write( ".. \n" ); document.write( "0.06x+13=25 \n" ); document.write( "0.06x=12 \n" ); document.write( "x= 12/0.06 \n" ); document.write( "x=200 calls \n" ); document.write( " |