STT 204

Business Statistics

TU BITM / BIM · Semester 3 · BITM curriculum and programme regulation

Requirement
required
Credits
3
Past papers
4 papers

Past exam papers

Complete papers are arranged by exam year (AD).

Business Statistics 2026 Board Question Paper

Report problem

Tribhuvan University

Faculty of Management

Office of the Dean

2026 AD / Regular Examination

Course: STT 204 · Business Statistics

Level: Bachelor of Information Technology Management (BITM / BIM) (BITM / BIM) · Semester 3

Full Marks: 60

Time: 3 hrs.

Time: 3 Hrs. | Full Marks: 60 | Pass Marks: 30

Subjective Questions

  1. The values of lower and upper quartiles are 40 and 70 respectively, then calculate coefficient of quartile deviation.

    [2]
    View model solution

    Coefficient of Quartile Deviation:

    Given:

    • Lower Quartile (Q1Q_1) = 4040
    • Upper Quartile (Q3Q_3) = 7070

    Formula:

    Coefficient of QD=Q3Q1Q3+Q1\text{Coefficient of } QD = \frac{Q_3 - Q_1}{Q_3 + Q_1}

    Calculation:

    Coefficient of QD=704070+40=30110=3110.2727(or 27.27%)\text{Coefficient of } QD = \frac{70 - 40}{70 + 40} = \frac{30}{110} = \frac{3}{11} \approx \mathbf{0.2727} \quad (\text{or } 27.27\%)

    Final Answer: The coefficient of quartile deviation is 0.2727.

  2. The mean and coefficient of variation of a certain data are 20 and 30% respectively. Calculate standard deviation.

    [2]
    View model solution

    Calculation of Standard Deviation (σ\sigma):

    Given:

    • Mean (Xˉ)=20\text{Mean } (\bar{X}) = 20
    • Coefficient of Variation (CV)=30%\text{Coefficient of Variation } (CV) = 30\%

    Formula:

    CV=σXˉ×100CV = \frac{\sigma}{\bar{X}} \times 100

    Calculation:

    30=σ20×10030 = \frac{\sigma}{20} \times 100
    30=5σ    σ=305=630 = 5\sigma \implies \sigma = \frac{30}{5} = \mathbf{6}

    Final Answer: The standard deviation is 6.

  3. Give that quartile deviation = 20, 10th percentile = 30 and 90th percentile = 90, find the coefficient of kurtosis.

    [2]
    View model solution

    Calculation of Coefficient of Kurtosis (KK):

    Given:

    • Quartile Deviation (QDQD) = 2020
    • 10th10^{\text{th}} Percentile (P10P_{10}) = 3030
    • 90th90^{\text{th}} Percentile (P90P_{90}) = 9090

    Formula:

    K=QDP90P10K = \frac{QD}{P_{90} - P_{10}}

    Calculation:

    K=209030=2060=130.3333K = \frac{20}{90 - 30} = \frac{20}{60} = \frac{1}{3} \approx \mathbf{0.3333}

    Final Answer: The coefficient of kurtosis is 0.3333 (since 0.3333>0.2630.3333 > 0.263, the distribution is leptokurtic).

  4. A bag contains 3 red, 2 black and 5 white balls. If two balls are drawn at random, what is the probability of getting both red balls.

    [2]
    View model solution

    Probability of Drawing Two Red Balls:

    Bag Contents:

    • Red balls = 33
    • Black balls = 22
    • White balls = 55
    • Total balls = 3+2+5=103 + 2 + 5 = 10

    Number of ways to draw 2 balls from 10:

    n(S)=(102)=10×92×1=45n(S) = \binom{10}{2} = \frac{10 \times 9}{2 \times 1} = 45

    Number of ways to draw 2 red balls from 3:

    n(E)=(32)=3n(E) = \binom{3}{2} = 3

    P(both red)=(32)(102)=345=1150.0667(or 6.67%)P(\text{both red}) = \frac{\binom{3}{2}}{\binom{10}{2}} = \frac{3}{45} = \frac{1}{15} \approx \mathbf{0.0667} \quad (\text{or } 6.67\%)

    Final Answer: The probability of getting both red balls is 115\frac{1}{15} (or 0.0667).

  5. If the covariance between X and Y variables is 18 and the variance of X and Y are 16 & 81 respectively, find the coefficient of correlation.

    [2]
    View model solution

    Karl Pearson’s Coefficient of Correlation (rr):

    Given:

    • Cov(X,Y)=18\text{Cov}(X, Y) = 18
    • Var(X)=σX2=16    σX=4\text{Var}(X) = \sigma_X^2 = 16 \implies \sigma_X = 4
    • Var(Y)=σY2=81    σY=9\text{Var}(Y) = \sigma_Y^2 = 81 \implies \sigma_Y = 9

    Formula:

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

    Calculation:

    r=184×9=1836=+0.50r = \frac{18}{4 \times 9} = \frac{18}{36} = \mathbf{+0.50}

    Final Answer: The correlation coefficient between XX and YY is +0.50 (moderate positive correlation).

  6. Obtain the regression equation of Y on X from the following information.

    X Y
    Mean 20 15
    Standard Deviation 4 3
    Correlation Coefficient (r)=0.7
    [2]
    View model solution

    Regression Equation of YY on XX:

    Given:

    • Xˉ=20\bar{X} = 20, Yˉ=15\bar{Y} = 15
    • σX=4\sigma_X = 4, σY=3\sigma_Y = 3
    • r=0.7r = 0.7

    Step 1: Calculate Regression Coefficient bYXb_{YX}

    bYX=r×σYσX=0.7×34=0.7×0.75=0.525b_{YX} = r \times \frac{\sigma_Y}{\sigma_X} = 0.7 \times \frac{3}{4} = 0.7 \times 0.75 = \mathbf{0.525}

    Step 2: Formulate Regression Equation

    YYˉ=bYX(XXˉ)Y - \bar{Y} = b_{YX}(X - \bar{X})
    Y15=0.525(X20)Y - 15 = 0.525(X - 20)
    Y15=0.525X10.5Y - 15 = 0.525X - 10.5
    Y=4.5+0.525X\mathbf{Y = 4.5 + 0.525X}

    Final Answer: The regression equation of YY on XX is Y=4.5+0.525XY = 4.5 + 0.525X.

  7. A random sample of 400 oranges was taken from a large basket and 70 of them were found to be bad. Find the standard error of the proportion of bad oranges.

    [2]
    View model solution

    Standard Error of Proportion of Bad Oranges:

    Given:

    • Sample size (nn) = 400400
    • Bad oranges (xx) = 7070
    • Sample proportion of bad oranges (pp) = 70400=0.175\frac{70}{400} = 0.175
    • q=1p=10.175=0.825q = 1 - p = 1 - 0.175 = 0.825

    Formula:

    SEp=pqnSE_p = \sqrt{\frac{p \cdot q}{n}}

    Calculation:

    SEp=0.175×0.825400=0.144375400=0.000360940.0190SE_p = \sqrt{\frac{0.175 \times 0.825}{400}} = \sqrt{\frac{0.144375}{400}} = \sqrt{0.00036094} \approx \mathbf{0.0190}

    Final Answer: The standard error of the proportion is 0.0190 (or 1.90%).

  8. For a moderately asymmetrical distribution, if the values of mean and median are 30 and 28, find the value of mode.

    [2]
    View model solution

    Calculation of Mode from Empirical Relationship:

    Given:

    • Mean=30\text{Mean} = 30
    • Median=28\text{Median} = 28

    Empirical Formula:

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

    Calculation:

    Mode=3(28)2(30)=8460=24\text{Mode} = 3(28) - 2(30) = 84 - 60 = \mathbf{24}

    Final Answer: The value of the mode is 24.

  9. For a binomial distribution with n = 4 and p = 0.45, find p(x = 2).

    [2]
    View model solution

    Binomial Probability P(X=2)P(X = 2):

    Given:

    • n=4n = 4
    • p=0.45    q=10.45=0.55p = 0.45 \implies q = 1 - 0.45 = 0.55
    • x=2x = 2

    Formula:

    P(X=x)=(nx)pxqnxP(X = x) = \binom{n}{x} p^x q^{n-x}

    Calculation:

    (42)=4×32×1=6\binom{4}{2} = \frac{4 \times 3}{2 \times 1} = 6
    (0.45)2=0.2025(0.45)^2 = 0.2025
    (0.55)2=0.3025(0.55)^2 = 0.3025
    P(X=2)=6×0.2025×0.3025=6×0.061256=0.3675P(X = 2) = 6 \times 0.2025 \times 0.3025 = 6 \times 0.061256 = \mathbf{0.3675}

    Final Answer: P(X=2)=P(X = 2) = 0.3675 (or 36.75%).

  10. List out the types of random sampling techniques.

    [2]
    View model solution

    Types of Random (Probability) Sampling Techniques:

    1. Simple Random Sampling (SRS): Lottery method or random number table.
    2. Stratified Random Sampling: Proportionate or disproportionate sampling across distinct strata.
    3. Systematic Random Sampling: Selecting every kthk^{\text{th}} item from a sequential list.
    4. Cluster / Area Sampling: Sampling naturally clustered units or geographical zones.
    5. Multi-Stage Sampling: Successive random sampling conducted in multiple stages.
  11. A random sample of 100 articles shows that the average diameter of articles is 0.354 with a standard deviation 0.048. Estimate the interval at 95% confidence level.

    [6]
    View model solution

    95% Confidence Interval for Mean Article Diameter:

    Given Data:

    • Sample size (nn) = 100100 (n30n \ge 30, large sample)
    • Sample mean (Xˉ\bar{X}) = 0.3540.354
    • Sample standard deviation (ss) = 0.0480.048
    • Confidence level = 95%    Zα/2=1.9695\% \implies Z_{\alpha/2} = 1.96

    Step 1: Standard Error of Mean (SESE)

    SEXˉ=sn=0.048100=0.04810=0.0048SE_{\bar{X}} = \frac{s}{\sqrt{n}} = \frac{0.048}{\sqrt{100}} = \frac{0.048}{10} = 0.0048

    Step 2: Margin of Error (EE)

    E=Zα/2×SEXˉ=1.96×0.0048=0.009408E = Z_{\alpha/2} \times SE_{\bar{X}} = 1.96 \times 0.0048 = 0.009408

    Step 3: Compute Confidence Limits

    Confidence Limits=Xˉ±E\text{Confidence Limits} = \bar{X} \pm E
    • Lower Limit: 0.3540.009408=0.34460.354 - 0.009408 = \mathbf{0.3446}
    • Upper Limit: 0.354+0.009408=0.36340.354 + 0.009408 = \mathbf{0.3634}

    Final Answer: The 95% confidence interval for the true population mean diameter is [0.3446, 0.3634].

  12. The mean of a set of 100 observations were found to be 40. On checking it was found that two observations, which were wrongly taken as 30 and 72 instead of 3 and 27. Calculate the corrected mean.

    [6]
    View model solution

    Calculation of Corrected Mean:

    Given Data:

    • Number of observations (nn) = 100100
    • Incorrect mean (Xˉ\bar{X}) = 4040
    • Incorrect values included: 3030 and 7272
    • Correct values to include: 33 and 2727

    Step 1: Compute Incorrect Sum (X\sum X)

    Incorrect X=n×Xˉ=100×40=4,000\text{Incorrect } \sum X = n \times \bar{X} = 100 \times 40 = 4,000

    Step 2: Compute Corrected Sum

    Correct X=Incorrect X(Wrong Values)+(Correct Values)\text{Correct } \sum X = \text{Incorrect } \sum X - (\text{Wrong Values}) + (\text{Correct Values})
    Correct X=4000(30+72)+(3+27)\text{Correct } \sum X = 4000 - (30 + 72) + (3 + 27)
    Correct X=4000102+30=3,928\text{Correct } \sum X = 4000 - 102 + 30 = \mathbf{3,928}

    Step 3: Calculate Corrected Mean

    Correct Mean (Xˉcorr)=Correct Xn=3928100=39.28\text{Correct Mean } (\bar{X}_{\text{corr}}) = \frac{\text{Correct } \sum X}{n} = \frac{3928}{100} = \mathbf{39.28}

    Final Answer: The corrected mean of the observations is 39.28.

  13. If a random variable follows Poisson distribution and λ = 3. Find P(X = 0) and P(X = 1).

    [6]
    View model solution

    Poisson Probabilities for λ=3\lambda = 3:

    Given:

    • Poisson mean parameter λ=3\lambda = 3

    Poisson PMF Formula:

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

    Given e30.049787e^{-3} \approx 0.049787:


    a. Calculation of P(X=0)P(X = 0):

    P(X=0)=e3300!=0.049787×11=0.0498(or 4.98%)P(X = 0) = \frac{e^{-3} \cdot 3^0}{0!} = \frac{0.049787 \times 1}{1} = \mathbf{0.0498} \quad (\text{or } 4.98\%)

    b. Calculation of P(X=1)P(X = 1):

    P(X=1)=e3311!=0.049787×31=0.1494(or 14.94%)P(X = 1) = \frac{e^{-3} \cdot 3^1}{1!} = \frac{0.049787 \times 3}{1} = \mathbf{0.1494} \quad (\text{or } 14.94\%)

    Final Answer:

    • P(X=0)=P(X = 0) = 0.0498
    • P(X=1)=P(X = 1) = 0.1494
  14. Sample of 50 mobile of two brands Samsung and Apple are taken and average running life (years) of each recorded as shown below.

    Samsung Apple
    Average life in years 11 12
    variance 25 36

    Which of the two brands show greater uniformity in life?

    [6]
    View model solution

    Comparison of Uniformity in Running Life: Samsung vs. Apple:

    Given Data (n=50n = 50 for both brands):

    • Samsung:
      • Mean life (Xˉ1\bar{X}_1) = 11 years11 \text{ years}
      • Variance (σ12\sigma_1^2) = 25    σ1=25=5 years25 \implies \sigma_1 = \sqrt{25} = 5 \text{ years}
    • Apple:
      • Mean life (Xˉ2\bar{X}_2) = 12 years12 \text{ years}
      • Variance (σ22\sigma_2^2) = 36    σ2=36=6 years36 \implies \sigma_2 = \sqrt{36} = 6 \text{ years}

    Step 1: Compute Coefficient of Variation (CV)

    CV=σXˉ×100CV = \frac{\sigma}{\bar{X}} \times 100
    • For Samsung:

      CV1=511×100=45.45%CV_1 = \frac{5}{11} \times 100 = \mathbf{45.45\%}

    • For Apple:

      CV2=612×100=50.00%CV_2 = \frac{6}{12} \times 100 = \mathbf{50.00\%}


    Conclusion:

    • A lower Coefficient of Variation indicates greater consistency, stability, and uniformity.
    • Since CVSamsung(45.45%)<CVApple(50.00%)CV_{\text{Samsung}} (45.45\%) < CV_{\text{Apple}} (50.00\%), Samsung shows greater uniformity in running life compared to Apple.
  15. Calculate an appropriate measure of central tendency from the following distribution and support for your choice of measure.

    Monthly income (in Rs.) No. of Families
    Below 1000 50
    1000-1999 500
    2000-2999 555
    3000-3999 100
    4000-4999 30
    5000 & above 15
    [6]
    View model solution

    Appropriate Measure of Central Tendency for Open-Ended Income:

    Choice of Measure and Support:

    • The given income distribution features open-ended terminal classes (“Below 1000” and “5000 & above”).
    • The arithmetic mean cannot be determined without arbitrary assumptions about class limits. The Median is the most appropriate measure because it is a positional average independent of extreme or undefined boundary values.

    Cumulative Frequency Table:

    (Using continuous class boundaries with correction factor 0.50.5)

    Monthly Income (Rs) Families (ff) Cumulative Frequency (cfcf)
    Below 999.5 50 50
    999.5 – 1999.5 500 550
    1999.5 – 2999.5 555 1,105
    2999.5 – 3999.5 100 1,205
    3999.5 – 4999.5 30 1,235
    4999.5 & above 15 1,250
    Total N=1,250N = 1,250

    Step 1: Locate Median Class

    Position of Median=N2=12502=625th item\text{Position of Median} = \frac{N}{2} = \frac{1250}{2} = 625^{\text{th}} \text{ item}

    The cumulative frequency just greater than 625 is 1,105, which falls in class 1999.5 – 2999.5.


    Step 2: Compute Median

    Md=L+(N2cff)×hM_d = L + \left(\frac{\frac{N}{2} - cf}{f}\right) \times h

    Where L=1999.5L = 1999.5, cf=550cf = 550, f=555f = 555, h=1000h = 1000:

    Md=1999.5+(625550555)×1000=1999.5+(75555)×1000=1999.5+135.14=Rs  2,134.64M_d = 1999.5 + \left(\frac{625 - 550}{555}\right) \times 1000 = 1999.5 + \left(\frac{75}{555}\right) \times 1000 = 1999.5 + 135.14 = \mathbf{Rs \; 2,134.64}

    Final Answer: The appropriate measure is the Median, and its value is Rs 2,134.64.

  16. Calculate the five number summary from the following data and comment on the shape of the distribution. 39, 26, 15, 8, 70, 11, 45, 60, 20, 32, 52

    [6]
    View model solution

    Five-Number Summary and Distribution Shape:

    Step 1: Arrange Data in Ascending Order

    Given data (n=11n = 11): 39, 26, 15, 8, 70, 11, 45, 60, 20, 32, 52

    Sorted order: 8, 11, 15, 20, 26, 32, 39, 45, 52, 60, 70


    Step 2: Calculate Five-Number Summary

    1. Minimum (MinMin): 8
    2. First Quartile (Q1Q_1):
      Position=(11+14)th=3rd value=15\text{Position} = \left(\frac{11 + 1}{4}\right)^{\text{th}} = 3^{\text{rd}} \text{ value} = \mathbf{15}
    3. Median (Q2Q_2):
      Position=(11+12)th=6th value=32\text{Position} = \left(\frac{11 + 1}{2}\right)^{\text{th}} = 6^{\text{th}} \text{ value} = \mathbf{32}
    4. Third Quartile (Q3Q_3):
      Position=(3×124)th=9th value=52\text{Position} = \left(\frac{3 \times 12}{4}\right)^{\text{th}} = 9^{\text{th}} \text{ value} = \mathbf{52}
    5. Maximum (MaxMax): 70

    Five-Number Summary: [8,15,32,52,70][8, 15, 32, 52, 70]


    Step 3: Comment on the Shape of the Distribution

    • Left quartile distance: Q2Q1=3215=17Q_2 - Q_1 = 32 - 15 = 17
    • Right quartile distance: Q3Q2=5232=20Q_3 - Q_2 = 52 - 32 = 20
    • Bowley’s Skewness:
      SkB=Q3+Q12Q2Q3Q1=52+15645215=337+0.081Sk_B = \frac{Q_3 + Q_1 - 2Q_2}{Q_3 - Q_1} = \frac{52 + 15 - 64}{52 - 15} = \frac{3}{37} \approx \mathbf{+0.081}

    Conclusion: Since (Q3Q2)>(Q2Q1)(Q_3 - Q_2) > (Q_2 - Q_1) (20>1720 > 17) and SkB>0Sk_B > 0, the distribution exhibits a slight positive skewness (skewed to the right).

  17. From the following income distribution:

    Income (Rs '000) 0 - 4 5 - 9 10 - 14 15 - 19 20 - 24
    No of persons 160 200 430 140 70

    Compute lowest income of richest 10% of the people.

    [10]
    View model solution

    Lowest Income of the Richest 10% of People (P90P_{90}):

    Concept:

    The cutoff separating the lowest income of the richest 10% corresponds to the 90th90^{\text{th}} Percentile (P90P_{90}).


    Cumulative Frequency Table:

    (Converted to continuous class boundaries)

    Income (Rs '000) True Boundaries Persons (ff) Cumulative Frequency (cfcf)
    0 – 4 0.0 – 4.5 160 160
    5 – 9 4.5 – 9.5 200 360
    10 – 14 9.5 – 14.5 430 790
    15 – 19 14.5 – 19.5 140 930
    20 – 24 19.5 – 24.5 70 1000
    Total N=1000N = 1000

    Step 1: Locate P90P_{90} Class

    Position=90×N100=90×1000100=900th item\text{Position} = \frac{90 \times N}{100} = \frac{90 \times 1000}{100} = 900^{\text{th}} \text{ item}

    The cumulative frequency exceeding 900 is 930, so the P90P_{90} Class is 14.5 – 19.5.


    Step 2: Percentile Interpolation Formula

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

    Where:

    • L=14.5L = 14.5
    • cf=790cf = 790
    • f=140f = 140
    • h=5h = 5
    P90=14.5+(900790140)×5=14.5+(110140)×5=14.5+3.9286=18.43 (in ’000 Rs)P_{90} = 14.5 + \left(\frac{900 - 790}{140}\right) \times 5 = 14.5 + \left(\frac{110}{140}\right) \times 5 = 14.5 + 3.9286 = \mathbf{18.43 \text{ (in '000 Rs)}}

    Final Answer: The lowest income of the richest 10% of the people is Rs 18,429 (or 18.43 thousand Rs).

  18. Two salesmen A and B are working in a certain district. From a sample survey conducted by the Head Office, the following results were obtained. Test whether there is any significant difference in the average sales between the two salesmen at 5% level of significance:

    A B
    No. of Salesmen 20 18
    Average sales (in Rs) 170 205
    Standard deviation (in Rs) 20 25
    [10]
    View model solution

    Hypothesis Testing: Difference in Sales Between Two Salesmen:

    Step 1: Summary of Sample Statistics

    • Salesman A: n1=20n_1 = 20, Xˉ1=170\bar{X}_1 = 170, s1=20s_1 = 20
    • Salesman B: n2=18n_2 = 18, Xˉ2=205\bar{X}_2 = 205, s2=25s_2 = 25
    • Level of significance (α\alpha) = 0.050.05 (Two-tailed test)

    Step 2: Formulate Hypotheses

    • Null Hypothesis (H0H_0): μ1=μ2\mu_1 = \mu_2 (There is no significant difference in average sales between salesmen A and B).
    • Alternative Hypothesis (H1H_1): μ1μ2\mu_1 \ne \mu_2 (There is a significant difference in average sales).

    Step 3: Compute Pooled Variance and Test Statistic (tt)

    Degrees of freedom (dfdf) = n1+n22=20+182=36n_1 + n_2 - 2 = 20 + 18 - 2 = 36.

    Pooled sample variance (sp2s_p^2):

    sp2=(n11)s12+(n21)s22n1+n22=19(400)+17(625)36=7600+1062536=1822536=506.25s_p^2 = \frac{(n_1 - 1)s_1^2 + (n_2 - 1)s_2^2}{n_1 + n_2 - 2} = \frac{19(400) + 17(625)}{36} = \frac{7600 + 10625}{36} = \frac{18225}{36} = 506.25
    sp=506.25=22.5s_p = \sqrt{506.25} = 22.5

    Standard Error (SESE):

    SE=sp1n1+1n2=22.5120+118=22.50.05+0.05556=22.5×0.3249=7.310SE = s_p \sqrt{\frac{1}{n_1} + \frac{1}{n_2}} = 22.5 \sqrt{\frac{1}{20} + \frac{1}{18}} = 22.5 \sqrt{0.05 + 0.05556} = 22.5 \times 0.3249 = 7.310

    Calculate tt:

    tcal=Xˉ1Xˉ2SE=1702057.310=357.310=4.788    tcal=4.79t_{\text{cal}} = \frac{\bar{X}_1 - \bar{X}_2}{SE} = \frac{170 - 205}{7.310} = \frac{-35}{7.310} = -4.788 \implies |t_{\text{cal}}| = \mathbf{4.79}

    (Using large-sample approximation ZZ: Z=3520+34.72=357.397=4.73Z = \frac{-35}{\sqrt{20 + 34.72}} = \frac{-35}{7.397} = -4.73).


    Step 4: Decision and Conclusion

    • The critical value for two-tailed test at α=0.05\alpha = 0.05 (df=36df = 36) is t0.052.028t_{0.05} \approx 2.028 (or Z0.05=1.96Z_{0.05} = 1.96).
    • Since tcal=4.79>2.028|t_{\text{cal}}| = 4.79 > 2.028, we reject the null hypothesis H0H_0.

    Conclusion: There is a statistically significant difference in the average sales of the two salesmen at the 5% level of significance (Salesman B achieves significantly higher average sales).

  19. Calculate Karl Pearson’s coefficient of skewness from the following income distribution of hundred families.

    Income (Rs.'00) 0 - 20 20 - 40 40 - 60 60 - 80 80 - 100
    No. of families 13 21 27 23 16
    [10]
    View model solution

    Karl Pearson’s Coefficient of Skewness for 100 Families:

    Calculation Table:

    Income (Rs '00) Mid-point (mm) Families (ff) d=m5020d = \frac{m - 50}{20} fdfd fd2fd^2
    0 – 20 10 13 -2 -26 52
    20 – 40 30 21 -1 -21 21
    40 – 60 50 27 0 0 0
    60 – 80 70 23 1 23 23
    80 – 100 90 16 2 32 64
    Total N=100N = 100 fd=8\sum fd = 8 fd2=160\sum fd^2 = 160

    Step 1: Mean (Xˉ\bar{X})

    Xˉ=A+(fdN)×h=50+(8100)×20=50+1.6=51.60 (in ’00 Rs)\bar{X} = A + \left(\frac{\sum fd}{N}\right) \times h = 50 + \left(\frac{8}{100}\right) \times 20 = 50 + 1.6 = \mathbf{51.60 \text{ (in '00 Rs)}}

    Step 2: Mode (MoM_o)

    Modal class is 40 – 60 (f1=27,f0=21,f2=23,L=40,h=20f_1 = 27, f_0 = 21, f_2 = 23, L = 40, h = 20):

    Mo=40+[27212(27)2123]×20=40+(65444)×20=40+(610)×20=40+12=52.00M_o = 40 + \left[\frac{27 - 21}{2(27) - 21 - 23}\right] \times 20 = 40 + \left(\frac{6}{54 - 44}\right) \times 20 = 40 + \left(\frac{6}{10}\right) \times 20 = 40 + 12 = \mathbf{52.00}


    Step 3: Standard Deviation (σ\sigma)

    σ=h×fd2N(fdN)2=20×160100(8100)2=20×1.600.0064=20×1.5936=20×1.2624=25.25\sigma = h \times \sqrt{\frac{\sum fd^2}{N} - \left(\frac{\sum fd}{N}\right)^2} = 20 \times \sqrt{\frac{160}{100} - \left(\frac{8}{100}\right)^2} = 20 \times \sqrt{1.60 - 0.0064} = 20 \times \sqrt{1.5936} = 20 \times 1.2624 = \mathbf{25.25}

    Step 4: Karl Pearson’s Skewness (SkpSk_p)

    Skp=XˉMoσ=51.6052.0025.25=0.4025.250.0158Sk_p = \frac{\bar{X} - M_o}{\sigma} = \frac{51.60 - 52.00}{25.25} = \frac{-0.40}{25.25} \approx \mathbf{-0.0158}

    Interpretation: The distribution has a very slight negative skewness (0.0158-0.0158), indicating it is nearly symmetrical.

  20. The life of electronic tubes of a certain type may be assumed to be normally distributed with mean 155 hours and standard deviation 19 hours. What is the probability that the life of a randomly chosen tube is less than 117 hours.

    [10]
    View model solution

    Normal Probability of Electronic Tube Lifespan:

    Given Parameters:

    • Mean lifespan (μ\mu) = 155 hours155 \text{ hours}
    • Standard Deviation (σ\sigma) = 19 hours19 \text{ hours}
    • Variable XN(155,192)X \sim N(155, 19^2)

    Step 1: Compute Standard Normal ZZ-Score for X=117X = 117

    Z=Xμσ=11715519=3819=2.00Z = \frac{X - \mu}{\sigma} = \frac{117 - 155}{19} = \frac{-38}{19} = \mathbf{-2.00}

    Step 2: Probability Calculation

    P(X<117)=P(Z<2.00)=0.5000P(0Z2.00)P(X < 117) = P(Z < -2.00) = 0.5000 - P(0 \le Z \le 2.00)

    From standard normal area tables:

    P(0Z2.00)=0.4772P(0 \le Z \le 2.00) = 0.4772
    P(X<117)=0.50000.4772=0.0228(or 2.28%)P(X < 117) = 0.5000 - 0.4772 = \mathbf{0.0228} \quad (\text{or } 2.28\%)

    Final Answer: The probability that the life of a randomly selected electronic tube is less than 117 hours is 0.0228 (or 2.28%).

  21. The data in promotional expenditures and sales on a newly launched product are given below:

    Promotional expenses in (Rs '000) 4 4 6 10 10 12 15
    sales in (Rs '00,000) 16 20 18 24 20 22 25

    a. Calculate the two regression coefficients from the above data of expenses and sales. b. Calculate the correlation coefficient between promotional expenditure and sales and test the significance of the calculated value of correlation coefficient. c. Find two regression lines and estimate the expected sales if the promotional expenses is Rs 20,000.

    [10]
    View model solution

    Promotional Expenses (XX) and Sales (YY): Correlation & Regression Analysis

    Data Summary (n=7n = 7):

    • XX = Expenses (Rs '000): [4,4,6,10,10,12,15][4, 4, 6, 10, 10, 12, 15]
    • YY = Sales (Rs '00,000): [16,20,18,24,20,22,25][16, 20, 18, 24, 20, 22, 25]

    Summations:

    • X=61    Xˉ=6178.7143\sum X = 61 \implies \bar{X} = \frac{61}{7} \approx 8.7143
    • Y=145    Yˉ=145720.7143\sum Y = 145 \implies \bar{Y} = \frac{145}{7} \approx 20.7143
    • (XXˉ)2=107.43\sum (X - \bar{X})^2 = 107.43
    • (YYˉ)2=61.43\sum (Y - \bar{Y})^2 = 61.43
    • (XXˉ)(YYˉ)=68.71\sum (X - \bar{X})(Y - \bar{Y}) = 68.71

    a. Calculate Two Regression Coefficients:

    1. Regression coefficient of YY on XX (bYXb_{YX}):

      bYX=(XXˉ)(YYˉ)(XXˉ)2=68.71107.43=0.6396b_{YX} = \frac{\sum (X - \bar{X})(Y - \bar{Y})}{\sum (X - \bar{X})^2} = \frac{68.71}{107.43} = \mathbf{0.6396}

    2. Regression coefficient of XX on YY (bXYb_{XY}):

      bXY=(XXˉ)(YYˉ)(YYˉ)2=68.7161.43=1.1185b_{XY} = \frac{\sum (X - \bar{X})(Y - \bar{Y})}{\sum (Y - \bar{Y})^2} = \frac{68.71}{61.43} = \mathbf{1.1185}


    b. Correlation Coefficient (rr) and Test of Significance:

    r=bYX×bXY=0.6396×1.1185=0.7154=+0.8458r = \sqrt{b_{YX} \times b_{XY}} = \sqrt{0.6396 \times 1.1185} = \sqrt{0.7154} = \mathbf{+0.8458}

    Probable Error (PErPE_r):

    PEr=0.6745×1r2n=0.6745×10.71547=0.6745×0.28462.6458=0.0725PE_r = 0.6745 \times \frac{1 - r^2}{\sqrt{n}} = 0.6745 \times \frac{1 - 0.7154}{\sqrt{7}} = 0.6745 \times \frac{0.2846}{2.6458} = \mathbf{0.0725}
    6×PEr=6×0.0725=0.4356 \times PE_r = 6 \times 0.0725 = 0.435
    Since r(0.8458)>6×PEr(0.435)r (0.8458) > 6 \times PE_r (0.435), the correlation is statistically significant.


    c. Two Regression Lines & Estimated Sales for Expenses = Rs 20,000 (X=20X = 20):

    1. Line of YY on XX:

      YYˉ=bYX(XXˉ)Y - \bar{Y} = b_{YX}(X - \bar{X})
      Y20.714=0.6396(X8.714)    Y=15.14+0.6396XY - 20.714 = 0.6396(X - 8.714) \implies \mathbf{Y = 15.14 + 0.6396X}

    2. Line of XX on YY:

      X8.714=1.1185(Y20.714)    X=14.45+1.1185YX - 8.714 = 1.1185(Y - 20.714) \implies \mathbf{X = -14.45 + 1.1185Y}

    Prediction for Promotional Expenses of Rs 20,000 (X=20X = 20):

    Y^=15.14+0.6396(20)=15.14+12.79=27.93 (in ’00,000 Rs)=Rs  2,793,000\hat{Y} = 15.14 + 0.6396(20) = 15.14 + 12.79 = \mathbf{27.93 \text{ (in '00,000 Rs)}} = \mathbf{Rs \; 2,793,000}