40 ways.
To find the number of ways to make 50p using the given coins, we can use a technique called dynamic programming. We can create an array of size 51 to store the number of ways to make each value from 0 to 50p. We initialize the first element as 1 (since there is one way to make 0p), and then iterate through each coin denomination, updating the array based on the current coin value. Finally, the value at index 50 of the array will give us the total number of ways to make 50p using the given coins.
21 ways
A Crown (25p) and a 5p.
The simplest way is 2*10p
150 10p coins.
how many ways to make 25p using 1p 2p 5p 10p 20 coins
21 ways
40 ways.
There are 47 ways using 5p, 10p, 20p and 50p.
To make 10p using 1p, 2p, and 5p coins, we can use a combination of these coins. We can start by using one 5p coin and five 1p coins, which is one way. Next, we can use two 2p coins and six 1p coins, which is another way. Lastly, we can use ten 1p coins, which is a third way. Therefore, there are three ways to make 10p using 1p, 2p, and 5p coins.
There are 47 ways.
There are 201 ways.
There are 201 ways and I regret that I do not have the will to list them. One of each coin or 38 of 1p coins are the 2 extremes.
Oh, what a happy little question! You can make one pound using different combinations of coins. You can use 100 one-penny coins, or 50 two-penny coins, or 20 five-penny coins, or 10 ten-penny coins, or 5 twenty-penny coins, or 2 fifty-penny coins. Just mix and match those coins and let your creativity shine!
There are 67 ways.
To find the number of ways to make 50p using the given coins, we can use a technique called dynamic programming. We can create an array of size 51 to store the number of ways to make each value from 0 to 50p. We initialize the first element as 1 (since there is one way to make 0p), and then iterate through each coin denomination, updating the array based on the current coin value. Finally, the value at index 50 of the array will give us the total number of ways to make 50p using the given coins.