Respuesta :
For this case, the first thing we are going to do is define the following variable:
x = number of ads.
We then have the following mathematical expression that models the problem:
(100) * (1-0.3) * (x) = 375
Where,
100: Charges for each advertisement.
(1-0.3): 30% discount per ad
x: number of ads
375: Budget available.
Clearing x we have:
x = (375) / ((100) * (1-0.3))
x = 5.357142857
Nearest whole number:
x = 5
Answer:
You can buy:
x = 5 ads.
x = number of ads.
We then have the following mathematical expression that models the problem:
(100) * (1-0.3) * (x) = 375
Where,
100: Charges for each advertisement.
(1-0.3): 30% discount per ad
x: number of ads
375: Budget available.
Clearing x we have:
x = (375) / ((100) * (1-0.3))
x = 5.357142857
Nearest whole number:
x = 5
Answer:
You can buy:
x = 5 ads.
Answer:
5.
Step-by-step explanation:
A 30% discount means we are paying 100%-30% = 70% of the original price.
70% = 70/100 = 0.7; we are paying 0.7(100) = 70 per ad.
Since we have a budget of $350, we can buy 350/70 = 5 ads.