document.write( "Question 51822: using a phone card to make a long distance call costs a flat fee of $0.75 plus $0.25 per minute. What is an equation of the form y=mx +b for this situation, assuming y represents the total cost of calling for x minutes? How much does it cost to talk for 5 minutes? \n" ); document.write( "
Algebra.Com's Answer #34638 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
Total cost of calling x minutes: y
\n" ); document.write( "number of minutes called: x
\n" ); document.write( "rate per minute is the slope m: $0.25
\n" ); document.write( "flat fee without adding minutes is b: $0.75
\n" ); document.write( "Substitue these values into y=mx+b and you have:
\n" ); document.write( "y=.25x+.75
\n" ); document.write( "In order to find out the cost of talking 5 minutes, substitute 5 in for x:
\n" ); document.write( "y=.25(5)+.75
\n" ); document.write( "y=1.25+.75
\n" ); document.write( "y=2.00
\n" ); document.write( "It costs $2.00 to talk five minutes.
\n" ); document.write( "
\n" );