Alan G. answered 04/27/16
Tutor
New to Wyzant
I love to teach and will do my best to help students learn
Okay, imagine that you represent the cost of orange juice with "x", the cost of a raisin bagel with "y", and the cost of a cup of coffee with "z". This would give you x + y + z = $2.40 before the price changes.
Now, after the price changes you know a few things:
- orange juice is now 50% more expensive so you can replace the original price "x" with "1.5x"
- bagels are now 20% more expensive so you can replace the original price "y" with "1.2y"
- coffee prices stayed the same so "z" stays "z"
- the new total cost is $3.00
- orange juice is now twice the cost of coffee so you can equate the new price of orange juice "1.5x" to the price of coffee "z" and get the equation "1.5x = 2z" or "0.75x = z"
So, your new equation for the cost of oj, a bagel, and a coffee is:
1.5x + 1.2y + z = $3.00
Since we know that z = 0.75x, we can replace z in the equation to get:
1.5x + 1.2y + 0.75x = $3.00 or 2.25x + 1.2y = $3.00
Solving for y you get:
1.2y = 3 - 2.25x --> y = 2.5 - 1.875x
Solving for y you get:
1.2y = 3 - 2.25x --> y = 2.5 - 1.875x
Now, if we use the fact that z = 0.75x, we can substitute the original "x + y + z = 2.40" into "x + y + 0.75x = 2.40" and simplify that into "y = 2.40 - 1.75x"
Since we now have two equations for "y" we can set them equal to each other and solve for "x"
2.5 - 1.875x = 2.4 - 1.75x
0.1 = 0.125x
0.8 = x
Now we know that "x", or the original price of orange juice, is $0.80
We can then plug in this value for x into the other equations we found to find the values for "y" and "z"
z = 0.75x
z = 0.75(0.80)
z = 0.60
x + y + z = 2.40
0.80 + y + 0.6 = 2.40
y = 2.40 - 1.40
y = 1
So now we know that
- x, or the original price for orange juice, is $0.80
- y, or the original price for a raisin bagel, is $1.00
- z, or the price for a coffee, is $0.60
Let me know if you're still having any issues understanding the problem!