chap1204

#$&*

course Mth 152

10/24/2012 10:01PM

007. *********************************************

question: Query 7

 

 12.2.6 single die, p(odd or <5).

 

What is the probability of getting an odd result or a result < 5?

 

 

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution: 

There are 6 possibilities when rolling a single die. There are 5 ways to an odd result or something <5. So there is 5/6 probability of getting odd result or something <5.

 

 

confidence rating #$&*: 3

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

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

Given Solution: 

`athere are 3 possible odd outcomes and four outcomes less that 5 which would add up to 7 outcomes, except that 2 of the outcomes < 5 are alrealdy odd and won't be counted. 

 

Thus the number of outcomes which are odd or less that 5 is 3 + 4 - 2 = 5 (this expresses the rule that n(A U B) = n(A) + n(B) - n(A ^ B), where U and ^ stand for union and intersection, respectively ).  Thus the probability is 5/6.

 

In terms of the specific sample space:

 

The sample space for the experiment is {1, 2, 3, 4, 5, 6}.  Success corresponds to events in the subset {1, 2, 3, 4, 5}. 

 

There are 6 elements in the sample space, 5 in the subset consisting of successful outcomes.

 

Thus the probability is 5/6. **

 Self-critique OK

 

 

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

Self-critique Rating: OK

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

question: Query   12.2.15 drawing neither heart nor 7 from full deck

 

 

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution: 

There are four 7s in a deck and 13 hearts, one of which is a 7, so there are 12 + 4 = 16 cards that we can't chose. There are 52 - 16 = 36 cards that we can chose, so there is 36/52 = 9/13 probability of not picking a heart nor a 7. There are 16 unfavorable outcomes and 36 favorable outcomes, so there is 16:36 = 4:9 odds of picking a 7 or heart.

 

 

confidence rating #$&*: 3

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

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

Given Solution: 

`aThe sample space consists of the 52 cards in a full deck.

 

There are 39 cards that aren't hearts, four 7's but only three aren't hearts so there are 36 cards that aren't hearts or seven. 

 

The probability is therefore 36/52 = 9/13.

 

The odds in favor of the event are 16 to 36 (number favorable to number unfavorable), which in reduced form is 4 to 9.  **

 

 

Self-critique OK

 

 

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

Self-critique Rating: OK

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

question: 12.2.24 prob of black flush or two pairs

 

 

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution: 

The book tells us that there are 123,552 ways to get two pair and there are C(13,5) = 1287 ways to get a flush in a single suit. There are two black suits so there are 2 * 1287 = 2574 ways to get a black flush. There are 2574 + 123,552 = 126,126 ways to get a black flush or two pairs and there are 2,598,960 possible hands. So there is 126,126/2,598,960 = .0485 = 4.85% probability of getting a black flush or two pairs.

 

 

confidence rating #$&*: 3

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

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

Given Solution: 

`aThere are C(13,5) = 1287 ways to get a flush in a given suit--gotta choose the 5 cards from the 13 cards in that suit.    There are two black suits so there are 2 * 1287 = 2574 possible black flushes.

 

As the text tells you there are 123,552 ways to get two pairs.  You can incidentally get this as 13 * C(4, 2) * 12 * C(4, 2) * C(44, 1) / 2 (2 of the 4 cards in any of the 13 denominations, then 2 of the 4 cards in any of the remaining 12 denominations, divide by 2 because the two denominations could occur in any order, then 1 of the 44 remaining cards not in either of the two denominations. 

 

There is no way that a hand can be both a black flush and two pairs, so there is no overlap to worry about (i.e., n(A and B) = 0 so n(A or B) = n(A) + n(B) - n(A and B) = n(A) + n(B) ).  Thus there are 123,552 + 2574 = 126,126 ways to get one or the other. 

 

The probability is therefore 126,126 / 2,598,960 = .0485, approx. **

 

Self-critique OK

 

 

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

Self-critique Rating: OK

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

question: 12.2.33 x is sum of 2-digit numbers from {1, 2, ..., 5}; prob dist for random vbl x

 

 

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution: 

There is C(5,2) = 10 possible sums of the numbers from the set. 3 has one possible combination, which is 1 + 2. 4 has one possible combination, which is 1 + 3. 5 has two possible combinations, which are 2 + 3 and 1 + 4. 6 has two possible combinations, which are 1 + 5 and 2 + 4. 7 has two possible combinations, which are 3 + 4 and 2 + 5. 8 has one possible combination, which is 3 + 5. 9 has one possible combination, which is 4 + 5. 3, 4, 8, and 9 have 1/10 = .1 probability and 5, 6, and 7 had 2/10 = .2 probability.

 

 

confidence rating #$&*: 3

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

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

Given Solution: 

`aIf 2 different numbers are chosen from the set (1, 2, 3, 4, 5} then the sum 3 can appear only as 1+2.  4 can appear only as 1+3, assuming numbers can't be repeated (so, for example, 2+2 is not allowed).  5 can occur as 1+4 or as 2+3.  6 can occur as 1+5 or as 2+3.  7 can occur as 2+5 or as 1+6.  8 can occur only as 3+5.  9 can occur only as 4+5.

 

