document.write( "Question 889233: the cost of a telephone call is 5 pesos for the first three minutes and an additional of 2 pesos for each additional minute or fractional part thereof.
\n" ); document.write( "find the cost of all call lasting .5 min, 3 minutes, and 5 minutes
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #539211 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
c(t)=5+2(t-3), t>3\r
\n" ); document.write( "\n" ); document.write( "a) c(0.5)=5
\n" ); document.write( "b) c(3)=5
\n" ); document.write( "c) c(5)=5+2(5-3)=5+2(2)=9
\n" ); document.write( "
\n" );