Browse papers
A

Section A: Long Answer Questions

Attempt all / any as specified.

4 questions
1long12 marks

The following frequency distribution shows the lifetime (in hours) of 100 electronic components tested in a quality-control laboratory:

Lifetime (hrs)0–2020–4040–6060–8080–100
No. of components1223352010

(a) Compute the arithmetic mean, median and mode of the lifetimes. [6]

(b) Calculate the standard deviation and the coefficient of variation, and comment on the consistency of the components. [4]

(c) Using your results from (a), find the Karl Pearson coefficient of skewness and interpret the shape of the distribution. [2]

Using mid-values xx and ff (total N=100N=100):

Classffxxfxfxd=x5020d=\frac{x-50}{20}fdfdfd2fd^2
0–201210120-2-2448
20–402330690-1-2323
40–6035501750000
60–802070140012020
80–100109090022040
Total1004860-7131

(a) Mean, Median, Mode

Mean =fxN=4860100=48.6=\dfrac{\sum fx}{N}=\dfrac{4860}{100}=48.6 hrs.

Median: N/2=50N/2=50. Cumulative frequencies: 12, 35, 70, 90, 100. The 50th item lies in class 40–60 (median class), L=40L=40, cf=35cf=35, f=35f=35, h=20h=20.

Median=L+N/2cffh=40+503535×20=40+8.57=48.57 hrs.\text{Median}=L+\frac{N/2-cf}{f}\,h=40+\frac{50-35}{35}\times20=40+8.57=48.57\text{ hrs}.

Mode: modal class is 40–60 (highest f=35f=35), L=40L=40, f1=35f_1=35, f0=23f_0=23, f2=20f_2=20, h=20h=20.

Mode=L+f1f02f1f0f2h=40+3523702320×20=40+1227×20=48.89 hrs.\text{Mode}=L+\frac{f_1-f_0}{2f_1-f_0-f_2}\,h=40+\frac{35-23}{70-23-20}\times20=40+\frac{12}{27}\times20=48.89\text{ hrs}.

(b) Standard deviation and CV

Using the step-deviation method (h=20h=20):

σ=hfd2N(fdN)2=20131100(7100)2=201.310.0049=201.3051=22.85 hrs.\sigma=h\sqrt{\frac{\sum fd^2}{N}-\left(\frac{\sum fd}{N}\right)^2}=20\sqrt{\frac{131}{100}-\left(\frac{-7}{100}\right)^2}=20\sqrt{1.31-0.0049}=20\sqrt{1.3051}=22.85\text{ hrs}. CV=σxˉ×100=22.8548.6×100=47.0%.\text{CV}=\frac{\sigma}{\bar{x}}\times100=\frac{22.85}{48.6}\times100=47.0\%.

A CV of about 47% is fairly high, so the lifetimes show considerable variability — the components are not very consistent in lifetime.

(c) Karl Pearson coefficient of skewness

Sk=MeanModeσ=48.648.8922.85=0.013.Sk=\frac{\text{Mean}-\text{Mode}}{\sigma}=\frac{48.6-48.89}{22.85}=-0.013.

The value is very close to 0 (slightly negative), so the distribution is almost symmetrical, with a very slight negative (left) skew.

descriptive-statisticsmeasures-of-dispersion
2long12 marks

State the axioms of probability and the theorem of total probability.

Three machines M1M_1, M2M_2 and M3M_3 in a factory produce 25%, 35% and 40% of the total output respectively. The proportion of defective items produced by these machines is 5%, 4% and 2% respectively.

(a) Distinguish between mutually exclusive and independent events with a suitable example. [3]

(b) An item is drawn at random from the total output and is found to be defective. Use Bayes' theorem to find the probability that it was produced by machine M2M_2. [6]

(c) What is the overall probability that a randomly selected item is non-defective? [3]

Axioms of probability

