Albert Teen
powered by
Albert logo

YOU ARE LEARNING:

Probability and Algebraic Problems

Probability and Algebraic Problems

Probability and Algebraic Problems

We can use probability tree diagrams to solve algebraic problems, and find probabilities of events happening.

Some probability problems involve algebra, and we can represent these problems using probability tree diagrams.

1

2 balls are picked at random from a bag

There are nn total green and yellow balls. 3 of the balls are green. The ball is replaced after the first pick.

2

Let's find the probability of picking two balls of the same colour

The total number of green and yellow balls adds up to nn

3

The probability of green is 3n\dfrac{3}{n}

Since there are 3 green balls, we can write that P(Green) =3n \dfrac{3}{n}.

4

If green is 3n\dfrac{3}{n}, yellow is n3n\dfrac{n-3}{n}

The total of green and yellow must add up to nn.

5

There are two routes to picking two balls of the same colour

The probability of two yellows is (n3)n×(n3)n=n26n+9n2\dfrac{(n-3)}{n} \times \dfrac{(n-3)}{n} = \dfrac{n^2 - 6n + 9}{n^2}

6

What is the probability of picking two green balls?

7

The probability of two greens is 9n2\dfrac{9}{n^2}

To find this, we multiply the probabilities: 3n×3n=9n2\dfrac{3}{n} \times \dfrac{3}{n}=\dfrac{9}{n^2}

8

To find the probability of picking two of the same colour, add the probabilities

Since there are two routes to picking the same colour twice, we need to use the or rule of probability. Therefore, P(same)=9n2+n26n+9n2P(same) = \dfrac{9}{n^2} + \dfrac{n^2 - 6n + 9}{n^2}

9

What is 9n2+n26n+9n2\dfrac{9}{n^2} + \dfrac{n^2 - 6n + 9}{n^2}?

10

Nice!

The probability of the same colour twice is (n26n+18)n2\dfrac{\left(n^2-6n+18\right)}{n^2}

In a box aren n sweets and chocolates, with 7 being sweets. How do we notate the amount of chocolates in the box?

1

Two balls are picked at random from a bag

There are 6 balls in total, with nn blue balls. The rest are red. The ball is replaced after the first pick. Given that the probability of picking two blue balls is 16\dfrac{1}{6}, show that n26=0n^2 - 6 = 0

2

There are nn blue balls

Since there are 6 balls in total, the probability of blue is n6\dfrac{n}{6}

3

What is the probability of choosing a red ball?

4

The probability of red is 6n6\dfrac{6-n}{6}

Since there are 6 balls in total, we subtract the number of blue balls, nn, from the total.

5

What is the probability of two blue balls, as an expression containing nn?

6

The probability of two blue balls is n236\dfrac{n^2}{36}

To find this, we multiply the probabilities of each individual blue ball: n6×n36=n236\dfrac{n}{6} \times \dfrac{n}{36}=\dfrac{n^2}{36}

7

The real probability of two blue balls is 16\dfrac{1}{6}, as given in the question

Therefore, we can equate these two expressions: n236=16\dfrac{n^2}{36}=\dfrac{1}{6}.

8

Rearrange n236=16\dfrac{n^2}{36}=\dfrac{1}{6} to make n2n^2 the subject

9

By rearranging, we find n2=6n^2=6

To show that n26=0n^2-6=0, we can subtract 6 from both sides.

1

Let's try another question with this example

This time, the probability of picking two reds in a row, when the first ball is replaced, is 23\dfrac{2}{3}

2

What is the probability of picking two red balls, as an expression involving nn?

3

The probability of two reds is n212n+3636\dfrac{n^2-12n+36}{36}

(n6)(n6)36=n212n+3636\dfrac{(n-6)(n-6)}{36}=\frac{n^2-12n+36}{36}

4

Equate this to the real probability of two red balls, 23\dfrac{2}{3}

n212n+3636=23\dfrac{n^2-12n+36}{36}=\dfrac{2}{3}. We want to show that n212n+12=0n^2 - 12n + 12 = 0

5

Multiply both sides by 36

n212n+3636=2×363  n212n+36=24\dfrac{n^2-12n+36}{36}=\dfrac{2 \times 36}{3} \space \rightarrow \space n^2-12n+36=24

6

Subtract 24 from both sides

n212n+12=0n^2-12n+12=0

7

Nice!

This is called a proof.