This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.
Loading...

ScanSolve AI Answer
Answer
30 -
Here are the solutions to the questions:
Let be the number of units ordered. The original price per unit is R30. The unit price decreases by R0.05 for each unit ordered beyond 80. So, if , the number of units beyond 80 is . The total decrease in unit price is . The new unit price, , is . Let's simplify this expression: $P(n) = 30 -
Get instant step-by-step solutions to any question. Free to start.
Ask Your QuestionStill have questions?
2.1.1 Write down a function representing the unit price, Let n be the number of units ordered.
This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.