document.write( "Question 337866: A cellular phone company charges $50 for each phone plus $25 per month under a special sale plan. The total cost C (in dollars) of operating the phone is given by the linear model C=50+25t where t represents the number of months of operation of a cellular phone. \r
\n" );
document.write( "\n" );
document.write( "How many months has the phone been in service if the total cost is $250.00?\r
\n" );
document.write( "\n" );
document.write( "What is the cost of the service after 18 months?\r
\n" );
document.write( "\n" );
document.write( "Thank You!!! \n" );
document.write( "
Algebra.Com's Answer #242208 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! C=50+25t where t represents the number of months of operation of a cellular phone. \n" ); document.write( "How many months has the phone been in service if the total cost is $250.00? \n" ); document.write( "--------------- \n" ); document.write( "Solve 50+25t = 250.00 \n" ); document.write( "25t = 200 \n" ); document.write( "t = 8 \n" ); document.write( "----------------------------- \n" ); document.write( "What is the cost of the service after 18 months? \n" ); document.write( "C(18) = 50+25*18 = $500 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |