.
Marge purchased x bicycle helmets and y tire pumps.
Each helmet cost $15.00 and each pump cost $7.00.
She purchased a total of 21 items and spent $243.00.
How many helmets did Marge buy?
~~~~~~~~~~~~~~~~~~~~~~~
Since the problem asks only about helmets, I would solve it using one unknown and one equation,
instead of the system.
Let the number of helmets be x; then the number of tire pumps is (21-x).
Now write the total money equation
15x + 7*(21-x) = 243 dollars.
Simplify and find x
15x + 147 - 7x = 243
15x - 7x = 243 - 147
8x = 96
x = 96/8 = 12.
ANSWER. 12 helmets.
Solved.