Skip to main content

Statistics Exercises

Mean

Example (Individual):

Marks: 10, 20, 30, 40, 50

xˉ=10+20+30+40+505\bar{x} = \dfrac{10 + 20 + 30 + 40 + 50}{5}

= 3030

Example (Discrete):

Marks (xx)Frequency (ff)
102
203
305

xˉ \bar{x}

= (102+203+305)2+3+5\dfrac{(10 \cdot 2 + 20 \cdot 3 + 30 \cdot 5)}{2 + 3 + 5}

= 10+60+15010\dfrac{10 + 60 + 150}{10}

= 2424

Median

Example (Individual):

Data: 5, 10, 15, 20, 25

Median = 15 (middle value)

Example (Discrete):

Value (xx)Frequency (ff)Cumulative Frequency
1022
2035
30510

Total number of values, n=f=10n = \sum f = 10

To find the median:

  • Compute n2=102=5\dfrac{n}{2} = \dfrac{10}{2} = 5

Now, look for the cumulative frequency just greater than or equal to 5.

From the table:

  • Cumulative frequency for 10 is 2 (less than 5)

  • Cumulative frequency for 20 is 5 (equal to 5)

  • Cumulative frequency for 30 is 10 (greater than 5)

So, the median is the value corresponding to the cumulative frequency where CF5\text{CF} \geq 5, which is 20.

Final Answer: 20\boxed{20} is the median.

Mode

Example (Individual):

Data: 2, 3, 3, 5, 7

Mode = 3 (frequency = 2)

Example (Discrete):

Value (xx)Frequency (ff)
102
205
303

Mode = 20 (highest frequency)

Quartiles

Example (Individual):

Data: 5, 10, 15, 20, 25, 30, 35

n=7n = 7

Q1Q_1 = value at 1(7+1)4=2nd\dfrac{1(7+1)}{4} = 2^{nd} → 10

Q2Q_2 = Median = 20

Q3Q_3 = value at 3(7+1)4=6th\dfrac{3(7+1)}{4} = 6^{th} → 30


Probability Exercises

Formula Reminder

P(E)=Number of favorable outcomesTotal number of possible outcomesP(E) = \dfrac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}}


Example 1: Rolling a Die

Question: What is the probability of getting a number greater than 4 when rolling a fair die?

  • Sample Space: S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}
  • Favorable outcomes: {5,6}\{5, 6\} → 2 outcomes
  • Total outcomes: 6

Solution:
P(number>4)=26=13P(\text{number} > 4) = \dfrac{2}{6} = \dfrac{1}{3}


Example 2: Drawing a Card

Question: What is the probability of drawing a red queen from a standard deck of 52 cards?

  • Total red queens: 2 (Queen of Hearts, Queen of Diamonds)
  • Total cards: 52

Solution:
P(red queen)=252=126P(\text{red queen}) = \dfrac{2}{52} = \dfrac{1}{26}


Example 3: Tossing Two Coins

Question: What is the probability of getting exactly one head?

  • Sample Space: S={HH,HT,TH,TT}S = \{HH, HT, TH, TT\}
  • Favorable outcomes: {HT,TH}\{HT, TH\} → 2 outcomes
  • Total outcomes: 4

Solution:
P(exactly one head)=24=12P(\text{exactly one head}) = \dfrac{2}{4} = \dfrac{1}{2}


Example 4: Spinner Game

Question: A spinner is divided into 5 equal sections labeled A, B, C, D, E. What is the probability of landing on A or E?

  • Favorable outcomes: {A,E}\{A, E\} → 2 outcomes
  • Total outcomes: 5

Solution:
P(A or E)=25P(A \text{ or } E) = \dfrac{2}{5}


Example 5: Real-World – Student Survey

Question: In a class of 40 students, 28 like football. What is the probability that a randomly selected student likes football?

  • Favorable outcomes: 28
  • Total outcomes: 40

Solution:
P(likes football)=2840=0.7P(\text{likes football}) = \dfrac{28}{40} = 0.7


Example 6: Empirical Probability – Dice Roll

Question: A die is rolled 60 times. The number 3 appears 12 times. What is the empirical probability of getting a 3?

  • Observed frequency: 12
  • Total trials: 60

Solution:
P(3)=1260=0.2P(3) = \dfrac{12}{60} = 0.2


Exercises


Stats


Exercise 1

Q1.
xx102030
ff235
Show solution

xˉ=fxfwhere f is the frequency \displaystyle \bar{x} = \dfrac{\sum{fx}}{\sum{f}} \quad\text{where }f\text{ is the frequency}

=(102+203+305)2+3+5= \dfrac{(10 \cdot 2 + 20 \cdot 3 + 30 \cdot 5)}{2 + 3 + 5}

=26010=26= \dfrac{260}{10} = 26


Probability


Exercise 1

Q1. What is the probability that the coin comes out in a game of die?

i. If 1 brings the coin out

ii. If six brings the coin out

iii. If both 1 and 6 brings the coin out?

Details

Show solution Total possible outcomes = 6 (faces of a fair die).

i. If 1 brings the coin out: favorable case(s) = 1

P=16P = \dfrac{1}{6}

ii. If 6 brings the coin out: favorable case(s) = 1

P=16P = \dfrac{1}{6}

iii. If both 1 and 6 bring the coin out: favorable = 2

P=26=13P = \dfrac{2}{6} = \dfrac{1}{3}

Exercise 2

Q2. What is the probability that the card is Ace (A) if a card is drawn randomly from a deck?

Show solution

Total possible outcomes = 52.

i. Favorable cases = 4 (an Ace of each suit)

P=452P = \dfrac{4}{52}

Thus, P=113P = \dfrac{1}{13}

Exercise 3

Q3. What is the probability that the card is face card if a card is drawn randomly from a deck?

Show solution

Total possible outcomes = 52.

i. Favorable cases = 3 * 4 (Jack, Queen and King of each suit)

P=4352P = \dfrac{4 * 3}{52}

Thus, P=313P = \dfrac{3}{13}