For a sample space SS and any event AA:

  1. P(A)0P(A)\ge 0 (non-negativity).
  2. P(S)=1P(S)=1 (certainty).
  3. If A1,A2,A_1,A_2,\dots are mutually exclusive, P(A1A2)=P(A1)+P(A2)+P(A_1\cup A_2\cup\cdots)=P(A_1)+P(A_2)+\cdots (additivity).

Theorem of total probability: If B1,B2,,BnB_1,B_2,\dots,B_n form a partition of SS (mutually exclusive and exhaustive) with P(Bi)>0P(B_i)>0, then for any event AA:

P(A)=i=1nP(Bi)P(ABi).P(A)=\sum_{i=1}^{n}P(B_i)\,P(A\mid B_i).

(a) Mutually exclusive vs independent

  • Mutually exclusive: events cannot occur together, P(AB)=0P(A\cap B)=0. Example: getting a head and a tail on a single coin toss.
  • Independent: occurrence of one does not affect the other, P(AB)=P(A)P(B)P(A\cap B)=P(A)\,P(B). Example: outcomes of two separate coin tosses.

Note: two events with non-zero probability cannot be both mutually exclusive and independent.

(b) Bayes' theorem for M2M_2

Let DD = item is defective. Given: P(M1)=0.25,  P(M2)=0.35,  P(M3)=0.40P(M_1)=0.25,\;P(M_2)=0.35,\;P(M_3)=0.40 and P(DM1)=0.05,  P(DM2)=0.04,  P(DM3)=0.02P(D\mid M_1)=0.05,\;P(D\mid M_2)=0.04,\;P(D\mid M_3)=0.02.

P(D)=0.25(0.05)+0.35(0.04)+0.40(0.02)=0.0125+0.0140+0.0080=0.0345.P(D)=0.25(0.05)+0.35(0.04)+0.40(0.02)=0.0125+0.0140+0.0080=0.0345. P(M2D)=P(M2)P(DM2)P(D)=0.01400.0345=0.4058.P(M_2\mid D)=\frac{P(M_2)P(D\mid M_2)}{P(D)}=\frac{0.0140}{0.0345}=0.4058.

So the probability the defective item came from M2M_2 is about 0.406 (40.6%).

(c) Probability of a non-defective item

P(non-defective)=1P(D)=10.0345=0.9655  (96.55%).P(\text{non-defective})=1-P(D)=1-0.0345=0.9655\;(96.55\%).
bayes-theoremconditional-probability
3long12 marks

Define a continuous random variable and state the properties of the normal distribution.

The weekly wages of 1000 workers in a manufacturing plant are normally distributed with a mean of Rs. 70 and a standard deviation of Rs. 5.

(a) State the conditions under which a binomial distribution can be approximated by a normal distribution. [3]

(b) Estimate the number of workers whose weekly wages lie between Rs. 69 and Rs. 72. [5]

(c) Find the lowest wage of the highest-paid 100 workers. [4]

(Use: P(0 < Z < 0.20) = 0.0793, P(0 < Z < 0.40) = 0.1554, P(0 < Z < 1.28) = 0.3997.)

Continuous random variable & normal distribution

A continuous random variable takes any value in an interval; its distribution is described by a probability density function f(x)0f(x)\ge0 with f(x)dx=1\int_{-\infty}^{\infty}f(x)\,dx=1 and P(aXb)=abf(x)dxP(a\le X\le b)=\int_a^b f(x)\,dx.

Properties of the normal distribution N(μ,σ2)N(\mu,\sigma^2):

  • Bell-shaped and symmetric about μ\mu; mean = median = mode = μ\mu.
  • Total area under the curve = 1; the curve is asymptotic to the xx-axis.
  • About 68%, 95% and 99.7% of values lie within 1σ,2σ,3σ1\sigma,2\sigma,3\sigma of μ\mu.
  • Defined by f(x)=1σ2πe(xμ)2/2σ2f(x)=\frac{1}{\sigma\sqrt{2\pi}}e^{-(x-\mu)^2/2\sigma^2}; standardized by Z=XμσZ=\frac{X-\mu}{\sigma}.

