document.write( "Question 1011957: Ace taxi service charges $2.25 for the first mile plus $0.15 for each additional mile. Best taxi service charges $5.00 for the first two miles plus $0.05 for each additional mile. how many miles will a person travel in order to spend an equal amount of money using either service? \n" ); document.write( "
Algebra.Com's Answer #627782 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ace taxi service charges $2.25 for the first mile plus $0.15 for each additional mile. Best taxi service charges $5.00 for the first two miles plus $0.05 for each additional mile. how many miles will a person travel in order to spend an equal amount of money using either service? \n" ); document.write( "-------- \n" ); document.write( "A(m) = 2.25 + 0.15m \n" ); document.write( "------ \n" ); document.write( "B(m) = 5.00 + 0.05(m-2) \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "2.25 + 0.15m = 5.00 + 0.05m- 0.10 \n" ); document.write( "0.10m = 2.25 - 0.10 \n" ); document.write( "----- \n" ); document.write( "0.10m = 2.15 \n" ); document.write( "------- \n" ); document.write( "m = 21.5 miles \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |