## [1] "p(1) = 0. Cannot be a total of less than 1"
## [1] "p(5) = [1+4, 2+3, 3+2, 4+1] => 4/36 = 0.1111"
## [1] "p(12) = [6+6] => 1/36 = 0.0278"
## [1] "P(miss) = 0.15 + 0.28 + 0.25 "
## [1] 0.68
## [1] "Therefore the probability that they don't miss: P(don't miss) = 1 - 0.68"
## [1] 0.32
## [1] "P(don't miss) + P( 1 day) = 0.32 + 0.25"
## [1] 0.57
## [1] "P(1 day or more) = 0.25 + 0.15+ 0.28"
## [1] 0.68
## [1] "P(kid 1 don't miss) n P(kid 2 don't miss) = 0.32 * 0.32"
## [1] 0.1024
## [1] "P(kid 1 miss) n P(kid 2 miss) = 0.68 * 0.68"
## [1] 0.4624
Since it says “a parent with two kids”, this means that the kids could be siblings living together. The chance of one getting sick will likely affect the other hence they are dependant.
No. They can happen at the same time as shown in the table.
## [1] "P(EH) = (0.230 + 0.2099)/ 1.1729"
## [1] 0.1986
(c)What is the probability that a randomly chosen individual has excellent health given that he has health coverage?
## [1] "P(C|H) = P(HnC) / P(H)3\n\t = 0.2099 / 0.2329"
## [1] 0.9012
## [1] "P(NC|H) = 1 - 0.1986"
## [1] 0.0988
No, they are dependant on each other. Knowing whether or not someone has coverage does not tell us anything about their health.
## [1] "P(Vote for Scott) n P(has a degree) = 0.53 * .37"
## [1] 0.1961
## [1] "P(did not vote for Scott) n P(has a degree) = 0.47 * 0.44"
## [1] 0.2068
## [1] "0.1961 + 0.2068"
## [1] 0.4029
## [1] "P(H) = 28 / 95"
## [1] 0.2947
## [1] "P(PF) = 59 / 94"
## [1] 0.6277
## [1] "0.2947 + 0.6277"
## [1] 0.185
## [1] "P(F) = 72 / 95"
## [1] 0.7579
## [1] "P(H) = 28 / 94"
## [1] 0.2979
## [1] "0.7579 * 0.2979"
## [1] 0.2258
## [1] "P(F) = 72 / 95"
## [1] 0.7579
## [1] "P(H) = 28 / 95"
## [1] 0.2947
## [1] "0.7579 * 0.2947"
## [1] 0.2234
##
## P( 2 - 10) = 36 / 52 = 9 / 13 => $0 (No profit)
## P(J, Q, K) = 12 / 52 = 3 / 13 => $3 ($1 profit)
## P(Ace) = 4 / 52 = 1 / 13 => $5 ($2 Profit)
## P(Ace of Clubs) = 4 / 52 * 13 / 52 = 1 / 52 => $20 ($18 Profit)
## [1] "P = (-2)(9/13) + 1(3/13) + 3(1/13) + 18(1/52)"
## [1] "-1.3846 + 0.2308 + 0.2308 + 0.3462"
## [1] -0.5768
No. The higher the stake, the lower his chance is of making a bigger profit and he loses 58c each game he plays.
## [1] "1 Box + 3 scoops = 48 + 6 "
## 54 ounces
What is the standard deviation of the amount of ice cream served?
## [1] "sqrt(1 + .0625 +.0625 +.0625)"
## [1] 1.0897
## [1] "1 Box - 1 scoop = 48 - 2"
## 46 ounces
## [1] "Standard Deviation of the amount left in the box"
## [1] "sqrt(1 + .0625)"
## [1] 1.0308
Since each scoop is randomly sampled, whether we add or subtract from the pile, the variance increases. This is because the variability of the weight in the box has increased even though we subtracted the scoops of ice cream. We’re less certain about the remaining weight (variance) than we were about the weight before we took the first scoop.