(a) Normal approximation to binomial

The binomial B(n,p)B(n,p) may be approximated by a normal distribution when:

  • nn is large,
  • pp is not too close to 0 or 1 (so the distribution is roughly symmetric), and
  • in practice both np5np\ge5 and n(1p)5n(1-p)\ge5. Then XN(np,np(1p))X\approx N(np,\,np(1-p)) (with a continuity correction).

(b) Workers with wages between Rs. 69 and Rs. 72

μ=70,  σ=5\mu=70,\;\sigma=5. Z1=69705=0.20Z_1=\frac{69-70}{5}=-0.20, Z2=72705=0.40Z_2=\frac{72-70}{5}=0.40.

P(69<X<72)=P(0.20<Z<0.40)=P(0<Z<0.20)+P(0<Z<0.40)=0.0793+0.1554=0.2347.P(69<X<72)=P(-0.20<Z<0.40)=P(0<Z<0.20)+P(0<Z<0.40)=0.0793+0.1554=0.2347.

Number of workers =1000×0.2347235 workers.=1000\times0.2347\approx\textbf{235 workers}.

(c) Lowest wage of the highest-paid 100 workers

Highest-paid 100 of 1000 = top 10%, so P(X>x)=0.10P(X>x)=0.10, i.e. area between mean and xx is 0.400.40. From the table P(0<Z<1.28)=0.39970.40P(0<Z<1.28)=0.3997\approx0.40, so Z=1.28Z=1.28.

x=μ+Zσ=70+1.28×5=70+6.4=Rs. 76.4.x=\mu+Z\sigma=70+1.28\times5=70+6.4=\textbf{Rs. }76.4.

The highest-paid 100 workers earn at least about Rs. 76.40 per week.

normal-distributioncontinuous-distributions
4long12 marks

The following data give the number of hours studied (XX) and the marks obtained (YY) by 8 students:

X46857936
Y3550624558703048

(a) Calculate the Karl Pearson coefficient of correlation between XX and YY and interpret the result. [6]

(b) Obtain the two regression equations, YY on XX and XX on YY. [4]

(c) Estimate the marks of a student who studies for 10 hours, and show how the correlation coefficient is related to the two regression coefficients. [2]

Computations (n=8n=8)

XXYYX2X^2Y2Y^2XYXY
435161225140
650362500300
862643844496
545252025225
758493364406
970814900630
330990090
648362304288
X=48\sum X=48Y=398\sum Y=398X2=316\sum X^2=316Y2=21062\sum Y^2=21062XY=2575\sum XY=2575

Xˉ=48/8=6\bar{X}=48/8=6, Yˉ=398/8=49.75\bar{Y}=398/8=49.75.

(a) Karl Pearson correlation coefficient

r=nXYXY[nX2(X)2][nY2(Y)2].r=\frac{n\sum XY-\sum X\sum Y}{\sqrt{[n\sum X^2-(\sum X)^2][n\sum Y^2-(\sum Y)^2]}}.

Numerator =8(2575)48(398)=2060019104=1496=8(2575)-48(398)=20600-19104=1496. nX2(X)2=8(316)482=25282304=224n\sum X^2-(\sum X)^2=8(316)-48^2=2528-2304=224. nY2(Y)2=8(21062)3982=168496158404=10092n\sum Y^2-(\sum Y)^2=8(21062)-398^2=168496-158404=10092.

r=1496224×10092=14962260608=14961503.5=0.995.r=\frac{1496}{\sqrt{224\times10092}}=\frac{1496}{\sqrt{2260608}}=\frac{1496}{1503.5}=0.995.

There is a very strong positive linear correlation between study hours and marks.

(b) Regression equations

bYX=nXYXYnX2(X)2=1496224=6.679.b_{YX}=\frac{n\sum XY-\sum X\sum Y}{n\sum X^2-(\sum X)^2}=\frac{1496}{224}=6.679. bXY=nXYXYnY2(Y)2=149610092=0.1483.b_{XY}=\frac{n\sum XY-\sum X\sum Y}{n\sum Y^2-(\sum Y)^2}=\frac{1496}{10092}=0.1483.

Y on X: YYˉ=bYX(XXˉ)Y49.75=6.679(X6)Y-\bar{Y}=b_{YX}(X-\bar{X})\Rightarrow Y-49.75=6.679(X-6)

Y=6.679X+9.674.\boxed{Y=6.679X+9.674.}

X on Y: XXˉ=bXY(YYˉ)X6=0.1483(Y49.75)X-\bar{X}=b_{XY}(Y-\bar{Y})\Rightarrow X-6=0.1483(Y-49.75)

X=0.1483Y1.378.\boxed{X=0.1483Y-1.378.}

(c) Estimate for 10 hours & link to rr

For X=10X=10: Y=6.679(10)+9.674=76.5 marks (approx.)Y=6.679(10)+9.674=\textbf{76.5 marks (approx.)}.

Relation: r=±bYXbXY=6.679×0.1483=0.9905=0.995r=\pm\sqrt{b_{YX}\cdot b_{XY}}=\sqrt{6.679\times0.1483}=\sqrt{0.9905}=0.995, which matches part (a) (positive sign since both regression coefficients are positive).

correlationregression
B

Section B: Short Answer Questions

Attempt all / any as specified.

8 questions
5short6 marks

A random variable XX has the following probability distribution:

X01234
P(X)k2k3k2kk

(a) Determine the value of the constant kk. [2]

(b) Find the mean E(X)E(X) and the variance Var(X)Var(X) of the distribution. [4]

(a) Value of kk

Since P(X)=1\sum P(X)=1:

k+2k+3k+2k+k=9k=1k=19.k+2k+3k+2k+k=9k=1\Rightarrow k=\frac{1}{9}.

So the distribution is P(0)=19,P(1)=29,P(2)=39,P(3)=29,P(4)=19P(0)=\tfrac19,P(1)=\tfrac29,P(2)=\tfrac39,P(3)=\tfrac29,P(4)=\tfrac19.

(b) Mean and variance

E(X)=xP(x)=0+2+6+6+49=189=2.E(X)=\sum xP(x)=\frac{0+2+6+6+4}{9}=\frac{18}{9}=2. E(X2)=x2P(x)=0+2+12+18+169=489=5.333.E(X^2)=\sum x^2P(x)=\frac{0+2+12+18+16}{9}=\frac{48}{9}=5.333. Var(X)=E(X2)[E(X)]2=5.3334=1.333  (=129).\text{Var}(X)=E(X^2)-[E(X)]^2=5.333-4=\textbf{1.333}\;\left(=\tfrac{12}{9}\right).

Thus E(X)=2E(X)=2 and Var(X)=431.33\text{Var}(X)=\tfrac43\approx1.33 (the distribution is symmetric about X=2X=2).

random-variablesexpectation
6short6 marks

In a certain process, 10% of the manufactured screws are defective. A random sample of 8 screws is selected.

(a) Find the probability that exactly 2 screws are defective. [3]

(b) Find the probability that at most 1 screw is defective, and state the mean and variance of the number of defective screws in the sample. [3]

Binomial with n=8n=8, p=0.1p=0.1, q=0.9q=0.9. P(X=r)=(8r)(0.1)r(0.9)8rP(X=r)=\binom{8}{r}(0.1)^r(0.9)^{8-r}.

(a) Exactly 2 defective

P(X=2)=(82)(0.1)2(0.9)6=28×0.01×0.531441=0.1488.P(X=2)=\binom{8}{2}(0.1)^2(0.9)^6=28\times0.01\times0.531441=\textbf{0.1488}.

