document.write( "Question 207036: Marvin's Taxi Service charges $2.00 for the first kilometer and $1.25 for each additional km. If the cab fare was $19.50, how far did the taxi go?\r
\n" );
document.write( "\n" );
document.write( "(A) 12 km (B) 13 km (C) 14 km (D) 15 km (E) 16 km \n" );
document.write( "
Algebra.Com's Answer #156536 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! D) 15 km \n" ); document.write( "allow for the first mile included in the $2.00 \n" ); document.write( "2.00+1.25x-1.25=19.50 \n" ); document.write( "combine like \n" ); document.write( ".75+1.25x=19.50 \n" ); document.write( "subtract .75 from both sides \n" ); document.write( ".75-.75+1.25x=19.50-.75 \n" ); document.write( "1.25x=18.75 \n" ); document.write( "x=15 \n" ); document.write( " |