I was given this question
A store sold $72$ decks of cards for $\$a67.9b$, where $a$ and $b$ are digits. Find $a + b$.
I'm not really sure how to solve this. I tried $100a + 67.9 + b \cdot0.01 \equiv 0 \pmod{72}$. From there you can get $100a + b \cdot 0.01 \equiv 4.1 \pmod{79}$. But this can't work. $b$ is maximum $9$, so you'll always end up with something in the hundreds place when you've divided. What am I supposed to do to solve?