
Kathryn W. answered 05/22/20
K-12 Tutor looking to help
Hey Lume,
You can solve this problem by using a system of equations. First set up 2 equations to represent what is known. x= cost of day lilies and y= cost of shrubs:
equation 1: 2x + 10y= 60 (Eduardo)
equation 2: 2x + 12y = 68 (Julio)
Now solve for one of your equations (I think it's easiest to solve for x in equation 1):
2x + 10y = 60
x + 5y = 30
x=30-5y
Now you have x as a function of y and you can plug/substitute this in to x in equation 2 and solve for y:
2(30-5y) + 12y = 68
60 - 10y +12y = 68
60 + 2y= 68
2y = 8
y= 4 (so shrubs cost 4$)
Now that you know what y is, you can plug it into either equation and solve for x (I'll do equation 1):
2x + 10y = 60
2x + 10(4) = 60
2x = 20
x= 10 (so day lilies cost 10$)
Another way to solve this problem is to use the elimination method. You can add and subtract systems of equations to eliminate a variable. For example, you could subtract the 2 equations:
equation 2: 2x + 12y = 68
equation 1: 2x + 10y= 60
--------------------------
0x + 2y = 8
Now solve for y since you eliminated x:
2y = 8
y = 4
Then you can plug this back in to either equation to find x.
For this problem, the elimination method was way easier than the substitution method, but that is not always the case. I would definitely try both methods in future problems to see what you are most comfortable with. Hope this helps!