document.write( "Question 1196026: Josel buys cell-phone services from a company that charges a minimum of $20 per
\n" ); document.write( "month. For that $20, he is allowed 100 minutes of free calls. For any calls above
\n" ); document.write( "100 minutes, he pays 50 cents per additional minute. Sketch a graph that describes
\n" ); document.write( "Josel’s monthly bill as a function of total time. Clearly label your graph.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #828689 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the equation would be y = 20 + .5 * (x - 100) for x > 100
\n" ); document.write( "with x = 100, the cost is 20.
\n" ); document.write( "with x = 200, the cost is 20 + .5 * 100 = 70.
\n" ); document.write( "here's my sketch of the graph.
\n" ); document.write( "y is the total cost per month.
\n" ); document.write( "x is the number of minutes used per month.
\n" ); document.write( "any minutes over 100 will kick in the incremental cost of 50 cents a minute on top of the 20 dollars for the first 100 minutes.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );