128k views
4 votes
A local hamburger shop sold a combined total of 496 hamburgers and cheeseburgers on Thursday. There were 54 fewer cheeseburgers sold than hamburgers. How many hamburgers were sold on Thursday?

Please help,
Thanks

User Jtate
by
8.2k points

1 Answer

4 votes
If you know the total and how many less/more of one over the other, you just need to assign variables to each.

Let h = hamburgers; c = cheeseburgers

c + h = 496
c = h - 54
h + (h - 54) = 496
2h = 550
h = 275

c = 275 - 54
c - 221

Verify: 275 + 221 = 496
User Biwek
by
7.9k points