All Exams Test series for 1 year @ ₹349 only
Question

In tossing a coin, let the probability of turning up a head be p . The hypotheses are H 0∶ p = 0.4 vs H 1 ∶ p = 0.6. H 0is rejected if there are five or more heads in six tosses. Then the power of the test is:

This question was previously asked in
SSC CGL 2019 (Tier 2) GS Finance & Economics Previous Year Paper (17-Nov-2020)
The correct answer is

0.233

Understanding Hypothesis Testing and Power

This problem asks us to calculate the power of a specific hypothesis test related to the probability of getting a head in a coin toss. We are given the null hypothesis ($H_0$) and the alternative hypothesis ($H_1$), the number of coin tosses, and the rule for rejecting $H_0$.

Defining the Hypotheses and Test

  • The null hypothesis is $H_0: p = 0.4$. This is the default assumption about the probability of getting a head.
  • The alternative hypothesis is $H_1: p = 0.6$. This is the claim we are trying to find evidence for.
  • We perform an experiment consisting of 6 coin tosses ($n=6$).
  • The test's decision rule is to reject $H_0$ if the number of heads observed in the 6 tosses is five or more (i.e., $\ge 5$).

What is the Power of a Test?

The power of a hypothesis test is the probability of correctly rejecting the null hypothesis ($H_0$) when the alternative hypothesis ($H_1$) is actually true. In simpler terms, it's the probability that our test will detect a true effect (in this case, that the probability of heads is indeed 0.6) when that effect exists.

Mathematically, Power $= P(\text{Reject } H_0 | H_1 \text{ is true})$.

Calculating the Power for this Coin Toss Test

To find the power, we need to calculate the probability of rejecting $H_0$ assuming that $H_1$ is true. According to $H_1$, the true probability of a head is $p = 0.6$.

The number of heads in a fixed number of independent coin tosses follows a binomial distribution. Here, the number of tosses is $n=6$. If $H_1$ is true, the probability of success (getting a head) is $p=0.6$. Let $X$ be the number of heads in 6 tosses. Under $H_1$, $X \sim B(n=6, p=0.6)$.

The rejection region is $X \ge 5$. So, we need to calculate $P(X \ge 5 | p=0.6)$. This is the sum of the probabilities of getting exactly 5 heads or exactly 6 heads in 6 tosses, with $p=0.6$.

The probability mass function for a binomial distribution is given by:

\( P(X=k) = \binom{n}{k} p^k (1-p)^{n-k} \)

Where:

  • \(n = 6\) (number of tosses)
  • \(p = 0.6\) (probability of head under \(H_1\))
  • \(k\) is the number of heads

Step 1: Calculate the probability of getting exactly 5 heads (\(P(X=5)\))

\( P(X=5) = \binom{6}{5} (0.6)^5 (1-0.6)^{6-5} = \binom{6}{5} (0.6)^5 (0.4)^1 \)

\( \binom{6}{5} = 6 \)

\( (0.6)^5 = 0.07776 \)

\( (0.4)^1 = 0.4 \)

\( P(X=5) = 6 \times 0.07776 \times 0.4 = 6 \times 0.031104 = 0.186624 \)

Step 2: Calculate the probability of getting exactly 6 heads (\(P(X=6)\))

\( P(X=6) = \binom{6}{6} (0.6)^6 (1-0.6)^{6-6} = \binom{6}{6} (0.6)^6 (0.4)^0 \)

\( \binom{6}{6} = 1 \)

\( (0.6)^6 = 0.046656 \)

\( (0.4)^0 = 1 \)

\( P(X=6) = 1 \times 0.046656 \times 1 = 0.046656 \)

Step 3: Calculate the total probability of rejecting \(H_0\) under \(H_1\)

Power \( = P(X \ge 5 | p=0.6) = P(X=5) + P(X=6) \)

Power \( = 0.186624 + 0.046656 = 0.23328 \)

Rounding to three decimal places, the power of the test is approximately 0.233.

Conclusion on Test Power

The calculated power of the test is 0.233. This value represents the probability of detecting that the true probability of heads is 0.6 when it is indeed 0.6, given the test setup (6 tosses, reject if $\ge 5$ heads).

Revision Table: Key Concepts for Hypothesis Testing Power

