Skip to main content

Lesson 7. Probability

Computing probability is simple, it is: SPECIFIC / TOTAL. What does it mean? Let's start with an example.

Example. Suppose that you have a (six-sided) regular dice, whose sides contain numbers $1, 2, 3, 4, 5, 6$. If you throw the dice, the probability that you will get 6 can be computed as follows:
  • TOTAL ($1, 2, 3, 4, 5, 6$) = $6$ sides;
  • SPECIFIC (only $6$) = $1$ sides.
Therefore, the probability that you get $6$ from throwing the dice once is equal to $1/6$. 

Exercise. What is the probability that you get $3$ by throwing the same dice?

Solution. TOTAL = $6$, as there are six sides for the dice, and SPECIFIC = $1$, because there is one side that has $3$. Thus, the probability that you get $3$ from throwing the dices once is equal to $1/6$. This is the answer.

Let's spice up our example a little bit.

Example. Suppose that you have two regular dices, each of which has six sides containing $1, 2, 3, 4, 5, 6$. If you throw both of them at once, what is the probability that the sum of numbers is equal to $10$?

Again, probability is SPECIFIC/TOTAL, and usually it is easier to find TOTAL. What is TOTAL? It is all possible ways to have (first, second), where "first" means the number from the first dice and "second" means the number from the second dice. We may count them as follows:
  1. $(1, 1)$,
  2. $(1, 2)$,
  3. $(1, 3)$,
  4. $(1, 4)$,
  5. $(1, 5)$,
  6. $(1, 6)$, ...
and there are many more. How do we count all of them? Well, note that we have counted all the cases where FIRST = 1, and there are 6 such cases. Now, the same situation will happen when FIRST = 2, 3, 4, 5, 6, so the total number we count is $6 \times 6 = 36$. Hence, TOTAL = $36$.

What about SPECIFIC? We need to count pairs whose numbers add up to $10$. We notice that
  1. $1 + 9 = 10$,
  2. $2 + 8 = 10$,
  3. $3 + 7 = 10$,
  4. $4 + 6 = 10$,
  5. $5 + 5 = 10$,
  6. $6 + 4 = 10$,
  7. $7 + 3 = 10$,
  8. $8 + 2 = 10$,
  9. $9 + 1 = 10$,
but the choices 1, 2, 3, 7, 8, 9 are not valid because each dice only has $1, 2, 3, 4, 5, 6$, while such choices used $7, 8, 9$. Thus, the choices 4, 5, 6 are the only options, meaning SPECIFIC = 3. Therefore, the probability that you will get 10 when you throw both dices at once is equal to $3/36 = 1/12$. This is the answer.

Remark. There are definitely more materials on probability than what we have discussed in this posting for GMAT Quantitative Reasoning. However, we go one step at a time! Try to absorb the above examples, and let me know if you find anything unclear!

Comments

Popular posts from this blog

Lesson 2. Subtracting fractions

In the previous lesson , we have learned how to add fractions together. Let's first connect this to a formula you may have seen in high school. We have $$\frac{A}{B} + \frac{C}{D} = \frac{AD}{BD} + \frac{BC}{BD} = \frac{AD + BC}{BD}.$$ That is, we have first multiplied the opposite bottoms ($D$ is the opposite bottom for $A/B$, and $B$ is the opposite bottom for $C/D$) up and down and then keep the same bottom $BD$ and added the two different tops. In many curricula, teachers describe this process as follows. Multiply the bottoms. Cross multiply: $A$ with $D$ and $C$ with $B$. Then add the resulting fractions. The method introduced in the  previous lesson  is equivalent to this cross multiplication method, and in fact, it teaches you why this cross multiplication is valid. You may use either way, but you will have a stronger understanding if you know both. (If you can forget one of them, you can use another!) Subtraction of fractions . We can subtract a fraction from

Lesson 5. Comparing fractions

One of many questions GMAT can ask you is how to compare two or more fractions (i.e., which fractions are bigger/smaller). We will discuss a very simple method for comparing fractions. How to compare two fractions . To compare two fractions, we need two steps. Step 1 . Make the same positive bottoms. For example, let's compare $1/13$ and $2/25$. To make the same bottom, you multiply the opposite bottom up and down. For $1/13$, the opposite bottom is $25$, we have $$\frac{1}{13} = \frac{1 \cdot 25}{13 \cdot 25} = \frac{25}{13 \cdot 25}.$$ Why didn't we compute $13 \cdot 25$? Just wait for it now. We will explain why after comparing $1/13$ and $2/25$. For $2/25$, the opposite bottom is $13$, so $$\frac{2}{25} = \frac{13 \cdot 2}{13 \cdot 25} = \frac{26}{13 \cdot 25}.$$ Step 2 . Compare the tops. We continue the example from Step 1. We have $$\frac{1}{13} = \frac{25}{13 \cdot 25} < \frac{26}{13 \cdot 25} = \frac{2}{25}.$$ This implies that $1/13$ is smaller than