document.write( "Question 93530: Combinations\r
\n" ); document.write( "\n" ); document.write( "Question: Find the number of ways in which each committee can be selected.
\n" ); document.write( "1. a committe of 5 people from a group of 8 people
\n" ); document.write( "2. a committe of 2 people from a group of 16 people
\n" ); document.write( "3. a committe of 4 people from a group of 7people
\n" ); document.write( "4. a committe of 8 people from a group of 15people
\n" ); document.write( "5. a committe of 3 people from a group of 8 people\r
\n" ); document.write( "\n" ); document.write( "Question: At luncheon guest are offered a selection of 4 diffrent grilled vegetables and 5 diffrent relishes. In how many ways can the following items be chosen?
\n" ); document.write( "6. 2 vegetables and 3 relishes
\n" ); document.write( "7. 3 vegetables and 2 relishes
\n" ); document.write( "8. 4 vegetables and 4 relishes
\n" ); document.write( "9. 3 vegetables and 3 relishes\r
\n" ); document.write( "\n" ); document.write( "Question: A bag contains 8 white marbles and 7 blue marbles. Find the probability of selecting each combination
\n" ); document.write( "10. 2 white and 3 blue
\n" ); document.write( "11. 3 white and 2 blue
\n" ); document.write( "12. 4 white and 1 blue
\n" ); document.write( "

Algebra.Com's Answer #68105 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
I'll do one from each section. The others in that section are worked the same.
\n" ); document.write( "=========================
\n" ); document.write( "Question: Find the number of ways in which each committee can be selected.
\n" ); document.write( "1. a committe of 5 people from a group of 8 people
\n" ); document.write( "8C5 = 8C3 = [8*7*6]/[1*2*3] = 56
\n" ); document.write( "-------------------------------------------
\n" ); document.write( "Question: At luncheon guest are offered a selection of 4 diffrent grilled vegetables and 5 diffrent relishes. In how many ways can the following items be chosen?
\n" ); document.write( "6. 2 vegetables and 3 relishes
\n" ); document.write( "# of ways to pick 2 vegetables = 4C2 = [4*3]/[1*2] = 6
\n" ); document.write( "# of ways to pick 3 relishes = 5C3 = 5C2 = [5*4]/[1/2]=]10
\n" ); document.write( "So, # of ways to pick 2 veg and 3 rel = 6*10 = 60
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "Question: A bag contains 8 white marbles and 7 blue marbles. Find the probability of selecting each combination
\n" ); document.write( "10. 2 white and 3 blue
\n" ); document.write( "# of ways to pick 2 white = 8C2 = 28
\n" ); document.write( "# of ways to pick 3 blue = 7C3 = 35
\n" ); document.write( "So, # of ways to pick 2 white and 3 blue = 28*35
\n" ); document.write( "So 28*35 is the number of ways to succeed
\n" ); document.write( "-------
\n" ); document.write( "The number of possible outcomes of selecting 5 marbles from 15 is 15C5= 3003
\n" ); document.write( "Therefore the probability of selecting 2 white and 3 blue is [28*35]/3003
\n" ); document.write( "= 980/3003 = 0.3263...
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );