Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Refer to the included Bike Safety Patrol Budget Spreadsheet. Cell E 4 contains the discount amount for the item. The discount given = 5 %

Refer to the included Bike Safety Patrol Budget Spreadsheet. Cell E4 contains the discount amount for the item. The discount given =5% of the total cost if the total cost is less than $100. Otherwise, the discount is 10% of the total cost. Which of the following formulas would correctly calculate this discount for T-shirts?
Group of answer choices
=IF( D4<100,0.05*D4+D4,0.1*D4+D4)
=IF( D4<100,0.1*D4,0.05*D4)
=IF( D4<100,0.05*D4,0.1*D4)
=IF( D4<100,5*D4,10*D4)
=IF( D4<100,10*D4,5*D4)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these General Management questions