The Nation Has Problems, Vol. 4

About Last Month

So as I mentioned last time, both of these have relatively simple solution. For the first problem, calculating probabilities is a pretty futile exercise. You can try it for a small value of n and do it, but if n is--say--1,000,000, things will get out of hand in a hurry. The trick to this problem is just to note that if you throw 2n+1 coins, you will either throw n+1 heads or n+1 tails, but not both. Since the probability of each of these events is the same by symmetry, the probability that either player wins must be exactly 1/2.

The second problem also requires just a simple observation. Suppose that instead of picking squares one at a time, we decide on the order in which are going to pick the numbers. In reality, these decisions will be made on the fly, but that isn't going to make a difference. The key here is to extend the game all the way out to picking 7 squares. Obviously, we can stop after we win or lose, but going to 7 squares isn't going to affect this since we can't both win and lose in 7 squares. Now, we have to only consider what is under our eighth square. If that square is an X, it means we've already won. If it's not, it means we've already lost. Since there are 3 X's and 8 possibilities, the probability of a win is 3/8.

The problems

So lets see...I'm feeling lazy this month, and I've been busy with werewolf over at Spooky's place (If you want to play, please sign up!) so I'm going to give you some basic counting exercises that I've done with my discrete math class this term.

1. How many different strings can be made by rearranging the letters in BASE? BALL? BASEBALL? BASEKETBALL?

2. Joe Mauer is sent to the store to get beverages for 4 of his teammates. His choices of beverages are: Coke, Cherry Coke, Diet Coke, Coke Zero, Cherry Coke Zero, Vanilla Coke, and Vanilla Coke Zero. How many different combinations of beverages can he pick if:
He gets a different beverage for each teammate?
Repetitions are allowed?

26 thoughts on “The Nation Has Problems, Vol. 4”

  1. Problem 1:

    Spoiler SelectShow

    Problem 2:

    Spoiler SelectShow
    1. Your first solution is right, but doesn't quite generalize to a string like MISSISSIPPI. I think that is probably a harder question.

      For the second one, I guess you can interpret it in either way. It's an easier problem if you assume it matters who gets what drink. It's a harder problem if you assume it doesn't--that is, just assume he comes back in his car with 4 different drinks--how many different combinations are there?

      1. Right, my solution for #1 only works if the letters are either unique or duplicates.

        Haven't checked this but what about this as a general solution:

        Spoiler SelectShow
          1. Spoiler SelectShow
          2. Alternatively:

            Spoiler SelectShow
            1. That is right! There is actually a much simpler way to count this, but it's not the most obvious idea. I didn't even know about it until I came across it in my book when I was going to teach my students!

  2. I'm stalling on Problem 1.

    Spoiler SelectShow

    I stole from my employer this afternoon. I think I must stop here for now.

    1. Wow. That is way more answer than I expected from anyone! You're overthinking the problem a bit though. We're only counting strings created by rearranging the letters into a string of the same length.

      1. That sounds easier, but I think I came to some ideas through brute forcing that might allow me to do it the way you said.

        Anyways, shifting to #2:
        Assuming that Diet Coke != Coke Zero (although I believe otherwise)

        Spoiler SelectShow
          1. Also, I've forgotten my terminology.
            I read above that DG called them "permutations," which was a term I should have remembered.
            I don't know how well I could keep "Choose" from "Pick" even when I was taking Discrete Mathematics, or whatever other class(es) it came in.
            I know one is ordered and one is unordered (counts separate permutations as the same thing).
            That's why I just went back to spelling it out with the factorials and even just writing the factors.

            1. Permutations refer to cases when you care about the order of something, while combinations don't care about order. So for instance, lining up people in a row would be a permutation problem, while just picking a subset of a group of people is a combination problem.

              Here, problem 1 is about permutations while problem 2 is about combinations. And yeah, you probably got it in a discrete math course!

      2. BASEKETBALL = 11 Characters, 7 letters.
        4 doubled letters, 3 single letters.

        Spoiler SelectShow

        I wasn't completely stealing from my employer, either. It was just sub-optimal use of my time. I am an actuary and exercising my math skills is still valuable.

        1. It's cool, I'm posting right now from work. As a professor, I consider this a valid use of my time, since I'm contributing to the mathematical community!

          1. please cite as "GreekHouse. 2011d. `The Nation Has Problems, Vol. 4.' Teh Interweb's basement: wgom.org Press."

  3. Spoiler SelectShow
    1. Spoiler SelectShow
    2. Spoiler SelectShow
      1. Spoiler SelectShow

Comments are closed.