STT 201

Business Statistics

TU BBA · Semester 3 · BBA curriculum effective from 2021

Requirement
required
Credits
3
Past papers
2 papers

Past exam papers

Complete papers are arranged by exam year (AD).

Businesses Statistics 2024 Board Question Paper

Report problem

Tribhuvan University

Faculty of Management

Office of the Dean

2024 AD / Regular Examination

Course: STT 201 · Business Statistics

Level: Bachelor of Business Administration (BBA) · Semester 3

Full Marks: 100

Time: 3 hrs.

Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.

Section A

Brief Answer Questions

[10*1=10]
  1. Find the quartile deviation if first and third quartiles are 18 and 30 respectively.

    [1]
    View model solution

    Quartile Deviation (QDQD):

    Given:

    • First Quartile (Q1Q_1) = 1818
    • Third Quartile (Q3Q_3) = 3030

    Formula:

    QD=Q3Q12QD = \frac{Q_3 - Q_1}{2}

    Calculation:

    QD=30182=122=6QD = \frac{30 - 18}{2} = \frac{12}{2} = \mathbf{6}

    Final Answer: The Quartile Deviation is 6.

  2. Calculate the combined mean from the following information.

    Group A Group B
    Mean 65 60
    Number of observation 40 60
    [1]
    View model solution

    Combined Mean Calculation:

    Given:

    • Group A: n1=40n_1 = 40, Xˉ1=65\bar{X}_1 = 65
    • Group B: n2=60n_2 = 60, Xˉ2=60\bar{X}_2 = 60

    Formula:

    Xˉ12=n1Xˉ1+n2Xˉ2n1+n2\bar{X}_{12} = \frac{n_1 \bar{X}_1 + n_2 \bar{X}_2}{n_1 + n_2}

    Calculation:

    Xˉ12=40(65)+60(60)40+60=2600+3600100=6200100=62\bar{X}_{12} = \frac{40(65) + 60(60)}{40 + 60} = \frac{2600 + 3600}{100} = \frac{6200}{100} = \mathbf{62}

    Final Answer: The combined mean of the two groups is 62.

  3. The coefficient of correlation between two variable X and Y is 0.48. The covariance is 36. The variance of X is 16. Find the standard deviation of Y.

    [1]
    View model solution

    Calculation of Standard Deviation of YY (σY\sigma_Y):

    Given:

    • Correlation coefficient (rr) = 0.480.48
    • Cov(X,Y)=36\text{Cov}(X, Y) = 36
    • Var(X)=σX2=16    σX=4\text{Var}(X) = \sigma_X^2 = 16 \implies \sigma_X = 4

    Formula:

    r=Cov(X,Y)σXσYr = \frac{\text{Cov}(X, Y)}{\sigma_X \cdot \sigma_Y}

    Calculation:

    0.48=364σY0.48 = \frac{36}{4 \cdot \sigma_Y}
    0.48=9σY    σY=90.48=18.750.48 = \frac{9}{\sigma_Y} \implies \sigma_Y = \frac{9}{0.48} = \mathbf{18.75}

    Final Answer: The standard deviation of YY is 18.75.

  4. In a moderately asymmetrical distribution, the mode and mean are 32 and 35 respectively. Calculate the median.

    [1]
    View model solution

    Calculation of Median from Mode and Mean:

    Given:

    • Mode=32\text{Mode} = 32
    • Mean=35\text{Mean} = 35

    Empirical Formula:

    Mode=3Median2Mean\text{Mode} = 3\text{Median} - 2\text{Mean}

    Calculation:

    32=3Median2(35)32 = 3\text{Median} - 2(35)
    32=3Median7032 = 3\text{Median} - 70
    3Median=32+70=1023\text{Median} = 32 + 70 = 102
    Median=1023=34\text{Median} = \frac{102}{3} = \mathbf{34}

    Final Answer: The median of the distribution is 34.

  5. Calculate the Pearson’s Coefficient of skewness when mean, mode and standard deviation are 25, 20 and 10 respectively.

    [1]
    View model solution

    Pearson’s Coefficient of Skewness:

    Given:

    • Mean=25\text{Mean} = 25
    • Mode=20\text{Mode} = 20
    • Standard Deviation (σ)=10\text{Standard Deviation } (\sigma) = 10

    Formula:

    Skp=MeanModeσSk_p = \frac{\text{Mean} - \text{Mode}}{\sigma}

    Calculation:

    Skp=252010=510=+0.5Sk_p = \frac{25 - 20}{10} = \frac{5}{10} = \mathbf{+0.5}

    Final Answer: Pearson’s coefficient of skewness is +0.5 (moderately positively skewed).

  6. Given λ = 1.2 for a Poisson distribution, find p(x = 4).

    [1]
    View model solution

    Poisson Probability P(X=4)P(X = 4):

    Given:

    • λ=1.2\lambda = 1.2
    • x=4x = 4

    Formula:

    P(X=x)=eλλxx!P(X = x) = \frac{e^{-\lambda} \lambda^x}{x!}

    Calculation:

    • e1.20.301194e^{-1.2} \approx 0.301194
    • (1.2)4=2.0736(1.2)^4 = 2.0736
    • 4!=244! = 24
    P(X=4)=0.301194×2.073624=0.62456240.0260P(X = 4) = \frac{0.301194 \times 2.0736}{24} = \frac{0.62456}{24} \approx \mathbf{0.0260}

    Final Answer: P(X=4)=P(X = 4) = 0.0260 (or 2.60%).

  7. If a random sample of size 36 is drawn from a finite population 400 units without replacement, then find the standard error of the sample mean if the population s.d. is 12.

    [1]
    View model solution

    Standard Error with Finite Population Correction (FPC):

    Given:

    • Sample size (nn) = 3636
    • Population size (NN) = 400400
    • Population standard deviation (σ\sigma) = 1212

    Sampling Fraction:

    nN=36400=0.09>0.05    FPC must be applied.\frac{n}{N} = \frac{36}{400} = 0.09 > 0.05 \implies \text{FPC must be applied.}

    Formula:

    SEXˉ=σn×NnN1SE_{\bar{X}} = \frac{\sigma}{\sqrt{n}} \times \sqrt{\frac{N - n}{N - 1}}

    Calculation:

    σn=1236=126=2.0\frac{\sigma}{\sqrt{n}} = \frac{12}{\sqrt{36}} = \frac{12}{6} = 2.0
    FPC=400364001=364399=0.912280.95513\text{FPC} = \sqrt{\frac{400 - 36}{400 - 1}} = \sqrt{\frac{364}{399}} = \sqrt{0.91228} \approx 0.95513
    SEXˉ=2.0×0.95513=1.9103SE_{\bar{X}} = 2.0 \times 0.95513 = \mathbf{1.9103}

    Final Answer: The standard error of the sample mean is 1.9103.

  8. Given that P(A) = 1/3, P(B) = 3/5 and P(A∩B) = 1/15 then find out the value of P(A ∪ B).

    [1]
    View model solution

    Calculation of P(AB)P(A \cup B):

    Given:

    • P(A)=13P(A) = \frac{1}{3}
    • P(B)=35P(B) = \frac{3}{5}
    • P(AB)=115P(A \cap B) = \frac{1}{15}

    Formula:

    P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

    Calculation:

    P(AB)=13+35115P(A \cup B) = \frac{1}{3} + \frac{3}{5} - \frac{1}{15}

    Common denominator is 1515:

    P(AB)=5+9115=13150.8667P(A \cup B) = \frac{5 + 9 - 1}{15} = \frac{13}{15} \approx \mathbf{0.8667}

    Final Answer: P(AB)=1315P(A \cup B) = \frac{13}{15} (or 0.8667).

  9. If first quartile and third quartile of a distribution are 28 and 52 and their 90th and 10th percentiles are 61 and 17 respectively then, find the value of kurtosis.

    [1]
    View model solution

    Calculation of Percentile Coefficient of Kurtosis:

    Given:

    • Q1=28Q_1 = 28, Q3=52Q_3 = 52
    • P90=61P_{90} = 61, P10=17P_{10} = 17

    Formula:

    K=QDP90P10=Q3Q12P90P10K = \frac{QD}{P_{90} - P_{10}} = \frac{\frac{Q_3 - Q_1}{2}}{P_{90} - P_{10}}

    Calculation:

    QD=52282=242=12QD = \frac{52 - 28}{2} = \frac{24}{2} = 12
    P90P10=6117=44P_{90} - P_{10} = 61 - 17 = 44
    K=1244=3110.2727K = \frac{12}{44} = \frac{3}{11} \approx \mathbf{0.2727}

    Final Answer: The coefficient of kurtosis is 0.2727 (since 0.2727>0.2630.2727 > 0.263, it is leptokurtic).

  10. List out non-random sampling methods.

    [1]
    View model solution

    Non-Random (Non-Probability) Sampling Methods:

    1. Convenience Sampling: Selecting units that are easiest to reach and immediately accessible to the researcher.
    2. Purposive / Judgmental Sampling: Selecting sample members deliberately based on the expert judgment of the researcher.
    3. Quota Sampling: Segmenting the population into categories and gathering non-random data until pre-assigned category quotas are filled.
    4. Snowball (Referral) Sampling: Existing participants recruit future subjects from among their acquaintances, useful for hidden or rare populations.

