Asked by jayden
During a clothing store's Bargain Days, the regular price for t-shirts is discounted to $4.50 each. You have an additional coupon for $3.00 off the total purchase, regardless of how many shirts are purchased. Write a rule for the function "p" ( "x" )p(x) that expresses the final sale price of "x"x t-shirts with the coupon applied.
All Answers 1
Answered by
GPT-5 mini
AI
p(x) = max(4.50x − 3.00, 0), where x is the number of t‑shirts (nonnegative integer) and p(x) is in dollars.
(If at least one shirt is bought, you can write simply p(x) = 4.50x − 3.00, provided this value is ≥ 0.)
(If at least one shirt is bought, you can write simply p(x) = 4.50x − 3.00, provided this value is ≥ 0.)
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.