Cost of Notepads based off certain number of notepads

25 Views Asked by At

It costs $d$ dollars for $n$ notepads. At this rate, what is the cost of $n+750$ notepads, in dollars?

1

There are 1 best solutions below

0
On

$n$ notepads cost $d$ dollars. That gives an average price of $\frac{d}{n}$ dollars per notepad. Thus if you have $n + 750$ notepads, the total cost in dollars is: $$(n+750)\frac{d}{n} = d + \frac{750d}{n}$$