
Ben L. answered 08/29/19
UCSB Bio-Chemistry Major and Campus-employed Chemistry Tutor
You need to write a bunch of equivalent expressions. Lets start with a few:
X= # of 49 cent stamps | Y = # of 20 cent stamps | Z = # of 3 cent stamps
All the stamps together make 23.55. I'm going to multiple all the numbers by 100 so they're easier to work with.
49X + 20Y + 3Z = 2355.
We also know the total number of 49 and 20 cent stamps is 56.
X + Y = 56
We also know the the number of 3 cent stamps is 9 more than the number of 20 cent stamps:
Z = Y + 9
Now that we have this, we want to make an expression with only one variable, so we are going to modify some expressions to be in terms of X.
The expression: [ X + Y = 56] is going to become [Y = 56 - X]
In the expression [Z = Y + 9] we are going to substitute the value of Y we just defined above to make
[Z = 56 - X + 9] and combine like terms to get [Z = 65 - X]
Now that we have defined both Y and Z in terms of X, we can plug these back into our general equation
[49X + 20Y + 3Z = 2355] will become [49X + 20(56- X) + 3(65 - X) = 2355]
Once you distribute the second equation, you can solve for X
[49X + 1120 - 20X + 195 - 3X] Combine like terms to get
[26X + 1315 = 2355]
[X = 40]
X =40, so there are 40, 49 cent stamps. We can plug this X value into our other equations to solve for Y and Z
[Z = 65 - X] becomes [Z = 65 - 40] Z = 25. There are 25 3 cent stamps
[Y = 56 -X] becomes [Y = 56 - 40] Y = 16. There are 16 20 cent stamps.
Hope this helps!