Advertisement
Guest User

Combinatoric Juggle Analysis

a guest
Jul 31st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. HOLY FUCK
  2.  
  3. [X] [O] [O] [O]
  4.  
  5. P(hitting target on first try) = 1/4
  6.  
  7. FOUR SCENARIOS
  8.  
  9. #1: We assume the first knife missed and did not die to the knife
  10. P(knife missing) = 3/4
  11. P(knife hitting) = 1/4
  12.  
  13. A = P(hitting first and missing second) = 1/4 * 3/4 = 3/16
  14. B = p(missing first and hitting second) = 3/4 * 1/4 = 3/16
  15. C = p(missing both) = 3/4 * 3/4 = 9/16
  16. D = p(hitting both) = 1/4 * 1/4 = 1/16
  17.  
  18. 3 + 3 + 9 + 1 = 16/16 (Good, we covered all scenarios for the two juggles)
  19.  
  20. P(at least one knife hitting) = A + B + D = 3/16 + 3/16 + 1/16 = 7/16 ~ 43.75%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement