Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1003 Bytes

File metadata and controls

19 lines (14 loc) · 1003 Bytes

Probability Ability (500 Points)

Description: Consider the following five events:

  1. Correctly guessing a random 128-bit AES key on the first try.
  2. Winning a lottery with 1 million contestants (the probability is 1/10^6 ).
  3. Winning a lottery with 1 million contestants 5 times in a row (the probability is (1/10^6)^5 ).
  4. Winning a lottery with 1 million contestants 6 times in a row.
  5. Winning a lottery with 1 million contestants 7 times in a row.

What is the order of these events from most likely to least likely?

Answer format: GrizzCTF{int, int, int, int, int}

Resources