Concept Description
Null Hypothesis (\(H_0\)) The statement being tested, often a statement of no effect or no difference.
Alternative Hypothesis (\(H_1\) or \(H_a\)) The statement accepted if \(H_0\) is rejected. It represents a specific effect or difference.
Rejection Region The set of outcomes of the test statistic that lead to rejecting \(H_0\).
Power of the Test The probability of correctly rejecting \(H_0\) when \(H_1\) is true. Calculated as \(P(\text{Reject } H_0 | H_1 \text{ is true})\).
Type I Error (\(\alpha\)) Rejecting \(H_0\) when it is true. \(P(\text{Reject } H_0 | H_0 \text{ is true})\). Also called the significance level.
Type II Error (\(\beta\)) Failing to reject \(H_0\) when \(H_1\) is true. \(P(\text{Fail to reject } H_0 | H_1 \text{ is true})\).
Relationship Power = \(1 - \beta\). Increasing power means decreasing the probability of a Type II error.

Additional Information on Power and Sample Size

The power of a test is influenced by several factors:

  • Sample Size (n): Increasing the sample size generally increases the power of the test, assuming the effect size is real. With more data, it's easier to distinguish between the null and alternative hypotheses. In our coin toss example, increasing the number of tosses would likely increase the power to detect a difference between p=0.4 and p=0.6, provided the rejection region is adjusted appropriately.
  • Significance Level (\(\alpha\)): Increasing the significance level (\(\alpha\)) increases the power of the test. This is because a larger \(\alpha\) makes it easier to reject \(H_0\), thus increasing the chance of correctly rejecting \(H_0\) when \(H_1\) is true. However, it also increases the probability of a Type I error.
  • Effect Size: The magnitude of the difference between the null hypothesis value and the true value under the alternative hypothesis is the effect size. A larger effect size (e.g., the difference between 0.4 and 0.6 is larger than the difference between 0.4 and 0.45) is easier to detect, leading to higher power.
  • Variability: Lower variability in the data increases the power of the test.

Understanding and calculating power is crucial in study design, as it helps determine the sample size needed to have a reasonable chance of detecting a statistically significant result if one exists.

Was this answer helpful?

Similar Questions

  1. The given table represents the monthly income of 100 families of a locality.

    Monthly income range (in Rs.)

    Number of families

    Income more than Rs. 10,000

    100

    Income more than Rs. 13,000

    85

    Income more than Rs. 16,000

    69

    Income more than Rs. 19,000

    50

    Income more than Rs. 22,000

    33

    Income more than Rs. 25,000

    15

    The number of families having income range (in Rs.) 19000 - 22000 is:

  2. Find the mode for the given distribution (rounded off to two decimal places).

    Class Interval5-1010-1515-2020-2525-3030-35
    Frequency87691110
  3. The arithmetic mean of the following data is _________.

    23, 17, 20, 19, 21

  4. The median of the following data will be _________.

    32, 25, 33, 27, 35, 29 and 30

  5. For a sample data, mean = 60 and median = 48. For this distribution, the mode is:

  6. The mode of the following data is __________.

    13, 15, 31, 12, 27, 13, 27, 30, 27, 28 and 16

  7. The median of a set of 11 distinct observations is 73.2. If each of the largest five observations of the set is increased by 3, then the median of the new set:

  8. What is the mode of the given data?

    5, 7, 9, 7, 3, 7, 5, 7, 8, 6, 7

  9. For ANOVA two-way classification, to test two types of cloth in fashion trends, we have the following table.

    Source of Variations

    SS

    Df

    MSS

    F-Ratio

    Variety A

    280

    2

    140

    42.04

    Variety B

    α

    3

    34.03

    Error

    20

    β

    3.33

    Total

    640

    11


    The values of (α, β) are:
  10. The arithematic average of Edgeworth - Marshal index number


Important Questions from Elementary Statistics

  1. What is the mode of the given data?

    3, 0, 1, 0, 2, 1, 2, 0, 1, 2, 1, 1, 1, 3, 2
  2. What is the mode of the given data?

    21, 22, 23, 23, 24, 21, 22, 23, 21, 23, 24, 23, 21, 23
  3. A bowler has taken 0, 3, 2, 1, 5, 3, 4, 5, 5, 2, 2, 0, 0, 1 and 2 wickets in 15 consecutive matches. What is the mode of the given data?

  4. The data given below shows the number of people who have saved a certain amount of money.

    Saving (In Rs.)

    Number of people

    5

    1

    15

    3

    20

    4

    25

    2

    30

    1

    35

    1

    40

    2

    What is the median of the given data?

  5. If the ratio of mean and median of a certain data is 4 : 5, then find the ratio of its mean and mode.

Need Expert Advice?
Upcoming Exams
SSC JHT
September 08, 2026
SSC Stenographer
September 09, 2026
SSC Selection Post
September 16, 2026
Test Series
SSC CGL img
SSC
SSC CGL (Tier I + Tier II) 2026 Mock Test Series - Latest Pattern
2500 Tests 6 Tests Free
3990 Attempts
4.2(838)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App