Prove by induction that all coins greater than or equal to 8 pence can be made using 3 pence and 5 pence coins . Here is my thought : I looked at Z+ greater than 8 ... I considered multiples of 3(equivalent to using 3p coins with repetitions) and considered multiples of 5. Rest of them were mostly primes where I had to combine both 3 and 5 . And I noticed that 3 and 5 are in the form of 4k+1 and 4k-1.
I would appreciate any information . Thanks