To define the functions for the discounts, we can represent the two types of discounts as follows:
-
Function f(x) - This function represents the dollars off given by the coupon.
- Let
(this means you get $5 off regardless of the initial price).
- Let
-
Function g(x) - This function represents the percentage off the jeans.
- For a pair of jeans that costs
dollars, the function can be defined as: This means that you get 25% off the price .
- For a pair of jeans that costs
Now, let's find the final price of the jeans using both types of discounts for a pair of jeans that costs $40.
Option 1: Using the dollar off coupon first (f(x) first)
-
Apply f(x):
- Start with the full price:
- Apply the coupon:
- Start with the full price:
-
Then apply g(x):
- Apply the 25% discount on the new price:
- The final price after both discounts:
- Apply the 25% discount on the new price:
Option 2: Applying the percentage discount first (g(x) first)
-
Apply g(x):
- Calculate 25% off the original price:
- The new price after the 25% discount:
- Calculate 25% off the original price:
-
Then apply f(x):
- Now apply the $5 off coupon on the reduced price:
- Now apply the $5 off coupon on the reduced price:
Conclusion
Now we compare the final prices from both options:
- Option 1 gave a final price of $26.25.
- Option 2 gave a final price of $25.00.
The best price for the pair of jeans is thus $25.00, obtained by applying the 25% discount first followed by the $5 off coupon.