Answer:
Difference = 1.75 , Function = mod [ 0.15x - 5 ]
Step-by-step explanation:
Discount case 1 = $5 {Each week} , Discount case 2 = 15% {Each week}
After 1st week , for item cost = 45
- Discount in case 1 = $5 , & price = 45 - 5 = 40
- Discount in case 2 = 15% of 45 = 6.75 , & price = 38.25
Difference in price = 40 - 38.25 = 1.75 .It is same is difference in discount = 6.75 - 5 , ie = 1.75
Functional rule in price difference , for item with unknown price 'x' = mod [ (x - 5) - (x - 0.15x) ] = mod [ x - 5 - x + 0.15x ] = mod [ 0.15x - 5 ] , which is same as difference between discount '0.15x & 5'