document.write( "Question 797039: You are taking a taxi. The driver charges an initial fare of $2 plus $1.75 for every mile driven. How far can you travel in a taxi if you want to leave the driver a $3.50 tip, and you want to spend no more than $16.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #481637 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are taking a taxi. The driver charges an initial fare of $2 plus $1.75 for every mile driven. How far can you travel in a taxi if you want to leave the driver a $3.50 tip, and you want to spend no more than $16. \n" ); document.write( "------ \n" ); document.write( "Money for the trip:: 16-3.50 = 12.50 \n" ); document.write( "------- \n" ); document.write( "Cost(x) = 2 + 1.75x \n" ); document.write( "----- \n" ); document.write( "12.50 = 2 + 1.75x \n" ); document.write( "1.75x = 10.50 \n" ); document.write( "x = 6 miles \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |