document.write( "Question 1170460: Triad’s Car Rental charges $65/day, plus $0.20/km for a luxury car while Karr’s Car Rental charges $30/day,plus $0.55/km for a luxury car. When is the cost to rent a luxury car the same? \n" ); document.write( "
Algebra.Com's Answer #795489 by akumpo(8)\"\" \"About 
You can put this solution on YOUR website!
Using system of equations, where x is the number of km and y is the cost
\n" ); document.write( "65+0.2x=y
\n" ); document.write( "30+0.55x=y\r
\n" ); document.write( "\n" ); document.write( "Move the x variable to the other side to get:
\n" ); document.write( "y-0.2x=65
\n" ); document.write( "y-0.55x=30\r
\n" ); document.write( "\n" ); document.write( "Subtract the two equations to get rid of the y variable to get:
\n" ); document.write( "0.35x=35
\n" ); document.write( "Divide both side by 0.35 to get x=100\r
\n" ); document.write( "\n" ); document.write( "Plugging x into our equations, 65+0.2*100=65+20=85, 30+0.55*100=30+55=85\r
\n" ); document.write( "\n" ); document.write( "So the cost of renting a luxury at the same price for both companies is when you travel for 100km, or when the price is $85.
\n" ); document.write( "
\n" ); document.write( "
\n" );