I hope someone can help me with some combinations (and perhaps permutations).
This is still the hardest area of math for me, but I'm still trying.
This is a two part question.
(1)
I have a bag of apples (A) and a bag of bananas (B), I would like to find out in how many different ways I can pick 5 different fruits.
Order is important, so AABBB is different from ABBBA.
(2)
Let's now say I have to pick 3 apples and 2 bananas, how many unique ways can I do this?
I know this will be a subset of the result sets in question 1, but I don't know how to find the answer.
I've been searching for an answer to this, but I keep getting answers to when the amount of picks are fewer than the selections, which is opposite to this, where I need to pick 5 from only 2 choices.
Thanks in advance.
I am trying to solve a bigger problem, so what if I modify the situation, and I add a bag of carrots (C). I now have to pick 1 apple, 2 bananas and 3 carrots. In how many unique ways can I do this?
Thanks again for your help.
– Ole Drews Jensen Jun 16 '15 at 13:26AABBA, how many ways do you have to insert a carrot in that sequence (e.g. to formACABBA)? Note that dropping the carrot yields the original sequence of just apples and bananas, hence all apple-banana sequences are independent with this carrot inserting operation, so you can just multiply the number of apple-banana sequences with the number of ways to insert a carrot. – Mark Jun 16 '15 at 13:31