document.write( "Question 1100946: A cell phone company charges $40 per month for the first 500 minutes and $0.75 for each additional minute. Write a function for the total cost of your monthly bill T(m) \n" ); document.write( "
Algebra.Com's Answer #715517 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A cell phone company charges $40 per month for the first 500 minutes and $0.75 for each additional minute. Write a function for the total cost of your monthly bill T(m)
\n" ); document.write( "-----
\n" ); document.write( "T(m) = 40 + (m-500)0.75 for m >= 500
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "----------
\n" ); document.write( "
\n" );