
Ashis J. answered 12/01/20
MS in Math with 5+ years of coding and teaching experience in MATLAB
Let us consider, a = pounds of $8.30 Queen city coffee, and b = pounds of $9.00 House coffee,
then a + b = 70......(1), and another equation will be (8.30*a + 9.00*b)/70 = 8.93........(2).
Now, we have to solve these equations to find the values of a and b. Lets do it!!
From equation (1), we get that a = 70 - b, let us put this value in equation (2) and solve for b, we get
(8.30(70-b) +9.00b)/70 = 8.93
=> 581 - 8.30b + 9.00b = 8.93*70 = 625.10
=> 0.7b = 625.10 - 581 = 44.1
=> b = 44.1/0.7 = 63.
Put the value of b in a = 70 - b to get the value of a, we get a = 70 - 63 = 7.
Therefore, a = 7 and b = 63. Therefore, we get 7 pounds of Queen City coffee and 63 pounds of House coffee. This is the required answer for this problem.
Are we correct or wrong? Let us check it by plug-in the values of a and b obtained in equations (1) and (2),
a + b = 7 + 63 = 70 (So we are correct), and (8.30*a + 9.00*b)/70 = (58.1 + 567)/70 = 8.93 (Therefore, this also matches and therefore we are good).