Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 6 6 pts The library charges a daily fine for overdue books: . $0.25 per day for Adult books . $0.10 per day for
Question 6 6 pts The library charges a daily fine for overdue books: . $0.25 per day for Adult books . $0.10 per day for Child books . $1.00 per day for Reference books Which of the following formulas, if entered in cell F7 on the worksheet below, would calculate the Fines in each row when filled down Column F? (Select ALL that apply.) A B C D E F W N Borrower: Greg Sullivan Fine Owed: $ 8.35 UI A Days Title Overdue Rate Class Fine 7 The Art of Microwaving 3 Adult $ 0.75 Make Way for Ducklings 12 Child 1.20 9 Goodnight Moon 14 Child 1.40 10 Let's Go Paris 5 Reference 5.00 Click here &, if you can't see the image above. O =IF(E7=Adult, 0.25, IF(E7=Child, 0.1, 1))*D7 O =IF($E$7="Adult", 0.25*D7, IF($E$7="Child", 0.1*D7, 1*D7)) O =IF(E7="Adult", D7*0.25, IF(E7="Child", D7*0.1, D7*1)) O =IF(E7="Adult", 0.25, IF(E7="Child", 0.1, 1))*D7 O =IF(E7="Adult", 0.25, IF(E7="Child", 0.1, 1))
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started