In the next preview assignment and in the next class, you will need to compute probabilities that involve exponents, and you will need to interpret statements of inequality and use those to find probabilities.
How Many 1’s?
When events [latex]A[/latex] and [latex]B[/latex] are independent, then [latex]P(A\mbox{ and }B) = P(A)∙P(B)[/latex].
When using this rule, there are situations in which the probabilities of some events are the same, and that’s when exponents come into play.
Exponent Review: [latex]p^{x}[/latex] means that [latex]p[/latex] is multiplied by itself [latex]x[/latex] times. For example, [latex](0.5)^{2} = (0.5) \bullet (0.5) = 0.25, \mbox{ and } (0.5)^{3} = (0.5) \bullet (0.5) \bullet (0.5) = 0.125[/latex].
Recall that multiplication is commutative, which means that the order we multiply numbers in does not matter when multiplication is the only operation present. For example:
[latex](0.25) \bullet (0.5) \bullet (0.25) = (0.25) \bullet (0.25) \bullet (0.5) = (0.25)^{2}(0.5)[/latex]
Example: Suppose we are rolling a fair, 6-sided die 4 times. The probability that the first roll is not a 6, the second roll is a 6, and the final 2 rolls are also not 6 is:
[latex]P(not~6~AND~6~AND~not~6~AND~not~6) = P(not~6) * P(6) * P(not~6) * P(not~6) = P(6) \bullet (P(not~6))^{3} = (\frac{1}{6}) \bullet (\frac{5}{6})^{3} \approx 0.0965[/latex]
Question 1
Suppose that we have a spinner with 4 sections, each of equal size, and the sections are labeled 1, 2, 3, and 4. Then the probability of the arrow landing in any one section on a spin is [latex]\frac{1}{4} =0.25[/latex]. Notice also that the outcomes of different spins are independent, so the multiplication rule for independent events applies here.

- If we spin the spinner twice, what is the probability that the arrow lands on the 1 section both times?
- What is the probability that the arrow does not land on the 1 section in a single spin of the spinner?
- If we spin the spinner 3 times, what is the probability that on the first 2 spins, the arrow lands on the 1 section, but on the third spin, the arrow does not land on the 1 section?
- If we spin the spinner 3 times, what is the probability that on the first spin, the arrow does not land on the 1 section, but on the next 2 spins, the arrow does land on the 1 section?
- What do you notice about the resulting probabilities from Parts C and D?
- If we spin the spinner 10 times, what is the probability that on the second spin, the arrow lands on 1, but on all of the other spins, the arrow does not land on 1? Hint: Since there are 10 spins of the spinner, first think about writing your probability as an AND statement that indicates what happens with each spin. The probabilities of each spin would then need to be multiplied together (why?). How many spins land on 1 and how many spins do not land on 1?
- [latex](0.25)^{9}(0.75)[/latex]
- [latex](0.25)^{8}(0.75)^{2}[/latex]
- [latex](0.25)(0.75)^{9}[/latex]
- [latex](0.25)^{2}(0.75)^{8}[/latex]
In the next preview assignment, you will be considering probability questions where each trial of an experiment has exactly two outcomes (which we call “success” and “failure”), and we want to count how many of the trials result in successes.
In the context of our spinner question, we might want to count how many times the spinner lands on the 1 section if we spin the spinner 10 times. We will also consider questions like, “What is the probability that in at least 6 out of 10 spin attempts, the arrow lands on the 1 section?” For these types of questions, we will need inequality expressions.
Inequality Review – There are four inequality symbols:
- [latex]<[/latex] (less than): [latex]a
- [latex]\leq[/latex] (less than or equal to): [latex]a \leq b[/latex] means that “a is less than or equal to b.” For example, we can write [latex]2 \leq 5[/latex] and [latex]5 \leq 5[/latex] because the symbol indicates that there are two possibilities: the number on the left is either less than 5 or the number on the left equals 5.
- [latex]>[/latex] (greater than): [latex]a>b[/latex] means that “a is greater than b.” For example, we write [latex]5 > 2[/latex] because 5 is greater than 2.
- [latex]\geq[/latex] (greater than or equal to): [latex]a \geq b[/latex] means that “a is greater than or equal to b.” For example, we can write [latex]5 \geq 2[/latex] and [latex]5 \geq 5[/latex] because the symbol indicates that there are two possibilities: the number on the left is either greater than 5 or the number on the left equals 5.
One way to help remember how these symbols work is that the pointy end (the smaller side) of the symbol always points to the smaller number, while the open side (the bigger side) of the symbol always opens to the bigger number. (A fun way to remember it is to think of the symbol as a mouth that wants to eat the biggest number!)
An important part of answering probability questions is translating the question into a mathematical expression so that you know what probability you’re trying to find.
Example: As above, let’s imagine we are spinning a spinner with 4 equally-sized sections 10 times. Let the random variable [latex]X[/latex]be the number of times that we land on the 1 in our 10 spin attempts. Then we can describe the probability that we land on 1 on more than 5 spins as [latex]P(X> 5)[/latex] since we want the number of spins where the arrow lands on 1 to be more than 5.
Question 2
Select the mathematical expression that corresponds to each of the following probability descriptions.
- The probability that the spinner lands on 1 on fewer than 3 spins
- [latex]P(X<3)[/latex]
- [latex]P(X \leq 3)[/latex]
- [latex]P(X > 3)[/latex]
- [latex]P(X \geq 3)[/latex]
- [latex]P(X = 3)[/latex]
- The probability that the spinner lands on 1 on exactly 3 spins
- [latex]P(X<3)[/latex]
- [latex]P(X \leq 3)[/latex]
- [latex]P(X > 3)[/latex]
- [latex]P(X \geq 3)[/latex]
- [latex]P(X = 3)[/latex]
- The probability that the spinner lands on 1 on 3 or more spins
- [latex]P(X<3)[/latex]
- [latex]P(X \leq 3)[/latex]
- [latex]P(X > 3)[/latex]
- [latex]P(X \geq 3)[/latex]
- [latex]P(X = 3)[/latex]
Sometimes, a description of an inequality can be a little trickier to interpret.
- “At least x” means x or more. For example, “at least 3” means 3 or more.
- “Up to x” means less than or equal to x. For example, “up to 2” means 2 or less.
- “At most x” means less than or equal to x. For example, “at most 2” means 2 or less.
- “No more than x” means less than or equal to x. For example, “no more than 2” means 2 or less.
Question 3
For each description, say how many possible spins out of 10 are being discussed. For example, “at most 3 spins land on 1” would mean that “0, 1, 2, or 3 spins land on 1.”
- Up to 3 spins land on 1
- At least 7 spins land on 1
- No more than 3 spins land on 1
Question 4
For each probability, select the corresponding mathematical expression where, as previously, X is the number of times the spinner lands on 1 out of 10 spins.
- The probability that the spinner lands on 1 on at least 5 spins
- [latex]P(X<5)[/latex]
- [latex]P(X \leq 5)[/latex]
- [latex]P(X > 5)[/latex]
- [latex]P(X \geq 5)[/latex]
- The probability that the spinner lands on 1 on at most 5 spins
- [latex]P(X<5)[/latex]
- [latex]P(X \leq 5)[/latex]
- [latex]P(X > 5)[/latex]
- [latex]P(X \geq 5)[/latex]
- The probability that the spinner lands on 1 on no more than 5 spins
- [latex]P(X<5)[/latex]
- [latex]P(X \leq 5)[/latex]
- [latex]P(X > 5)[/latex]
- [latex]P(X \geq 5)[/latex]