(b) At most 1 defective; mean & variance

P(X=0)=(0.9)8=0.4305,P(X=1)=(81)(0.1)(0.9)7=8×0.1×0.4783=0.3826.P(X=0)=(0.9)^8=0.4305,\qquad P(X=1)=\binom{8}{1}(0.1)(0.9)^7=8\times0.1\times0.4783=0.3826. P(X1)=0.4305+0.3826=0.8131.P(X\le1)=0.4305+0.3826=\textbf{0.8131}.

Mean =np=8×0.1=0.8=np=8\times0.1=0.8. Variance =npq=8×0.1×0.9=0.72=npq=8\times0.1\times0.9=0.72.

binomial-distributiondiscrete-distributions
7short6 marks

The number of telephone calls arriving at a switchboard follows a Poisson distribution with an average of 3 calls per minute.

(a) Find the probability that no call is received in a given minute. [2]

(b) Find the probability that more than 2 calls are received in a given minute. [4]

(Take e3=0.0498e^{-3} = 0.0498.)

Poisson with mean λ=3\lambda=3 calls/min, P(X=r)=e33rr!P(X=r)=\dfrac{e^{-3}3^r}{r!}, e3=0.0498e^{-3}=0.0498.

(a) No call in a minute

P(X=0)=e3=0.0498.P(X=0)=e^{-3}=\textbf{0.0498}.

(b) More than 2 calls

P(X>2)=1[P(0)+P(1)+P(2)].P(X>2)=1-[P(0)+P(1)+P(2)].

P(1)=e33=0.1494P(1)=e^{-3}\cdot3=0.1494,   P(2)=e392=0.0498×4.5=0.2241\;P(2)=e^{-3}\cdot\dfrac{9}{2}=0.0498\times4.5=0.2241.

P(X2)=0.0498+0.1494+0.2241=0.4233.P(X\le2)=0.0498+0.1494+0.2241=0.4233. P(X>2)=10.4233=0.5767.P(X>2)=1-0.4233=\textbf{0.5767}.
poisson-distributiondiscrete-distributions
8short6 marks

A random sample of 64 items drawn from a large population has a sample mean of 52 units and a sample standard deviation of 8 units.

(a) Distinguish between a point estimate and an interval estimate. [2]

(b) Construct a 95% confidence interval for the population mean and interpret it. [4]

(Use z0.025=1.96z_{0.025} = 1.96.)

Given n=64n=64, xˉ=52\bar{x}=52, s=8s=8.

(a) Point vs interval estimate

  • A point estimate is a single value used to estimate a population parameter (e.g. xˉ=52\bar{x}=52 for μ\mu).
  • An interval estimate gives a range of values, with a stated confidence level, within which the parameter is expected to lie (e.g. a 95% confidence interval). It conveys the precision/uncertainty of the estimate, which a point estimate does not.

(b) 95% confidence interval for μ\mu

Standard error =sn=864=1=\dfrac{s}{\sqrt{n}}=\dfrac{8}{\sqrt{64}}=1. With z0.025=1.96z_{0.025}=1.96:

CI=xˉ±zsn=52±1.96(1)=52±1.96.\text{CI}=\bar{x}\pm z\cdot\frac{s}{\sqrt n}=52\pm1.96(1)=52\pm1.96. (50.04,  53.96).\boxed{(50.04,\;53.96)}.

Interpretation: we are 95% confident that the true population mean lies between 50.04 and 53.96 units; i.e. if many such samples were taken, about 95% of the resulting intervals would contain μ\mu.

estimationconfidence-intervalsampling
9short6 marks

A manufacturer claims that the mean breaking strength of a cable is at least 1800 N. A sample of 50 cables gives a mean breaking strength of 1770 N with a standard deviation of 100 N.

(a) State the null and alternative hypotheses and identify whether the test is one-tailed or two-tailed. [2]

