course Mth 152 4:30 9/19/2009 If your solution to stated problem does not match the given solution, you should self-critique per instructions at
.............................................
Given Solution: There are two dice. Call one the 'first die' and the other the 'second die'. (Note that ‘die’ is the singular of ‘dice’). • It is possible for the first die to come up 3 and the second to come up 6. • It is possible for the first die to come up 4 and the second to come up 5. • It is possible for the first die to come up 5 and the second to come up 4. • It is possible for the first die to come up 6 and the second to come up 3. These are the only possible ways to get a total of 9. Thus there are 4 ways. We can represent these 4 ways as ordered pairs: (3,6), (4, 5), (5, 4), (6, 3). &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): I understood this well. ------------------------------------------------ Self-critique Rating:3 ********************************************* Question: `q002. In how many ways can we choose a committee of three people from a set of five people? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: Choosing three people from 5 allows for 5*4*3/3*2*1 or simplified, 10 ways to choose three people from a committee of 5.
.............................................
Given Solution: A committee when first chosen is understood to consist of equal individuals. The committee is therefore unordered. In choosing a committee of three people from a set of five people we are forming a combination of 3 people from among 5 candidates. The number of such combinations is C ( 5, 3) = 5 ! / [ 3 ! ( 5 - 3) ! ] = 5 ! / [ 3 ! * 2 ! ] = 5 * 4 * 3 * 2 * 1 / [ ( 3 * 2 * 1 ) * ( 2 * 1) ] = 5 * 4 / ( 2 * 1) = 5 * 2 = 10. There are 10 possible 3-member committees within a group of 5 individuals. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):I understand this, but will it be necessary to show the longer formula for the test or will how I demonstrated it work?
.............................................
Given Solution: This choice is ordered. The order of our choice determines who becomes president, who becomes secretary and who becomes treasurer. Since we are choosing three people from 10, and order matters, we are looking for the number of permutations of three objects chosen from 10. This number is • P(10, 3) = 10! / (10-3)! = 10! / 7! = 10 * 9 * 8 = 720. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):I understood this, but it almost tripped me up at first because I was still assuming an unordered choice selection. However, thinking about it for a minute I assumed that one person would not be all three positions. ------------------------------------------------ Self-critique Rating:2 ********************************************* Question: `q004. In how many ways can we arrange six people in a line? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: This is ordered, by placing six people in a line you are effectively “placing” them there and they cannot fill another spot in the line. 6*5*4*3*2*1 or 720 ways
.............................................
Given Solution: There are 6 ! = 720 possible orders in which to arrange six people. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):I understood this. ------------------------------------------------ Self-critique Rating:3 ********************************************* Question: `q005. In how many ways can we rearrange the letters in the word 'formed'? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: This is the same as the previous problem, 6! Or 6*5*4*3*2*1=720
.............................................
Given Solution: There are six distinct letters in the word 'formed'. Thus we can rearrange the letters in 6 ! = 720 different ways. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):I understood this as well. ------------------------------------------------ Self-critique Rating:3 ********************************************* Question: `q006. In how many ways can we rearrange the letters in the word 'activities'? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: This is 10! Or 10*9*8*7*6*5*4*3*2*1 or 3,628,800
.............................................
Given Solution: There are 10 letters in the word 'activities', but some of them are repeated. There are two t's and three i's. • If we think of these 10 letters as being placed on letter tiles, there are 10! ways to rearrange the tiles. • However, not all of these 10 ! ways spell different words. For any spelling the three 'i' tiles can be arranged in 3 ! = 6 different ways, all of which spell same word. And for any spelling the two 't' tiles can be arranged in 2 ! = 2 different ways. • We must thus divide the 10! ways to arrange the ten tiles by the 3! ways in which the three i tiles might be ordered, and then divide this result by the 2! ways in which the three t tiles might be ordered, leading to the conclusion that 10 ! / ( 3 ! * 2 !) different ‘words’ are possible.. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):Ok I believe I understand this better because I didn’t look at the letters repeating more closely. You have 10! In all but must divide by the 3 I’s and the 2 t’s because they repeat and make the same set of words if you are doing it how I did in the problem. I see where I made the mistake. ------------------------------------------------ Self-critique Rating:1 ********************************************* Question: `q007. In how many ways can we line up four people, chosen from a group of 10, for a photograph? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: You are taking 4 people for a photo from a group of 10 so you have 10*9*8*7. This is in order because you are only choosing 4 people and once they have been chosen, they cannot be “repeated.”
.............................................
Given Solution: We are arranging four people chosen from 10, in order. The number of possible arrangements is therefore • P ( 10, 4) = 10! / ( 10-4)! = 10 ! / 6 ! = 10 * 9 * 8 * 7. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): I understood this. ------------------------------------------------ Self-critique Rating:3 ********************************************* Question: `q008. In how many ways can we get a total greater than 3 when rolling two fair dice? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: There is one way to get a total of 2 which is (1,1) and two ways to get 3, (2,1) and (1,2) so that leaves 3 ways to get 3 or less. If there are 6 ways ‘choices’ for the first die and 6 for the second, you have a total of 6*6 or 36 choices in all for the die. 36-3 = 33 total choices to get a total greater than 3.
.............................................
Given Solution: It would not be difficult to determine the number of ways to get totals of 4, 5, 6, etc. However it is easier to see that there is only one way to get a total of 2, which is to get 1 on both dice; and that there are 2 ways to get a total of 3 (we can get 1 on the first die and 2 on the second, or vice versa). • So there are 3 ways to get a total of 3 or less when rolling two dice. Since there are 6 possible outcomes for the first die and 6 possible outcomes for the second, there are 6 * 6 = 36 possible outcomes for the two dice. • Of the 36 total possible outcomes, we just saw that 3 give a total of 3 or less, so there must be 36 - 3 = 33 ways to get more than 3. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):I understood this well. ------------------------------------------------ Self-critique Rating:3 ********************************************* Question: e `q009. A committee consists of 5 men and 7 women. In how many ways can a subcommittee of 4 be chosen if the number of men and women must be equal? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: A subcommittee of 4 having 2 men and 2 women must have 5*4/2*1 men 20/2=10 and 7*6/2*1 women or 42/2=21. If you multiply these choices, 10*21 you have 210 ways to choose the subcommittee.
.............................................
Given Solution: If the numbers of women and men are equal, then there must be 2 of each. Recall that a committee is regarded as unordered. If order doesn't matter there are C(5, 2) ways to choose 2 men out of 5, and C(7, 2) ways to choose 2 women out of 7. We have to choose 2 men AND we have to choose 2 women, so by the Fundamental Counting Principal there are • C(5, 2) * C(7, 2) = 10 * 21 = 210 possible subcommittees. I understand this but it was a bit confusing.