Login

Welcome, Guest. Please login or register.

March 29, 2024, 07:07:59 am

Author Topic: Permutations and Combinations  (Read 1236 times)  Share 

0 Members and 1 Guest are viewing this topic.

VydekiE

  • Trailblazer
  • *
  • Posts: 29
  • Respect: 0
Permutations and Combinations
« on: January 27, 2017, 03:35:11 pm »
0
Hi,
Can I please get help on this Combination question
1. Four balls are simultaneously drawn from a bag containing three green and six blue marbles. Find how many drawings are possible if:
a) the balls may be of any colour
b) there are exactly two green balls
c) there are at least two green balls
d) there are more blue balls than green balls

thank you!!

RuiAce

  • ATAR Notes Lecturer
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 8814
  • "All models are wrong, but some are useful."
  • Respect: +2575
Re: Permutations and Combinations
« Reply #1 on: January 27, 2017, 04:01:49 pm »
0
Let G denote a green ball and B denote a blue ball. Note that the question is worded so that the green balls are indistinguishable among each other, as are the blues.

For a), if we consider any four balls drawn
_ _ _ _
They can either be blue or green. So 2 options for either of the 4 spots.
But G G G G is not possible, because we don't have 4 green marbles.
So the answer is 2^4 - 1 (15).

For b), because there are EXACTLY two green balls, we are essentially arranging:
B B G G
Which can be done in 4!/(2!2!) ways. Note that we're arranging because these 4 letter 'words' correspond to the possible arrangements of the orders they're drawn in.

For c), if there are at least two green, we must also consider when there are three green balls
B G G G
Which can be arranged in 4!/3! ways.
So the answer is 4!/(2!2!) + 4!/3! <--Edit, fixed a typo

d) note that this is ONLY possible if there are 3 or 4 blue bald
3 blue balls: 4!/3!
4 blue balls: only 1 possible outcome
So just add those together
« Last Edit: January 27, 2017, 07:43:43 pm by RuiAce »

VydekiE

  • Trailblazer
  • *
  • Posts: 29
  • Respect: 0
Re: Permutations and Combinations
« Reply #2 on: January 27, 2017, 07:33:28 pm »
+2
Thank you so much!!  :)