Gene G. answered 12/07/16
Tutor
5.0
(257)
Retired Electrical Engineer Helping People Understand Math
You can write two equations from the information given, then you can solve the system for both quantities.
A = weight of $1.25 candy.
B = weight of $2.65 candy.
The total weight of the mixture will be 15 pounds.
A + B = 15
B = 15-A
The value of A in the mixture is 1.25A
The value of B in the mixture is 2.65B
The total cost of the ingredients is 1.25A + 2.65B
The cost per pound of the mixture is (1.25A + 2.65B) / 15
(1.25A + 2.65B) / 15 = 1.90
We have an equation with two variables, but we can solve that first equation above for B in terms of A, then substitute that for B in the second one.
(1.25A + 2.65B) / 15 = 1.90
1.25A + 2.65B = (15)(1.9) = 28.5 clear the denominator
Substitute (15-A) for B
1.25A + 2.65(15-A) = 28.5
1.25A + 39.75 - 2.65A = 28.5
1.25A - 2.65A = 28.5 - 39.75
-1.4A = -11.25
A = 8.04
B = 15 - 8.04 = 6.96
Check:
(1.25A + 2.65B) / 15 =? 1.90
[(1.25)(8.04) + (2.65)(6.96)] / 15 = (10.05 + 18.44) / 15 = 28.49 / 15 = 1.90 It checks!