document.write( "Question 450034: Please help with the following word problem?
\n" );
document.write( "Best Rentals charges a daily fee plus a mileage fee for renting its cars. Barney was charged $69 for 3 days and 300 miles, while Mary was charged $123 for 5 days and 600 miles. Find the daily fee and find the mileage charge?
\n" );
document.write( "I have no idea where to start! Thanks! \n" );
document.write( "
Algebra.Com's Answer #309609 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let d = the daily fee \n" ); document.write( "Let m = the mileage charge \n" ); document.write( "For Barney's charges we can write: \n" ); document.write( "69 = 3d + 300m [3 day rental, 300 mi] \n" ); document.write( "For Mary's charges, we can write: \n" ); document.write( "123 = 5d + 600m [ 5 day rental, 600 mi] \n" ); document.write( "We have two equations and two unknowns so we can solve. \n" ); document.write( "Multiplying the 1st equation by 2 and subtracting the 2nd gives: \n" ); document.write( "138 - 123 = 6d - 5d \n" ); document.write( "15 = d \n" ); document.write( "Now we can use this value for d to solve for m. From the 1st equation above, we have: \n" ); document.write( "69 = 3(15) + 300m \n" ); document.write( "24/300 = m = 0.08 \n" ); document.write( "Therefore, the daily fee is $15 and the mileage charge is $0.08 per mile. \n" ); document.write( " \n" ); document.write( " |