(b) At the 5% level of significance, test whether the manufacturer's claim is justified. [4]

(Use z0.05=1.645z_{0.05} = 1.645.)

Given μ0=1800\mu_0=1800 N, n=50n=50, xˉ=1770\bar{x}=1770, s=100s=100.

(a) Hypotheses

  • H0:μ1800H_0:\mu\ge1800 N (claim is true) vs H1:μ<1800H_1:\mu<1800 N.
  • This is a one-tailed (left-tailed) test.

(b) Test at 5% level

Test statistic (large sample zz-test):

z=xˉμ0s/n=17701800100/50=3014.142=2.121.z=\frac{\bar{x}-\mu_0}{s/\sqrt{n}}=\frac{1770-1800}{100/\sqrt{50}}=\frac{-30}{14.142}=-2.121.

Critical value (left-tailed, 5%): z0.05=1.645-z_{0.05}=-1.645.

Since z=2.121<1.645z=-2.121<-1.645, the test statistic falls in the rejection region, so we reject H0H_0.

Conclusion: at the 5% level there is sufficient evidence that the mean breaking strength is less than 1800 N; the manufacturer's claim is not justified.

hypothesis-testingz-test
10short6 marks

The following table shows the observed frequencies of outcomes obtained when a die was rolled 120 times:

Face123456
Frequency221720182518

Apply the chi-square goodness-of-fit test at the 5% level of significance to determine whether the die is fair. State the degrees of freedom and your conclusion.

(Use χ0.05,52=11.07\chi^2_{0.05,\,5} = 11.07.)

Hypotheses: H0H_0: the die is fair (all faces equally likely) vs H1H_1: the die is not fair.

Under H0H_0, expected frequency for each face =120/6=20=120/6=20.

FaceOOEEOEO-E(OE)2/E(O-E)^2/E
1222020.20
21720-30.45
3202000.00
41820-20.20
5252051.25
61820-20.20
χ2=2.30\chi^2=2.30
χ2=(OE)2E=2.30.\chi^2=\sum\frac{(O-E)^2}{E}=2.30.

Degrees of freedom =k1=61=5=k-1=6-1=5. Critical value χ0.05,52=11.07\chi^2_{0.05,5}=11.07.

Since calculated χ2=2.30<11.07\chi^2=2.30<11.07, we do not reject H0H_0.

Conclusion: there is no significant evidence against fairness — the die may be regarded as fair at the 5% level.

hypothesis-testingchi-square-test
11short6 marks

For two events AA and BB, it is given that P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4 and P(AB)=0.7P(A \cup B) = 0.7.

(a) Find P(AB)P(A \cap B) and P(AB)P(A \mid B). [3]

(b) Examine whether the events AA and BB are independent, and find P(AˉBˉ)P(\bar{A} \cap \bar{B}). [3]

Given P(A)=0.5P(A)=0.5, P(B)=0.4P(B)=0.4, P(AB)=0.7P(A\cup B)=0.7.

(a) P(AB)P(A\cap B) and P(AB)P(A\mid B)

P(AB)=P(A)+P(B)P(AB)=0.5+0.40.7=0.2.P(A\cap B)=P(A)+P(B)-P(A\cup B)=0.5+0.4-0.7=\textbf{0.2}. P(AB)=P(AB)P(B)=0.20.4=0.5.P(A\mid B)=\frac{P(A\cap B)}{P(B)}=\frac{0.2}{0.4}=\textbf{0.5}.

(b) Independence and P(AˉBˉ)P(\bar A\cap\bar B)

P(A)P(B)=0.5×0.4=0.2=P(AB)P(A)\,P(B)=0.5\times0.4=0.2=P(A\cap B). Since P(AB)=P(A)P(B)P(A\cap B)=P(A)P(B), the events AA and BB are independent. (Also P(AB)=0.5=P(A)P(A\mid B)=0.5=P(A) confirms this.)

By De Morgan's law:

