
David W. answered 09/13/15
Tutor
4.7
(90)
Experienced Prof
If possible, assign variables to the values the problem asks you to find:
x = pounds of green peppers
y = pounds of orange peppers
Translate:
"you bought 3 pounds of peppers" means x + y = 3
"Green peppers cost 1$ per pound and orange peppers cost 4$ per pound ... for $4.59" means
($1)x + ($4)y = $4.50
"Find how many pounds of each pepper you bought." means report x,y
Now, the easy mathL
x + 4y = 4.5
x + y = 3
---------------- (use elimination method; subtract equations)
3y = 1.5
y = 0.5
x + y = 3
y = 0.5
---------------- (elimination method again; subtract equations)
x = 2.5
Checking (very important):
Is 2.5 + 0.5 = 3 ? yes
Is (1)(2.5) + (4)(0,5) = 4.50 ?
2.5 + 2 = 4.50 ?
4.5 = 4.5 ? yes