We want to write expressions that describe the cost of the cookies. Let say we sell x cookies. If x is less than 12, then the cost per cookie is 1.25. So the cost of x cookies would be the product of this numbers, so it would be
Note that when x=12 the cost should be 12. Also note that for each extra cookie, starting at 12, each cookie costs 0.75. If we buy x cookies , to calculate the extra cookies, with respect to 12, we simply substract 12 from x and we multiply it by 0.75. This would be
as this is an additional cost to the 12, we add 12 to this expression. THen we get
Note that for this expression, when x=12, we get that the expression becomes
THis means that the expression applies from 12 and on, so we have the followin inequality12