34,251 views
25 votes
25 votes
A business executive bought 40 stamps for

$12.40. The purchase included 33-cents
stamps and 23-cents stamps. How many of
each type of stamps were bought? Show work

User Rulisp
by
2.4k points

1 Answer

11 votes
11 votes

Answer:

32 33-cent stamps, 8 23-cent stamps

Explanation:

In order to solve this question, we need to set up a system of equations. Also known as solving for two variables (the number of each stamp).

Let's set x to be the number of 33-cent stamps. Similarly, let's set y to be the number of 23-cent stamps.

To make our first equation, let's think about the number of stamps total we have. We can say:


x + y =40

(AKA - The number of 33-cent stamps, plus the number of 23-cent stamps, equals 40 stamps.)

Now, let's make an equation for the cost of these stamps.


0.33x + 0.23y = 12.40

(AKA - The cost of the stamps in total, should equal $12.40).

So now, we have our two equations:


x + y =40\\0.33x+0.23y=12.40

If you have a TI-84 graphing calculator, you can go to apps -> polysmlt2 -> simultaneous eqn solver, and then input these equations into the menu. This will solve the problem for you.

If you need to do this manually, let's use substitution. Condense our first equation to make it more substitutable.


x+y=40\\x=40-y

Now, let's put this into our second equation.


0.33x+0.23y=12.40\\0.33(40-y)+0.23y=12.40

Distribute, and solve for y.


13.2-0.33y +0.23y =12.40\\13.2-0.1y=12.40\\-0.1y=-0.8\\y=8

Now, we plug this into one of our equations.


x+y=40\\x+8=40\\x=32

In the end, we have thirty-two 33-cent stamps, and eight 23-cent stamps.

User Julie Rankata
by
2.9k points