Of the 10 possible combinations, the sums 3, 4, 8 and 9 can occur only once each, so each has probability .1.  The sums 5, 6 and 7 can occur 2 times each, so each has probability .2.

 

The possible sums are as indicated in the table below.

 

   1  2  3  4  5

1     3  4  5  6

2        5  6  7

3           7  8

4              9

 

This assumes selection without replacement.

 

There are C(5, 2) = 10 possible outcomes, as can be verified by counting the outcomes in the table.

 

3, 4, 8 and 9 appear once each as outcomes, so each has probability 1/10.

 

5, 6 and 7 appear twice each as outcomes, so each has probability 2/10.

 

x          p(x)

3          .1

4          .1  

5          .2

6          .2

7          .2

8          .1

9          .1  **

 

 

 Self-critique OK

 

 

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

Self-critique Rating: OK

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

question: Query   12.2.36  n(A)=a, n(S) = s; P(A')=?

 

What is the P(A')?

 

 

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution: 

A' is not A, and s is the sample space, so there are s - a ways A' can happen. So using the theoretical probability formula I found that the probability of A' is P(A') = s - a/s

 

 

confidence rating #$&*: 2

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

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

Given Solution: 

`aA' is everything that is not in A.

 

There are a ways A can happen, and s possibilities in the sample space S, so there are s - a ways A' can happen.

 

So of the s possibilities, s-a are in A'. 

 

Thus the probability of A' is P(A') = n(A') / n(S) = (s - a) / s.  **

 

 Self-critique OK

 

 

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

Self-critique Rating: OK

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

question: Query   12.2.42  spinners with 1-4 and 8-10; prob product is even

 

 

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution: 

There are 4 numbers on the first spinner and 3 on the second, so there are 4 * 3 = 12 possibilities. The product will be even if one of the numbers is even, so the only way for it to be odd is if 1 * 9 or 3 * 9 is spun. So there are 2 odd products which leaves 10 even ones, so there is 10/12 = 5/6 = .8333 = 83.33% probability of spinning an even number.

 

 

confidence rating #$&*: 3

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

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

Given Solution: 

`aThe first number can be 1, 2, 3 or 4.  The second can be 8, 9 or 10.  There are therefore 4 * 3 = 12 possible outcomes.

 

The only way to get an odd outcome is for the two numbers to both be odd.  There are only 2 ways that can happen (1 * 9 and 3 * 9).  The other 10 products are all even.

 

So the probability of an even number is 10 / 12 = 5/6 = .833... .

 

Alternatively we can set up the sample space in the form of the table

 

             8       9          10

1           8         9        10 

2          16        18      20

3          24        27      30

4          32        36      40

 

We see directly from this sample space that 10 of the 12 possible outcomes are even.  **

 

 Self-critique OK

 

 

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

Self-critique Rating: OK

"

Self-critique (if necessary):

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

Self-critique rating:

"

Self-critique (if necessary):

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

Self-critique rating:

#*&!

&#Your work looks very good. Let me know if you have any questions. &#