document.write( "Question 58370: i have a question that reads\r
\n" );
document.write( "\n" );
document.write( "a rental car agency charges $20 per day plus 11 cents per mile to rent a car. another agency charges $27 per day plus 7 cents per mile to rent the same car. how many miles will have to be driven in one day for the cost of a car from the first agency to equal the cost of a car fromt he second agency. \n" );
document.write( "
Algebra.Com's Answer #39984 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a rental car agency charges $20 per day plus 11 cents per mile to rent a car. another agency charges $27 per day plus 7 cents per mile to rent the same car. how many miles will have to be driven in one day for the cost of a car from the first agency to equal the cost of a car fromt he second agency. \n" ); document.write( "-------------- \n" ); document.write( "Let \"x\" be the number of miles driven. \n" ); document.write( "1st agency Cost=20+0.11x \n" ); document.write( "2nd agency Cost=27+0.07x \n" ); document.write( "EQUATION: \n" ); document.write( "20+0.11x=27+0.07x \n" ); document.write( "0.04x=7 \n" ); document.write( "x=175 miles (number of miles dren when the costs will be equal) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |