document.write( "Question 1088265:  Anita can rent a car for a day from Smooth Rent A Car for $60 plus $0.75/km or from Zippy Car Rental for $ 1.25/km.\r
\n" );
document.write( "\n" );
document.write( "A) write a system linear equations representing the cost to rent the car from each company for a day
\n" );
document.write( "B) calculate the number of km for which the rental charges from either company will be the same. Show all of your work.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #702524 by addingup(3677)     You can put this solution on YOUR website! 60+0.75x = Smooth \n" ); document.write( "1.25x = Zippy \n" ); document.write( "-------------------------- \n" ); document.write( "60+0.75x = 1.25x \n" ); document.write( "-0.50x = -60 \n" ); document.write( "x = -60/-0.50 use your calculator, divide. Remember -/- = + so you can ignore the -sign, your answer will be a positive number anyway. \n" ); document.write( " |