document.write( "Question 1048882: Assume the cost of a taxi is
\n" ); document.write( "$2
\n" ); document.write( "per ride and
\n" ); document.write( "$2.30
\n" ); document.write( "per mile. What function represents your total cab fare? Be sure to indicate any domain restrictions
\n" ); document.write( "

Algebra.Com's Answer #664428 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
cost = $2 + $2.30x, where x is the number of miles \n" ); document.write( "
\n" );