P(AˉBˉ)=P(AB)=1P(AB)=10.7=0.3.P(\bar A\cap\bar B)=P(\overline{A\cup B})=1-P(A\cup B)=1-0.7=\textbf{0.3}.
probability-axiomsconditional-probability
12short6 marks

(a) Define the first four central moments of a distribution. [2]

(b) For a distribution the moments about the value 5 are μ1=2\mu_1' = 2, μ2=20\mu_2' = 20, μ3=40\mu_3' = 40 and μ4=250\mu_4' = 250. Convert these into the central moments μ2\mu_2, μ3\mu_3 and μ4\mu_4, and comment on the skewness of the distribution. [4]

(a) First four central moments

The rr-th central moment about the mean is μr=E[(XXˉ)r]\mu_r=E[(X-\bar X)^r]:

  • μ1=E(XXˉ)=0\mu_1=E(X-\bar X)=0 (always zero).
  • μ2=E[(XXˉ)2]=\mu_2=E[(X-\bar X)^2]= variance.
  • μ3=E[(XXˉ)3]\mu_3=E[(X-\bar X)^3] — measures skewness.
  • μ4=E[(XXˉ)4]\mu_4=E[(X-\bar X)^4] — measures kurtosis.

(b) Conversion from moments about 5

Given μ1=2,  μ2=20,  μ3=40,  μ4=250\mu_1'=2,\;\mu_2'=20,\;\mu_3'=40,\;\mu_4'=250.

μ2=μ2(μ1)2=204=16.\mu_2=\mu_2'-(\mu_1')^2=20-4=\textbf{16}. μ3=μ33μ2μ1+2(μ1)3=403(20)(2)+2(8)=40120+16=-64.\mu_3=\mu_3'-3\mu_2'\mu_1'+2(\mu_1')^3=40-3(20)(2)+2(8)=40-120+16=\textbf{-64}. μ4=μ44μ3μ1+6μ2(μ1)23(μ1)4=2504(40)(2)+6(20)(4)3(16)\mu_4=\mu_4'-4\mu_3'\mu_1'+6\mu_2'(\mu_1')^2-3(\mu_1')^4=250-4(40)(2)+6(20)(4)-3(16) =250320+48048=362.=250-320+480-48=\textbf{362}.

Skewness: β1=μ32μ23=(64)2163=40964096=1\beta_1=\dfrac{\mu_3^2}{\mu_2^3}=\dfrac{(-64)^2}{16^3}=\dfrac{4096}{4096}=1, and γ1=μ3μ23/2=6464=1\gamma_1=\dfrac{\mu_3}{\mu_2^{3/2}}=\dfrac{-64}{64}=-1.

Since μ3<0\mu_3<0 (and γ1=1\gamma_1=-1), the distribution is negatively (left) skewed.

descriptive-statisticsmoments-skewness-kurtosis

Frequently asked questions

Where can I find the BE Computer Engineering (IOE, TU) Probability and Statistics (IOE, SH 602 / ENSH 301) question paper 2078?
The full BE Computer Engineering (IOE, TU) Probability and Statistics (IOE, SH 602 / ENSH 301) 2078 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
Does the Probability and Statistics (IOE, SH 602 / ENSH 301) 2078 paper come with solutions?
Yes. Every question on this Probability and Statistics (IOE, SH 602 / ENSH 301) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
How many marks is the BE Computer Engineering (IOE, TU) Probability and Statistics (IOE, SH 602 / ENSH 301) 2078 paper?
The BE Computer Engineering (IOE, TU) Probability and Statistics (IOE, SH 602 / ENSH 301) 2078 paper carries 80 full marks and is meant to be completed in 180 minutes, across 12 questions.
Is practising this Probability and Statistics (IOE, SH 602 / ENSH 301) past paper free?
Yes — reading and attempting this Probability and Statistics (IOE, SH 602 / ENSH 301) past paper on Kekkei is completely free.