document.write( "Question 1134131: A telephone company offers customers two payment plans for monthly service.\r
\n" );
document.write( "\n" );
document.write( "Plan A costs $5 per month plus $0.10 per minute for calls.\r
\n" );
document.write( "\n" );
document.write( "Plan B costs $8 per month plus $0.07 per minute for calls.\r
\n" );
document.write( "\n" );
document.write( "a) how many minutes of calls would it take for plan A and PLan B to cost the same? Use mathematics to explain how you determined your answer. Use words, symbols, or both in your explanation.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #751461 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the total number of minutes of calls in a month \n" ); document.write( ": \n" ); document.write( "Let C(A) be the cost of plan A and C(B) be the cost of plan B \n" ); document.write( ": \n" ); document.write( "C(A) = 5 +0.10x \n" ); document.write( ": \n" ); document.write( "C(B) = 8 +0.07x \n" ); document.write( ": \n" ); document.write( "For this problem, we want C(A) = C(B) \n" ); document.write( ": \n" ); document.write( "5 +0.10x = 8 +0.07x \n" ); document.write( ": \n" ); document.write( "0.03x = 3 \n" ); document.write( ": \n" ); document.write( "x = 3/0.03 = 100 \n" ); document.write( ": \n" ); document.write( "****************************************************** \n" ); document.write( "100 minutes of calls in a month results in C(A) = C(B) \n" ); document.write( ": \n" ); document.write( "check the answer \n" ); document.write( ": \n" ); document.write( "C(A) = 5 +0.10 * 100 = $15 \n" ); document.write( ": \n" ); document.write( "C(B) = 8 +0.07 * 100 = $15 \n" ); document.write( ": \n" ); document.write( "C(A) = C(B) for 100 minutes in a month \n" ); document.write( "******************************************************* \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |