A retailer spent $48 to purchase a number of special mugs. Two of them were broken in the store, but by selling each of the reaming mugs for $3 above the original cost per mug, she made a total profit of $22. Construct an equation that will allow us to solve for the number of mugs, denoted by n, that were originally purchased
a. if the price for n mugs is $48, how can we express the cost per mug
b. We are told that the retailer, in order to make a specific profit, sells the remaining mugs for $3 more the the original cost per mug. Using this information, and your answer to step (a) how can we express the selling price per mug?
c. since two of the mugs were broken in the store, how can we represent the number of mugs that are available for sale?
d. Use the answers from step (b) and (c) to construct an expression for the amount of money made on the sale of the remaining mugs
e. Write an equation that states this relationship between the money made, the cost, and the profit
2006-08-28
06:43:52
·
6 answers
·
asked by
Matthew B
2
in
Science & Mathematics
➔ Mathematics
1. Rewrite equation you wrote in step (e) in standard form of a quadratic equation:
2. solve equation
3. How many mugs were purchased?
4. what was the origianal cost per mug?
5. what profit was made on each mug?
6. When solving quadratic equations there are normally 2 solutions, why are you able to discard one of the solutions in this case?
2006-08-28
06:48:08 ·
update #1
I know the first part works out something like this, but what about the rest im having trouble with the quadratic part
A.
48/n
b.
(48/n) + 3
c.
n - 2
d.
(n-2)*(3 + (48/n))
e.
22 = (n-2)(3 + (48/n)) - 48
70 = (n-2)(3 + (48/n))
70 = 3n - 6 + 48 - 96/n
28 = 3n - 96/n
28n = 3n^2 - 96
3n^2 - 28n - 96 = 0
(3n + 8)(n - 12) = 0
n = 12
2006-08-28
06:51:42 ·
update #2