How many different ways are there to pay exactly $20$ p using only $1$ p and $2$ p?

124 Views Asked by At

How many different ways are there to pay exactly $20$ p using only $1$ p and $2$ p?

Any quicker method to solve such type of questions? tried writing a list of numbers but I don't think it is a suitable workout for an exam.

1

There are 1 best solutions below

0
On

I'm going to assume that the order of the coins doesn't affect the count. In other words, "5 2p coins and 10 1p coins" and "3 2p coins, 10 1p coins, and 2 more 2p coins" are counted the same.

If so, you can have any number of 2p coins between 0 and 10. For each of those, there's a unique way to add in 1p coins so that the total value will be 20p.