5.7k views
5 votes
A grocery store in town marks up the price of fresh strawberries in the winter by 15%. A drought causes an additional increase of $2.50 for each carton of strawberries. Let s represent the cost of one carton of strawberries. Write a function M(s) to represent the price of strawberries after the 15% markup.

User Subanki
by
3.5k points

1 Answer

0 votes

Answer:

1.15s + $2.50

Explanation:

Given that:

Markup percentage of strawberries in winter = 15%

Additional increase due to drought = $2.50

Cost of a carton of strawberry = s

Cost of strawberry after Markup ; M(s)

M(s) = (original cost * ( 100% + markup %)) + additional cost due to drought

M(s) = (s * (100% + 15%)) + $2.50

M(s) = 115% * s + $2.50

M(s) = 1.15s + $2.50

User IAmGroot
by
4.2k points