Section B

Short Answer Questions : (Attempt any FIVE Questions )

[5*3=15]
  1. The following table represents the weekly expenditure of 100 families.

    Expenditure 0-20 20-40 40-60 60-80 80-100
    No. of Families 14 ? 27 ? 15

    If the mean value is 48 find the missing frequencies.

    [3]
    View model solution

    Finding Missing Frequencies When Mean = 48:

    Given Data:

    • Total families (NN) = 100100
    • Mean expenditure (Xˉ\bar{X}) = 4848

    Let the missing frequency of class 20–40 be f1f_1 and class 60–80 be f2f_2.

    Expenditure Mid-point (mm) Frequency (ff) fmfm
    0 – 20 10 14 140
    20 – 40 30 f1f_1 30f130f_1
    40 – 60 50 27 1,350
    60 – 80 70 f2f_2 70f270f_2
    80 – 100 90 15 1,350
    Total N=100N = 100 fm=2,840+30f1+70f2\sum fm = 2,840 + 30f_1 + 70f_2

    Step 1: Total Frequency Equation

    14+f1+27+f2+15=10014 + f_1 + 27 + f_2 + 15 = 100
    f1+f2+56=100    f1+f2=44— (1)f_1 + f_2 + 56 = 100 \implies f_1 + f_2 = 44 \quad \text{--- (1)}

    Step 2: Mean Equation

    Xˉ=fmN    48=2840+30f1+70f2100\bar{X} = \frac{\sum fm}{N} \implies 48 = \frac{2840 + 30f_1 + 70f_2}{100}
    4,800=2,840+30f1+70f24,800 = 2,840 + 30f_1 + 70f_2
    30f1+70f2=1,96030f_1 + 70f_2 = 1,960

    Divide by 10:

    3f1+7f2=196— (2)3f_1 + 7f_2 = 196 \quad \text{--- (2)}


    Step 3: Solve Simultaneously

    Multiply Equation (1) by 3:

    3f1+3f2=132— (3)3f_1 + 3f_2 = 132 \quad \text{--- (3)}

    Subtract Equation (3) from Equation (2):

    (3f1+7f2)(3f1+3f2)=196132(3f_1 + 7f_2) - (3f_1 + 3f_2) = 196 - 132
    4f2=64    f2=644=164f_2 = 64 \implies f_2 = \frac{64}{4} = \mathbf{16}

    Substitute f2=16f_2 = 16 into Equation (1):

    f1+16=44    f1=4416=28f_1 + 16 = 44 \implies f_1 = 44 - 16 = \mathbf{28}

    Final Answer: The missing frequencies are f1=28f_1 = 28 (for class 20–40) and f2=16f_2 = 16 (for class 60–80).

  2. A sample of 500 bulbs of a company shows that an average life of 1400 hours with standard deviation of 30 hours. Find 95% confidence limits for population mean.

    [3]
    View model solution

    95% Confidence Limits for Population Mean Bulb Life:

    Given Data:

    • Sample size (nn) = 500500 (Large sample, n30n \ge 30)
    • Sample mean (Xˉ\bar{X}) = 1400 hours1400 \text{ hours}
    • Sample standard deviation (ss) = 30 hours30 \text{ hours}
    • Confidence level = 95%    Zα/2=1.9695\% \implies Z_{\alpha/2} = 1.96

    Step 1: Standard Error of Mean (SESE)

    SEXˉ=sn=30500=3022.36071.3416 hoursSE_{\bar{X}} = \frac{s}{\sqrt{n}} = \frac{30}{\sqrt{500}} = \frac{30}{22.3607} \approx 1.3416 \text{ hours}

    Step 2: Calculate Confidence Limits

    Margin of Error (E)=Zα/2×SEXˉ=1.96×1.3416=2.6295 hours\text{Margin of Error } (E) = Z_{\alpha/2} \times SE_{\bar{X}} = 1.96 \times 1.3416 = 2.6295 \text{ hours}
    Confidence Limits=Xˉ±E\text{Confidence Limits} = \bar{X} \pm E
    • Lower Limit: 14002.6295=1397.37 hours1400 - 2.6295 = \mathbf{1397.37 \text{ hours}}
    • Upper Limit: 1400+2.6295=1402.63 hours1400 + 2.6295 = \mathbf{1402.63 \text{ hours}}

    Final Answer: The 95% confidence interval for the true population mean life is 1397.37 hours to 1402.63 hours ([1397.37,1402.63][1397.37, 1402.63]).

  3. Calculate coefficient of quartile deviation from the following distribution of expenditure of one thousand households of Pokhara city.

    Expenditure (Rs.'00) No. of households
    30-50 54
    50-70 100
    70-90 140
    90-110 300
    110-130 230
    130-150 125
    Above 150 51
    [3]
    View model solution

    Coefficient of Quartile Deviation of Household Expenditure:

    Cumulative Frequency Table:

    Expenditure (Rs '00) Households (ff) Cumulative Frequency (cfcf)
    30 – 50 54 54
    50 – 70 100 154
    70 – 90 140 294
    90 – 110 300 594
    110 – 130 230 824
    130 – 150 125 949
    Above 150 51 1000
    Total N=1000N = 1000

    Step 1: Lower Quartile (Q1Q_1)

    Position of Q1=N4=10004=250th    Class: 70 – 90\text{Position of } Q_1 = \frac{N}{4} = \frac{1000}{4} = 250^{\text{th}} \implies \text{Class: 70 – 90}
    Q1=70+(250154140)×20=70+(96140)×20=70+13.71=83.71Q_1 = 70 + \left(\frac{250 - 154}{140}\right) \times 20 = 70 + \left(\frac{96}{140}\right) \times 20 = 70 + 13.71 = \mathbf{83.71}

    Step 2: Upper Quartile (Q3Q_3)

    Position of Q3=3N4=30004=750th    Class: 110 – 130\text{Position of } Q_3 = \frac{3N}{4} = \frac{3000}{4} = 750^{\text{th}} \implies \text{Class: 110 – 130}
    Q3=110+(750594230)×20=110+(156230)×20=110+13.57=123.57Q_3 = 110 + \left(\frac{750 - 594}{230}\right) \times 20 = 110 + \left(\frac{156}{230}\right) \times 20 = 110 + 13.57 = \mathbf{123.57}

    Step 3: Coefficient of Quartile Deviation

    Coefficient of QD=Q3Q1Q3+Q1=123.5783.71123.57+83.71=39.86207.280.1923\text{Coefficient of } QD = \frac{Q_3 - Q_1}{Q_3 + Q_1} = \frac{123.57 - 83.71}{123.57 + 83.71} = \frac{39.86}{207.28} \approx \mathbf{0.1923}

    Final Answer: The coefficient of quartile deviation is 0.1923 (or 19.23%).

  4. The mark distribution of 104 students are given below.

    Marks 0 - 10 10 - 20 20 - 30 30 - 40 40 - 50 50 - 60 60 - 70
    No. of Students 7 8 13 29 35 9 3

    Find the lowest marks of the top 10% of the students.

    [3]
    View model solution

    Lowest Marks of the Top 10% of Students (P90P_{90}):

    Concept:

    The cutoff score separating the top 10% of students is the 90th90^{\text{th}} Percentile (P90P_{90}).


    Cumulative Frequency Table:

    Marks Frequency (ff) Cumulative Frequency (cfcf)
    0 – 10 7 7
    10 – 20 8 15
    20 – 30 13 28
    30 – 40 29 57
    40 – 50 35 92
    50 – 60 9 101
    60 – 70 3 104
    Total N=104N = 104

    Step 1: Position of P90P_{90}

    Position=90×N100=90×104100=93.6th item\text{Position} = \frac{90 \times N}{100} = \frac{90 \times 104}{100} = 93.6^{\text{th}} \text{ item}

    The cumulative frequency just exceeding 93.6 is 101, corresponding to class 50 – 60.


    Step 2: Percentile Interpolation Formula

    P90=L+(90N100cff)×hP_{90} = L + \left(\frac{\frac{90N}{100} - cf}{f}\right) \times h

    Where L=50L = 50, cf=92cf = 92, f=9f = 9, h=10h = 10:

    P90=50+(93.6929)×10=50+(1.69)×10=50+1.78=51.78P_{90} = 50 + \left(\frac{93.6 - 92}{9}\right) \times 10 = 50 + \left(\frac{1.6}{9}\right) \times 10 = 50 + 1.78 = \mathbf{51.78}

    Final Answer: The lowest marks of the top 10% of students is 51.78 marks.

  5. Five dice were thrown for 96 times. The observed number of times for getting 4, 5 or 6 was recorded by the table below. Fit the binomial distribution for the given data.

    No. of face 4,5 or 6 0 1 2 3 4 5
    Observed frequency 2 10 26 35 15 8
    [3]
    View model solution

    Fitting a Binomial Distribution to Dice Experiment:

    Problem Parameters:

    • Number of dice thrown simultaneously (nn) = 55
    • Total number of trials (NN) = 9696
    • Success: Getting face 4, 5, or 6 on a single die.
      p=36=12=0.5,q=1p=12=0.5p = \frac{3}{6} = \frac{1}{2} = 0.5, \quad q = 1 - p = \frac{1}{2} = 0.5

    Theoretical Binomial Probability:

    P(X=x)=(5x)pxq5x=(5x)(12)5=(5x)32P(X = x) = \binom{5}{x} p^x q^{5-x} = \binom{5}{x} \left(\frac{1}{2}\right)^5 = \frac{\binom{5}{x}}{32}

    Expected frequency for each outcome:

    fe(x)=N×P(X=x)=96×(5x)32=3×(5x)f_e(x) = N \times P(X = x) = 96 \times \frac{\binom{5}{x}}{32} = 3 \times \binom{5}{x}


    Fitting Table:

    Successes (xx) (5x)\binom{5}{x} Observed Frequency (fof_o) Expected Frequency fe=3(5x)f_e = 3 \binom{5}{x}
    0 1 2 3×1=33 \times 1 = \mathbf{3}
    1 5 10 3×5=153 \times 5 = \mathbf{15}
    2 10 26 3×10=303 \times 10 = \mathbf{30}
    3 10 35 3×10=303 \times 10 = \mathbf{30}
    4 5 15 3×5=153 \times 5 = \mathbf{15}
    5 1 8 3×1=33 \times 1 = \mathbf{3}
    Total 32 96 96

    Conclusion: The fitted binomial distribution frequencies are: 3, 15, 30, 30, 15, 3.

  6. A committee of 5 is to be formed out of a group of 8 boys and 7 girls. Find the probability that in the committee.a. There will be all boys.b. There will be all girls.

    [3]
    View model solution

    Committee Selection Probability (Combinations):

    Group Composition:

    • Number of boys = 88
    • Number of girls = 77
    • Total persons = 8+7=158 + 7 = 15
    • Committee size to choose = 55

    Total possible committee combinations (n(S)n(S)):

    n(S)=(155)=15×14×13×12×115×4×3×2×1=3,003n(S) = \binom{15}{5} = \frac{15 \times 14 \times 13 \times 12 \times 11}{5 \times 4 \times 3 \times 2 \times 1} = 3,003


    a. Probability that All 5 Members are Boys:

    Number of ways to choose 5 boys from 8:

    n(A)=(85)=(83)=8×7×63×2×1=56n(A) = \binom{8}{5} = \binom{8}{3} = \frac{8 \times 7 \times 6}{3 \times 2 \times 1} = 56

    P(All Boys)=(85)(155)=563003=84290.01865(or 1.87%)P(\text{All Boys}) = \frac{\binom{8}{5}}{\binom{15}{5}} = \frac{56}{3003} = \frac{8}{429} \approx \mathbf{0.01865} \quad (\text{or } 1.87\%)

    b. Probability that All 5 Members are Girls:

    Number of ways to choose 5 girls from 7:

    n(B)=(75)=(72)=7×62×1=21n(B) = \binom{7}{5} = \binom{7}{2} = \frac{7 \times 6}{2 \times 1} = 21

    P(All Girls)=(75)(155)=213003=11430.00699(or 0.70%)P(\text{All Girls}) = \frac{\binom{7}{5}}{\binom{15}{5}} = \frac{21}{3003} = \frac{1}{143} \approx \mathbf{0.00699} \quad (\text{or } 0.70\%)

    Final Answer:

    • a. P(All Boys)=P(\text{All Boys}) = 0.0187 (or 8429\frac{8}{429})
    • b. P(All Girls)=P(\text{All Girls}) = 0.0070 (or 1143\frac{1}{143})

Section C

Long Answer Questions : (Attempt any THREE Questions )

[3*5=15]
  1. Calculate the percentile coefficient of kurtosis from the income distribution of sixty-two randomly selected employees of Nepal Bank Limited. Also interpret the result.

    Income (Rs '000) 20-30 30-40 40-50 50-60 60-70 Total
    No. of employees 7 10 20 18 7 62
    [5]
    View model solution

    Percentile Coefficient of Kurtosis for Nepal Bank Limited Employees:

    Cumulative Frequency Table:

    Income (Rs '000) Employees (ff) Cumulative Frequency (cfcf)
    20 – 30 7 7
    30 – 40 10 17
    40 – 50 20 37
    50 – 60 18 55
    60 – 70 7 62
    Total N=62N = 62

    Step 1: Calculate Q1Q_1 and Q3Q_3

    • Q1Q_1 position: N4=624=15.5th    \frac{N}{4} = \frac{62}{4} = 15.5^{\text{th}} \implies Class 30 – 40
      Q1=30+(15.5710)×10=30+8.5=38.5Q_1 = 30 + \left(\frac{15.5 - 7}{10}\right) \times 10 = 30 + 8.5 = \mathbf{38.5}
    • Q3Q_3 position: 3N4=1864=46.5th    \frac{3N}{4} = \frac{186}{4} = 46.5^{\text{th}} \implies Class 50 – 60
      Q3=50+(46.53718)×10=50+(9.518)×10=50+5.28=55.28Q_3 = 50 + \left(\frac{46.5 - 37}{18}\right) \times 10 = 50 + \left(\frac{9.5}{18}\right) \times 10 = 50 + 5.28 = \mathbf{55.28}
    • Semi-Interquartile Range (QDQD):
      QD=Q3Q12=55.2838.52=16.782=8.39QD = \frac{Q_3 - Q_1}{2} = \frac{55.28 - 38.5}{2} = \frac{16.78}{2} = \mathbf{8.39}

    Step 2: Calculate P10P_{10} and P90P_{90}

    • P10P_{10} position: 10×62100=6.2th    \frac{10 \times 62}{100} = 6.2^{\text{th}} \implies Class 20 – 30
      P10=20+(6.207)×10=20+8.86=28.86P_{10} = 20 + \left(\frac{6.2 - 0}{7}\right) \times 10 = 20 + 8.86 = \mathbf{28.86}
    • P90P_{90} position: 90×62100=55.8th    \frac{90 \times 62}{100} = 55.8^{\text{th}} \implies Class 60 – 70
      P90=60+(55.8557)×10=60+1.14=61.14P_{90} = 60 + \left(\frac{55.8 - 55}{7}\right) \times 10 = 60 + 1.14 = \mathbf{61.14}

    Step 3: Compute Kurtosis (KK)

    K=QDP90P10=8.3961.1428.86=8.3932.280.2599K = \frac{QD}{P_{90} - P_{10}} = \frac{8.39}{61.14 - 28.86} = \frac{8.39}{32.28} \approx \mathbf{0.2599}

    Interpretation:

    • The standard normal (mesokurtic) value is K=0.263K = 0.263.
    • Since K=0.2599<0.263K = 0.2599 < 0.263, the distribution is slightly platykurtic, indicating a slightly flatter peak with thinner tails compared to a normal distribution.
  2. The following table shows average marks of students in two classes.

    Test whether there is any significant difference in average marks of students of two classes at 5% level of significance.

    [5]
    View model solution

    Hypothesis Testing: Difference in Average Marks Between Class A and Class B:

    Step 1: Summary of Sample Statistics

    • Class A: n1=150n_1 = 150, Xˉ1=45\bar{X}_1 = 45, s1=5s_1 = 5
    • Class B: n2=100n_2 = 100, Xˉ2=43\bar{X}_2 = 43, s2=4s_2 = 4
    • Level of significance (α\alpha) = 0.050.05

    Step 2: Formulate Hypotheses

    • Null Hypothesis (H0H_0): μ1=μ2\mu_1 = \mu_2 (There is no significant difference in average marks between the two classes).
    • Alternative Hypothesis (H1H_1): μ1μ2\mu_1 \ne \mu_2 (There is a significant difference in average marks — Two-tailed test).

    Step 3: Compute Test Statistic (ZZ)

    Z=Xˉ1Xˉ2s12n1+s22n2Z = \frac{\bar{X}_1 - \bar{X}_2}{\sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}}

    Calculate Standard Error (SESE):

    s12n1=52150=25150=0.1667\frac{s_1^2}{n_1} = \frac{5^2}{150} = \frac{25}{150} = 0.1667
    s22n2=42100=16100=0.1600\frac{s_2^2}{n_2} = \frac{4^2}{100} = \frac{16}{100} = 0.1600
    SE=0.1667+0.1600=0.32670.5715SE = \sqrt{0.1667 + 0.1600} = \sqrt{0.3267} \approx 0.5715

    Calculate ZcalZ_{\text{cal}}:

    Zcal=45430.5715=20.5715=3.4995Z_{\text{cal}} = \frac{45 - 43}{0.5715} = \frac{2}{0.5715} = \mathbf{3.4995}


    Step 4: Decision and Conclusion

    • For a two-tailed test at α=0.05\alpha = 0.05, the tabulated critical value is Ztab=±1.96Z_{\text{tab}} = \pm 1.96.
    • Since Zcal=3.50>1.96|Z_{\text{cal}}| = 3.50 > 1.96, we reject the null hypothesis H0H_0.

    Conclusion: There is a statistically significant difference in the average marks of students between Class A and Class B at the 5% level of significance (Class A students perform significantly better).

  3. The running capacity of two horses is given below, state which is more consistent and why?

    Horse A 250 255 280 290 295 300
    Horse B 280 282 290 295 298 295
    [5]
    View model solution

    Consistency Comparison of Two Horses Using Coefficient of Variation (CV):

    Data (n=6n = 6 observations each):

    • Horse A: [250,255,280,290,295,300][250, 255, 280, 290, 295, 300]
    • Horse B: [280,282,290,295,298,295][280, 282, 290, 295, 298, 295]

    Step 1: Horse A Calculations

    XA=250+255+280+290+295+300=1,670\sum X_A = 250 + 255 + 280 + 290 + 295 + 300 = 1,670
    XˉA=16706=278.33\bar{X}_A = \frac{1670}{6} = \mathbf{278.33}

    Deviations squared (XAXˉA)2\sum (X_A - \bar{X}_A)^2:

    (250278.33)2++(300278.33)2=802.78+544.44+2.78+136.11+277.78+469.44=2,233.33(250 - 278.33)^2 + \dots + (300 - 278.33)^2 = 802.78 + 544.44 + 2.78 + 136.11 + 277.78 + 469.44 = 2,233.33

    σA=2233.336=372.22=19.29\sigma_A = \sqrt{\frac{2233.33}{6}} = \sqrt{372.22} = \mathbf{19.29}
    CVA=σAXˉA×100=19.29278.33×100=6.93%CV_A = \frac{\sigma_A}{\bar{X}_A} \times 100 = \frac{19.29}{278.33} \times 100 = \mathbf{6.93\%}

    Step 2: Horse B Calculations

    XB=280+282+290+295+298+295=1,740\sum X_B = 280 + 282 + 290 + 295 + 298 + 295 = 1,740
    XˉB=17406=290.00\bar{X}_B = \frac{1740}{6} = \mathbf{290.00}

    Deviations squared (XBXˉB)2\sum (X_B - \bar{X}_B)^2:

    (10)2+(8)2+(0)2+(5)2+(8)2+(5)2=100+64+0+25+64+25=278.00(-10)^2 + (-8)^2 + (0)^2 + (5)^2 + (8)^2 + (5)^2 = 100 + 64 + 0 + 25 + 64 + 25 = 278.00

    σB=2786=46.33=6.81\sigma_B = \sqrt{\frac{278}{6}} = \sqrt{46.33} = \mathbf{6.81}
    CVB=σBXˉB×100=6.81290×100=2.35%CV_B = \frac{\sigma_B}{\bar{X}_B} \times 100 = \frac{6.81}{290} \times 100 = \mathbf{2.35\%}

    Conclusion:

    • A lower Coefficient of Variation signifies greater stability and consistency.
    • Since CVB(2.35%)<CVA(6.93%)CV_B (2.35\%) < CV_A (6.93\%), Horse B is significantly more consistent in its running performance than Horse A.
  4. Students of a class are given a test. Their marks were normally distributed with mean 60 and standard deviation 5. What percentage of students scored:a. More than 65 marks.b. Between 50 and 65 marks.

    [5]
    View model solution

    Normal Distribution Probabilities for Student Test Marks:

    Given Parameters:

    • Mean (μ\mu) = 6060
    • Standard Deviation (σ\sigma) = 55
    • Variable XN(60,25)X \sim N(60, 25)

    a. Percentage of Students Scoring More Than 65 Marks:

    Convert to ZZ-score:

    Z=Xμσ=65605=55=+1.00Z = \frac{X - \mu}{\sigma} = \frac{65 - 60}{5} = \frac{5}{5} = +1.00

    P(X>65)=P(Z>1.00)=0.5000P(0Z1.00)P(X > 65) = P(Z > 1.00) = 0.5000 - P(0 \le Z \le 1.00)

    From standard normal area tables:

    P(0Z1.00)=0.3413P(0 \le Z \le 1.00) = 0.3413
    P(X>65)=0.50000.3413=0.1587    15.87%P(X > 65) = 0.5000 - 0.3413 = \mathbf{0.1587} \implies \mathbf{15.87\%}

    Answer: 15.87% of students scored more than 65 marks.


    b. Percentage of Students Scoring Between 50 and 65 Marks:

    Convert both bounds to ZZ-scores:

    Z1=50605=105=2.00Z_1 = \frac{50 - 60}{5} = \frac{-10}{5} = -2.00
    Z2=65605=55=+1.00Z_2 = \frac{65 - 60}{5} = \frac{5}{5} = +1.00

    P(50X65)=P(2.00Z1.00)=P(0Z2.00)+P(0Z1.00)P(50 \le X \le 65) = P(-2.00 \le Z \le 1.00) = P(0 \le Z \le 2.00) + P(0 \le Z \le 1.00)

    From standard normal area tables:

    • P(0Z2.00)=0.4772P(0 \le Z \le 2.00) = 0.4772
    • P(0Z1.00)=0.3413P(0 \le Z \le 1.00) = 0.3413
    P(50X65)=0.4772+0.3413=0.8185    81.85%P(50 \le X \le 65) = 0.4772 + 0.3413 = \mathbf{0.8185} \implies \mathbf{81.85\%}

    Answer: 81.85% of students scored between 50 and 65 marks.

Section D

Comprehensive Answer Questions :

[20]