• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle

  • No, because we still get that one of the first two dice is the different one. Since there are 5 places for the different die to be, and it can only be in one of these places, we can just sum up the probabilities of the different die being each of the 5 rolls. Since all these probabilities are the same, we get 5*(probability of the different die roll being the last one).




  • The standard way when using ordinal arithmetic is: Take the ordinal 1, which is {{}}. Replace each element with a ordered pair of the form {{a},{a,b}} with second element being 0 (that is {}). Repeat with second element 1. Take a union. Take find the ordinal with this order. Overall: otp({ {{{}},{{},{}}}, {{{}},{{},{{}}}} }) Or simplified

    otp({ {{{}}}, {{{}},{{},{{}}}} })