document.write( "Question 61800: A library charges a fixed amount for the first day that a book is overdue and an additional charge for each day thereafter. Raoul paid $0.75 for one book that was 7 days overdue and $1.95 for a book that was 19 days overdue. Find the fixed charge and the charge for each additional day. \n" ); document.write( "
Algebra.Com's Answer #42566 by joyofmath(189)![]() ![]() ![]() You can put this solution on YOUR website! Let n = the number of days that a book is overdue. \n" ); document.write( "Let f = fixed amount for the first day a book is overdue. \n" ); document.write( "Let a = additional charge for each day after the first day.\r \n" ); document.write( "\n" ); document.write( "Then, the fee for a book that's n days overdue is f+(n-1)*a. \n" ); document.write( "This is because of the fixed rate, f, plus a charge of a per additional day, but not for the first day. That's why it's (n-1) and not n.\r \n" ); document.write( "\n" ); document.write( "Raoul paid 75 cents for a 7 day overdue book. So, f+(7-1)*a = 75, or f+6a = 75. \n" ); document.write( "Raoul also paid 195 cents for a book 19 days overdue. So, f+(19-1)*a = 195 or f+18a = 195.\r \n" ); document.write( "\n" ); document.write( "So, we have two equations to solve together: f+6a=75 and f+18a=195. \n" ); document.write( "Subtract the first equation from the second and you get 12a=120 so a=10. \n" ); document.write( "Since f+6a = 75 and a=10 we know that f+60=75 so f=15.\r \n" ); document.write( "\n" ); document.write( "So, the first day late fee is 15 cents and additional days cost 10 cents.\r \n" ); document.write( "\n" ); document.write( "To verify:\r \n" ); document.write( "\n" ); document.write( "The 7 day overdue book cost 15 cents for the first day and 10 cents for each of the other six days (60) so the total was 15+60 = 75 which is what the problem states.\r \n" ); document.write( "\n" ); document.write( "The 19 day overdue book cost 15 cents for the first day and 10 cents for each of the other 18 days (180 cents) so the total was 15+180 = 195. \n" ); document.write( " |