document.write( "Question 676867: a newyork city taxi charges $3 per ride plus an additional $0.50 per mile. write a function that shows how to calculate the total cost of a taxi ride that is x miles long \n" ); document.write( "
Algebra.Com's Answer #420548 by littlebitlove(26)![]() ![]() ![]() You can put this solution on YOUR website! y= .5x+3 \n" ); document.write( " |