document.write( "Question 450098: A major car rental firm charges $57 a day with unlimited mileage. A discount firm offers a similar car for $24 a day plus 22 cents per mile. How far must you drive in a day in order for the cost to be the same at both firms? \r
\n" );
document.write( "\n" );
document.write( "I just have a real problem knowing how to set the solutions up. Thank you so much for your help. \n" );
document.write( "
Algebra.Com's Answer #309656 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A major car rental firm charges $57 a day with unlimited mileage. \n" ); document.write( " A discount firm offers a similar car for $24 a day plus 22 cents per mile. \n" ); document.write( " How far must you drive in a day in order for the cost to be the same at both firms? \n" ); document.write( ": \n" ); document.write( "let d = distance in miles, driven for the cost to be the same for both firms \n" ); document.write( ": \n" ); document.write( "Write an equation for each firm: \n" ); document.write( ": \n" ); document.write( "Major Car Rental: \n" ); document.write( "Cost = $57 \n" ); document.write( ": \n" ); document.write( "Discount Firm \n" ); document.write( "Cost = .22d + 24 \n" ); document.write( ": \n" ); document.write( "Disc firm = Major firm \n" ); document.write( ".22d + 24 = 57 \n" ); document.write( ".22d = 57 - 24 \n" ); document.write( ".22d = 33 \n" ); document.write( "d = \n" ); document.write( "d = 150 mi will cost the same for each firm \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this: .22(150) + 24 = 57, same as the Major firm \n" ); document.write( " |