Hey folks I'm having some issues with permutation and combination problems.
1) Make a 3 digit even number without repeated digits, using 0, 4, 5 , 6, 7. Also the first digit cannot be 0.
I figured it must be 4 X 4 x 3 = 48 because the first digit can be 4 digits. The second digit can also be 4 because you can use 0 but not the digit you already used and the third can be 3 because you can't use 5 or 7.
2)Arrange 12 blocks in a line, 4 of which are green, 3 of which are blue, and 5 red, so that all blocks are adjacent. No clue what this even means...
3)form a 5 digit number using each digit 1 through 5 so that 4 & 5 are not adjacent
4)Form a 5 digit without zeroes, with exactly four distinct digits (that is, one digit should be repeated).
Hint on 1):
How many numbers can be made if it is not demanded that the number is even?
How many of these numbers end up with a $5$? And how many with a $7$?