
John H. answered 03/30/20
Expert in the cognitive science of learning
For questions like this, start by just writing what the problem is asking into algebraic notation. First, let's look at the fact that 144 pounds of blend were made. Let "a" be the pounds of coffee A and "b" be pounds of coffee B. Since the blend is made up of both types,
a + b = 144
Next, let's look at prices. The total price is $752.45. This price is made up from the prices of the two types, which is just the price per pound times the number of pounds of coffee. We already have "a" and "b" to symbolize the number of pounds, so we get:
$4.45a + 5.90b = $752.45
When ever you see two equations with two variables, you should immediately think about if you can use substitution. The first equation looks easier to deal with, so let's use that for the substitution. We can solve for either b or a. The question only asks for how many pounds of type A, so let's solve for b, so we can get rid of that variable when we do the substitution.
b = 144 - a
Now you can substitute that into the second equation:
$4.45a + $5.90(144 - a) = $752.45
Now just multiply out and simplify:
$4.45a + $849.6 - $5.90a = $752.45
-$1.45a + $849.6 = $752.45
subtract $849.6 from both sides
-$1.45a = -$97.15
divide by -$1.45: notice that the dollar unit and the negative sign go away
a = 67
Keep in mind, that I could have solved for a first and substituted that into the second equation to find b, then use that value in the first equation to find a. I could also have solved for a or b in the second equation and substituted that into the first, etc. There is no one "right" way to solve it, and if you are not sure which is the best way, you should just try. You start to notice patterns and efficient strategies as you get practice.
So for questions like this, just remember to first write down everything the problem is telling you as algebraic expressions and equations. Then solve for one variable to substitute into the other equation. Then just simplify and manipulate the equation to isolate the variable you want to solve. Don't be afraid to just keep trying valid algebraic manipulations; have faith that you will get to the answer eventually even if it looks messy. With some practice, you'll begin to see the easier strategies right away.
Firuze K.
Thank you!!03/30/20