Say you have a playlist with 8 hiphop albums, 6 rock albums and 5 pop albums. You then want to create a new playlist with 3 albums from your other palylist.
How many ways are there that you can make your choice if
a) there is supposed to be one album from every genre?
My attempt: multiplication principle gives the answer: $8 * 6 * 5 = 240$ different ways.
b) all 3 albums are to be from the same genre?
My attempt: addition principle gives the answer: $8 + 6 + 5 = 19$ different ways.
Have I used the principles correctly?