Ch113 Query Assignment

#$&*

course MTH 152

2/18 7

If your solution to stated problem does not match the given solution, you should self-critique per instructions at

http://vhcc2.vhcc.edu/dsmith/geninfo/labrynth_created_fall_05/levl1_22/levl2_81/file3_259.htm.

Your solution, attempt at solution.

If you are unable to attempt a solution, give a phrase-by-phrase interpretation of the problem along with a statement of what you do or do not understand about it. This response should be given, based on the work you did in completing the assignment, before you look at the given solution.

003. `query 3

question 10.3.21 (previously 11.3.20) 5 prizes among 25 students

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your Solution: First students has 25 choices, second student 24 choices, third student 23 choices, forth student 22 choices and the fifth student has 21 choices. The reason for this is because each student is taking a choice away from the next and so forth.

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:: ** There are 25 students available so there are 25 choices for the first student.

On the second choice there are 24 students left so there would be 24 possibilities.

Similarly on the third, fourth and fifth selections there would be 23, 22 and 21 choices, respectively.

The result, by the Fundamental Counting Principle, is 25 * 24 * 23 * 22 * 21 choices.

25 * 24 * 23 * 22 * 21 = 25 ! / ( (25 - 5) !) since

25 ! / ( (25 - 5) !) = 25 ! / (20! * 5!) = 25 * 24 * 23 * 22 * 21

25 ! / ( (25 - 5) !) is P(25, 5).

We use permutations because in this case, there are 5 different prizes so the order in which the students are chosen makes a difference in the final outcome. **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

*********************************************

question: Is repetition allowed in this situation?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your Solution: No, because the same student can’t have the same choice as another.

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:: ** GOOD STUDENT ANSWER: no repetition is allowed because there are 5 different prizes, and you can't give the same one to two people **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

------------------------------------------------

Self-critique Rating: OK

question 10.3.30 (previously 11.3.30) 3-letter monogram all letters different

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your Solution: First of all we would have 26 choices (number of letters to choose from), there is no repetition therefore each letter is different. The first letter can be chosen from 26 letters, the second 25 letters, and the third 24. That being said we would have a total of 600 (25*24) possibilities in the 3-letter monogram.

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:: ** We are choosing 3 different letters, and since the monogram will be different if you change the order of the letters, we can say that order definitely applies.

If there is no restriction on any letter, other than the restriction of no repetitions, then there are 26 choices for the first letter, 25 for the second, 24 for the third so by the Fundamental Counting Principle there are 26 * 25 * 24 ordered choices.

We can write this as P(26, 3), the number of possible permutations of 3 objects chosen without replacement from 26 possible objects.

P(26,3) = 26!/(26-3) ! = 26 * 25 * 24, in agreement with the previous expression.

However in this question the third initial must be the same as Judy's, which is `z'. Thus, since there can be no repetitions, there are only 25 possibilities for the first letter (can't be `z') and 24 for the second (can't be `z', can't be the first).

So there are only 25 * 24 = 600 possibilities. **

MODIFIED SOLUTION:

I believe in the original solution that I overlooked the requirement that the letters be in alphabetical order.

Z is the last letter, so as long as the other two are chosen from the first 25 letters of the alphabet, it will be possible to construct the monogram.

Any combination of two of the 25 remaining letters can be used. Once the combination is selected, the letters will then be put into alphabetical order.

There are C(25, 2) = 25 * 24 / 2! = 300 possible combinations, so there are 300 possible monograms with the letters distinct and fin order.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

------------------------------------------------

Self-critique Rating: OK

question (previously 11.3.43 /& 42) divide 25 students into groups of 3,4,5,6,7. In how many ways can the students be grouped?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your Solution: We have total of 25 students, the first group is 3 students, which leaves only 22 students left for the other groups. Group of 4 leaves 18 students, group of 5 leaves 13 students, group of 6 leaves 7 students, and group 7 would get the remaining students. You could do this anyway, and get the same results. You could start with group 7 and work the other way or any way and still come out with the same results as I did.

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:: ** We can choose the groups in any order we wish. Each group chosen is chosen without regard for order.

If we choose to begin by making the group of 3, there are 25 students available when we begin to select our group, so there are C(25, 3) possible choices.

If we make the group of 4 next there are 22 students left from whom to choose so there are C(22, 4) possible choices.

If we make the group of 5 next there are 18 students left from whom to choose so there are C(18, 5) possible choices.

If we make the group of 6 next there are 13 students left from whom to choose so there are C(13, 6) possible choices.

If we make the group of 7 next there are 7 students left from whom to choose so there are C(7, 7) possible choices.

The Fundamental Counting Principle says you that you have to multiply the number of ways of obtaining the first group by the number of ways of obtaining the second group by the number of ways of obtaining the 3rd group by the number of ways of obtaining the fourth group by the number of ways of obtaining the fifth group. So get have

• C(25,3) * C(22,4) * C(18,5) * C(13,6) * C(7,7) ways to complete the grouping.

Note that we could have chosen the groups in a different order, perhaps with the group of 7 first, the group of 6 second, etc.. The same reasoning would tell us that there are now C(25, 7) * C(18, 6) * C(12,5) * C(7, 4) * C(3, 3) ways to do complete the groupings.

The question is, would this make a difference in the final result?

To find out we compare the two results C(25,3) * C(22,4) * C(18,5) * C(13,6) * C(7,7) and C(25, 7) * C(18, 6) * C(12,5) * C(7, 4) * C(3, 3).

If the two expressions C(25,3) * C(22,4) * C(18,5) * C(13,6) * C(7,7) and C(25, 7) * C(18, 6) * C(12,5) * C(7, 4) * C(3, 3) are both written down and simplified, both turn out to have exactly the same numbers in their numerators, and the same numbers in their denominators. As a result, they both end up in the same form

o 25! / [ 3 ! * 4 ! * 5 ! * 6 ! * 7 ! ].

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

------------------------------------------------

Self-critique Rating: OK

question (previously 11.3.60). C(n,0)What is the value of C(n,0)? What is the value of C(8,0)?

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your Solution: C(n,0)= the number of choices, which is 0 and n is the object your choosing from. Therefore you get 0 as your answer because your simply don’t have any choices.

C(8,0)= again same as above. However you have two numbers this time, giving you 8 choices to choose and object.

.............................................

Given Solution:

** C(n, r) is the number of ways of choosing r objects out of n available objects, without regard for order.

C(n, 0) is therefore the number of ways to choose 0 objects from among n objects.

No matter what n is, there is exactly one way to do this, which is to choose nothing.

Thus C(n, 0) is always equal to zero.

As another example:

There are C(4,2) = 6 ways in which to obtain 2 Heads on four flips of a coin, C(4,3) = 4 ways to obtain 3 Heads, C(4,4) = 1 way to obtain 4 Heads.

Obtaining 4 Heads is the same as obtaining 0 Tails, and of course C(4,0) is the number of ways to obtain 0 Tails. So C(4,0) must be 1.

The formula also gives us the same result:

C(n, 0) = n ! / [ (n - 0) ! * 0 ! ] = n ! / ( n ! * 1) = 1. **

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

------------------------------------------------

Self-critique Rating: OK

"

end document

Self-critique (if necessary):

------------------------------------------------

Self-critique rating:

"

end document

Self-critique (if necessary):

------------------------------------------------

Self-critique rating:

#*&!

&#Good responses. Let me know if you have questions. &#