Browse papers
A

Section A: Long Answer Questions

Attempt all questions.

5 questions
1long10 marks

The following frequency distribution shows the daily water consumption (in litres per capita) recorded at 50 households in a municipality of Lalitpur:

Consumption (litres)Number of households
60 – 805
80 – 1009
100 – 12014
120 – 14012
140 – 1607
160 – 1803

(a) Compute the arithmetic mean and the median of daily water consumption.

(b) Compute the standard deviation and the coefficient of variation.

(c) Using the Karl Pearson coefficient of skewness (based on mean, median and standard deviation), comment on the nature of the distribution.

Set up the working table. Let xx be the class mid-value, ff the frequency, N=f=50N=\sum f = 50.

Classffmid xxfxfxxxˉx-\bar x(xxˉ)2(x-\bar x)^2f(xxˉ)2f(x-\bar x)^2c.f.
60–80570350−44.41971.369856.805
80–100990810−24.4595.365358.2414
100–120141101540−4.419.36271.0428
120–14012130156015.6243.362920.3240
140–1607150105035.61267.368871.5247
160–180317051055.63091.369274.0850
Total50582036552.00

(a) Mean.

xˉ=fxN=582050=116.4 litres\bar x = \frac{\sum fx}{N} = \frac{5820}{50} = 116.4 \text{ litres}

Median. N/2=25N/2 = 25, which falls in the cumulative frequency 28, so the median class is 100–120. Lower boundary L=100L=100, c.f. before class C=14C=14, class frequency fm=14f_m=14, width h=20h=20.

Median=L+N/2Cfmh=100+251414×20=100+1114×20=100+15.714=115.714 litres\text{Median} = L + \frac{N/2 - C}{f_m}\,h = 100 + \frac{25-14}{14}\times 20 = 100 + \frac{11}{14}\times 20 = 100 + 15.714 = 115.714 \text{ litres}

(a) Answer: Mean 116.4\approx \mathbf{116.4} litres, Median 115.71\approx \mathbf{115.71} litres.

(b) Standard deviation.

σ=f(xxˉ)2N=3655250=731.04=27.038 litres\sigma = \sqrt{\frac{\sum f(x-\bar x)^2}{N}} = \sqrt{\frac{36552}{50}} = \sqrt{731.04} = 27.038 \text{ litres}

Coefficient of variation.

CV=σxˉ×100=27.038116.4×100=23.23%\text{CV} = \frac{\sigma}{\bar x}\times 100 = \frac{27.038}{116.4}\times 100 = 23.23\%

(b) Answer: σ27.04\sigma \approx \mathbf{27.04} litres, CV 23.23%\approx \mathbf{23.23\%}.

(c) Karl Pearson coefficient of skewness.

Sk=xˉMedian (approx. mode via empirical relation)σS_k = \frac{\bar x - \text{Median (approx. mode via empirical relation)}}{\sigma}

Using the median-based form Sk=3(xˉMedian)σS_k = \dfrac{3(\bar x - \text{Median})}{\sigma}:

Sk=3(116.4115.714)27.038=3(0.686)27.038=2.05827.038=0.0761S_k = \frac{3(116.4 - 115.714)}{27.038} = \frac{3(0.686)}{27.038} = \frac{2.058}{27.038} = 0.0761

(c) Answer: Sk+0.076S_k \approx \mathbf{+0.076}. Since Sk>0S_k>0 but very small, the distribution is very slightly positively (right) skewed, i.e. close to symmetric.

descriptive-statisticsdispersionskewness
2long10 marks

A construction firm procures cement from three suppliers. Supplier AA provides 50%, supplier BB provides 30% and supplier CC provides 20% of the total cement. From past quality records, the proportion of bags that fail the strength test is 2% for AA, 4% for BB and 5% for CC.

(a) State Bayes' theorem.

(b) A randomly selected bag is found to be defective (fails the strength test). Find the probability that it was supplied by each of AA, BB and CC.

(c) What is the overall probability that a randomly chosen bag is non-defective?

(a) Bayes' theorem. If E1,E2,,EnE_1,E_2,\dots,E_n are mutually exclusive and exhaustive events with P(Ei)>0P(E_i)>0, and AA is any event with P(A)>0P(A)>0, then

P(EiA)=P(Ei)P(AEi)j=1nP(Ej)P(AEj).P(E_i\mid A) = \frac{P(E_i)\,P(A\mid E_i)}{\sum_{j=1}^{n} P(E_j)\,P(A\mid E_j)}.

Given. P(A)=0.50,  P(B)=0.30,  P(C)=0.20P(A)=0.50,\;P(B)=0.30,\;P(C)=0.20. Defective rates: P(DA)=0.02,  P(DB)=0.04,  P(DC)=0.05P(D\mid A)=0.02,\;P(D\mid B)=0.04,\;P(D\mid C)=0.05.

Total probability of a defective bag.

P(D)=P(A)P(DA)+P(B)P(DB)+P(C)P(DC)P(D)=P(A)P(D\mid A)+P(B)P(D\mid B)+P(C)P(D\mid C) P(D)=(0.50)(0.02)+(0.30)(0.04)+(0.20)(0.05)P(D)=(0.50)(0.02)+(0.30)(0.04)+(0.20)(0.05) P(D)=0.010+0.012+0.010=0.032P(D)=0.010+0.012+0.010=0.032

(b) Posterior probabilities.

P(AD)=0.0100.032=0.3125P(A\mid D)=\frac{0.010}{0.032}=0.3125 P(BD)=0.0120.032=0.3750P(B\mid D)=\frac{0.012}{0.032}=0.3750 P(CD)=0.0100.032=0.3125P(C\mid D)=\frac{0.010}{0.032}=0.3125

Check: 0.3125+0.3750+0.3125=1.0000.3125+0.3750+0.3125=1.000

(b) Answer: P(AD)=0.3125P(A\mid D)=\mathbf{0.3125}, P(BD)=0.3750P(B\mid D)=\mathbf{0.3750}, P(CD)=0.3125P(C\mid D)=\mathbf{0.3125}.

(c) Probability of a non-defective bag.

P(Dˉ)=1P(D)=10.032=0.968P(\bar D)=1-P(D)=1-0.032=0.968

(c) Answer: P(non-defective)=0.968P(\text{non-defective}) = \mathbf{0.968}.

probabilitybayes-theoremconditional-probability
3long10 marks

The compressive strength of a batch of concrete cubes is normally distributed with mean μ=28 MPa\mu = 28\text{ MPa} and standard deviation σ=3 MPa\sigma = 3\text{ MPa}.

(a) What proportion of cubes have strength greater than 32 MPa?

(b) What proportion have strength between 25 MPa and 31 MPa?

(c) The specification requires that only 5% of cubes may fall below a minimum acceptable strength. Find this minimum acceptable strength (the 5th percentile).

Use: Φ(1.33)=0.9082,  Φ(1.00)=0.8413,  Φ(1.645)=0.95\Phi(1.33)=0.9082,\;\Phi(1.00)=0.8413,\;\Phi(1.645)=0.95.

Let XN(μ=28,σ=3)X\sim N(\mu=28,\sigma=3) and Z=XμσZ=\dfrac{X-\mu}{\sigma} be standard normal.

(a) P(X>32)P(X>32).

Z=32283=43=1.33Z=\frac{32-28}{3}=\frac{4}{3}=1.33 P(X>32)=P(Z>1.33)=1Φ(1.33)=10.9082=0.0918P(X>32)=P(Z>1.33)=1-\Phi(1.33)=1-0.9082=0.0918

Answer: 0.0918\approx \mathbf{0.0918} (about 9.18% of cubes).

(b) P(25<X<31)P(25<X<31).

Z1=25283=1.00,Z2=31283=1.00Z_1=\frac{25-28}{3}=-1.00,\qquad Z_2=\frac{31-28}{3}=1.00 P(1.00<Z<1.00)=Φ(1.00)Φ(1.00)=Φ(1.00)[1Φ(1.00)]=2Φ(1.00)1P(-1.00<Z<1.00)=\Phi(1.00)-\Phi(-1.00)=\Phi(1.00)-[1-\Phi(1.00)]=2\Phi(1.00)-1 =2(0.8413)1=1.68261=0.6826=2(0.8413)-1=1.6826-1=0.6826

Answer: 0.6826\approx \mathbf{0.6826} (about 68.26% of cubes).

(c) 5th percentile. We need x0x_0 such that P(X<x0)=0.05P(X<x_0)=0.05. The lower 5% point of ZZ is z=1.645z=-1.645 (since Φ(1.645)=0.95\Phi(1.645)=0.95).

x0=μ+zσ=28+(1.645)(3)=284.935=23.065 MPax_0=\mu+z\sigma=28+(-1.645)(3)=28-4.935=23.065\text{ MPa}

Answer: minimum acceptable strength 23.07 MPa\approx \mathbf{23.07\text{ MPa}}.

normal-distributionz-scorecontinuous-distribution
4long10 marks

The following data relate the curing age xx (days) of concrete to its compressive strength yy (MPa) for 6 specimens:

Age xx (days)3714212835
Strength yy (MPa)121824273032

(a) Compute the Karl Pearson coefficient of correlation rr and interpret it.

(b) Fit the regression line of yy on xx by the method of least squares.

(c) Estimate the compressive strength at a curing age of 40 days.

Working table. n=6n=6.

xxyyx2x^2y2y^2xyxy
312914436
71849324126
1424196576336
2127441729567
2830784900840
3532122510241120
=108\sum=108=143\sum=143=2704\sum=2704=3697\sum=3697=3025\sum=3025

Means: xˉ=108/6=18\bar x = 108/6 = 18, yˉ=143/6=23.8333\bar y = 143/6 = 23.8333.

(a) Correlation coefficient.

Sxy=xy(x)(y)n=3025(108)(143)6=30252574=451S_{xy}=\sum xy-\frac{(\sum x)(\sum y)}{n}=3025-\frac{(108)(143)}{6}=3025-2574=451 Sxx=x2(x)2n=270410826=27041944=760S_{xx}=\sum x^2-\frac{(\sum x)^2}{n}=2704-\frac{108^2}{6}=2704-1944=760 Syy=y2(y)2n=369714326=36973408.1667=288.8333S_{yy}=\sum y^2-\frac{(\sum y)^2}{n}=3697-\frac{143^2}{6}=3697-3408.1667=288.8333 r=SxySxxSyy=451760×288.8333=451219513.33=451468.523=0.9626r=\frac{S_{xy}}{\sqrt{S_{xx}\,S_{yy}}}=\frac{451}{\sqrt{760\times288.8333}}=\frac{451}{\sqrt{219513.33}}=\frac{451}{468.523}=0.9626

Answer: r0.963r\approx \mathbf{0.963} — a strong positive linear correlation between curing age and strength.

(b) Regression line of yy on xx. Slope

byx=SxySxx=451760=0.59342b_{yx}=\frac{S_{xy}}{S_{xx}}=\frac{451}{760}=0.59342

Intercept

a=yˉbyxxˉ=23.8333(0.59342)(18)=23.833310.6816=13.1517a=\bar y-b_{yx}\bar x=23.8333-(0.59342)(18)=23.8333-10.6816=13.1517   y^=13.152+0.5934x  \boxed{\;\hat y = 13.152 + 0.5934\,x\;}

(c) Estimate at x=40x=40 days.

y^=13.152+0.5934(40)=13.152+23.737=36.889 MPa\hat y = 13.152 + 0.5934(40)=13.152+23.737=36.889\text{ MPa}

Answer: estimated strength 36.89 MPa\approx \mathbf{36.89\text{ MPa}} at 40 days. (Note: this is an extrapolation beyond the observed range.)

correlationregressionleast-squares
5long10 marks

A manufacturer claims that the mean tensile strength of a certain steel rod is at least 500 MPa. A random sample of 10 rods gives a sample mean of xˉ=488 MPa\bar x = 488\text{ MPa} with a sample standard deviation s=16 MPas = 16\text{ MPa}.

(a) State the null and alternative hypotheses for testing the claim.

(b) At the 5% level of significance, test whether the data contradict the manufacturer's claim. (Use t0.05,9=1.833t_{0.05,\,9}=1.833 for a one-tailed test.)

(c) Construct a 95% two-sided confidence interval for the true mean tensile strength. (Use t0.025,9=2.262t_{0.025,\,9}=2.262.)

Sample size n=10n=10, degrees of freedom ν=n1=9\nu=n-1=9.

(a) Hypotheses. The claim is μ500\mu\ge 500; we test against the rods being weaker:

H0:μ=500 MPa (claim holds)H1:μ<500 MPa (left-tailed)H_0:\mu = 500\text{ MPa (claim holds)}\qquad H_1:\mu < 500\text{ MPa (left-tailed)}

(b) Test statistic. Since σ\sigma is unknown and nn is small, use the tt-test:

t=xˉμ0s/n=48850016/10=1216/3.1623=125.0596=2.372t=\frac{\bar x-\mu_0}{s/\sqrt n}=\frac{488-500}{16/\sqrt{10}}=\frac{-12}{16/3.1623}=\frac{-12}{5.0596}=-2.372

Decision rule (left-tailed, α=0.05\alpha=0.05, df 9): reject H0H_0 if t<t0.05,9=1.833t < -t_{0.05,9}=-1.833.

Since t=2.372<1.833t=-2.372 < -1.833, the test statistic falls in the rejection region.

Conclusion: Reject H0H_0. At the 5% level there is significant evidence that the mean tensile strength is less than 500 MPa, so the data contradict the manufacturer's claim.

(c) 95% two-sided confidence interval.

CI=xˉ±t0.025,9sn=488±2.262×1610=488±2.262×5.0596\text{CI}=\bar x \pm t_{0.025,9}\,\frac{s}{\sqrt n}=488 \pm 2.262\times \frac{16}{\sqrt{10}}=488 \pm 2.262\times 5.0596 =488±11.445=488 \pm 11.445 (476.56,  499.45) MPa\Rightarrow (476.56,\;499.45)\text{ MPa}

Answer: 95% CI (476.56,  499.45) MPa\approx \mathbf{(476.56,\;499.45)\text{ MPa}}. Note that 500 MPa lies outside this interval, consistent with rejecting the claim in (b).

hypothesis-testingt-testestimation
B

Section B: Short Answer Questions

Attempt all questions.

6 questions
6short5 marks

On a construction site, 20% of the welded joints inspected are found to be defective. If 8 joints are selected at random, find the probability that (a) exactly 2 are defective, (b) at most 1 is defective. (Use the binomial distribution.)

Let XX = number of defective joints, XBinomial(n=8,  p=0.2)X\sim \text{Binomial}(n=8,\;p=0.2), q=1p=0.8q=1-p=0.8.

P(X=k)=(8k)(0.2)k(0.8)8kP(X=k)=\binom{8}{k}(0.2)^k(0.8)^{8-k}

(a) Exactly 2 defective.

P(X=2)=(82)(0.2)2(0.8)6=28×0.04×0.262144=0.29360P(X=2)=\binom{8}{2}(0.2)^2(0.8)^6=28\times0.04\times0.262144=0.29360

Answer: P(X=2)0.2936P(X=2)\approx \mathbf{0.2936}.

(b) At most 1 defective.

P(X=0)=(80)(0.2)0(0.8)8=1×1×0.16777=0.16777P(X=0)=\binom{8}{0}(0.2)^0(0.8)^8=1\times1\times0.16777=0.16777 P(X=1)=(81)(0.2)1(0.8)7=8×0.2×0.2097152=0.33554P(X=1)=\binom{8}{1}(0.2)^1(0.8)^7=8\times0.2\times0.2097152=0.33554 P(X1)=0.16777+0.33554=0.50332P(X\le1)=0.16777+0.33554=0.50332

Answer: P(X1)0.5033P(X\le1)\approx \mathbf{0.5033}.

binomial-distributiondiscrete-distribution
7short5 marks

The number of cracks appearing per kilometre of a newly laid highway follows a Poisson distribution with a mean of 3 cracks per kilometre. Find the probability that in a randomly selected kilometre there are (a) exactly 4 cracks, (b) no cracks, (c) more than 2 cracks. (Take e3=0.049787e^{-3}=0.049787.)

Let XX = number of cracks per km, XPoisson(λ=3)X\sim\text{Poisson}(\lambda=3).

P(X=k)=eλλkk!=e33kk!P(X=k)=\frac{e^{-\lambda}\lambda^k}{k!}=\frac{e^{-3}3^k}{k!}

(a) Exactly 4 cracks.

P(X=4)=e3344!=0.049787×8124=4.0327524=0.16803P(X=4)=\frac{e^{-3}3^4}{4!}=\frac{0.049787\times81}{24}=\frac{4.03275}{24}=0.16803

Answer: P(X=4)0.1680P(X=4)\approx \mathbf{0.1680}.

(b) No cracks.

P(X=0)=e3300!=e3=0.049787P(X=0)=\frac{e^{-3}3^0}{0!}=e^{-3}=0.049787

Answer: P(X=0)0.0498P(X=0)\approx \mathbf{0.0498}.

(c) More than 2 cracks.

P(X>2)=1[P(0)+P(1)+P(2)]P(X>2)=1-[P(0)+P(1)+P(2)] P(1)=e3311!=0.149361,P(2)=e3322!=0.049787×92=0.224042P(1)=\frac{e^{-3}3^1}{1!}=0.149361,\qquad P(2)=\frac{e^{-3}3^2}{2!}=\frac{0.049787\times9}{2}=0.224042 P(X>2)=1(0.049787+0.149361+0.224042)=10.423190=0.576810P(X>2)=1-(0.049787+0.149361+0.224042)=1-0.423190=0.576810

Answer: P(X>2)0.5768P(X>2)\approx \mathbf{0.5768}.

poisson-distributiondiscrete-distribution
8short5 marks

A discrete random variable XX has the following probability distribution:

xx01234
P(X=x)P(X=x)0.1kk0.30.20.1

(a) Find the value of kk.

(b) Compute E(X)E(X) and Var(X)\text{Var}(X).

(a) Find kk. Probabilities must sum to 1:

0.1+k+0.3+0.2+0.1=1    k=10.7=0.30.1+k+0.3+0.2+0.1=1 \;\Rightarrow\; k=1-0.7=0.3

Answer: k=0.3k=\mathbf{0.3}.

Complete distribution: P(0)=0.1,  P(1)=0.3,  P(2)=0.3,  P(3)=0.2,  P(4)=0.1P(0)=0.1,\;P(1)=0.3,\;P(2)=0.3,\;P(3)=0.2,\;P(4)=0.1.

(b) Expectation.

E(X)=xP(x)=0(0.1)+1(0.3)+2(0.3)+3(0.2)+4(0.1)E(X)=\sum x\,P(x)=0(0.1)+1(0.3)+2(0.3)+3(0.2)+4(0.1) =0+0.3+0.6+0.6+0.4=1.9=0+0.3+0.6+0.6+0.4=1.9

Second moment.

E(X2)=x2P(x)=0+1(0.3)+4(0.3)+9(0.2)+16(0.1)E(X^2)=\sum x^2 P(x)=0+1(0.3)+4(0.3)+9(0.2)+16(0.1) =0+0.3+1.2+1.8+1.6=4.9=0+0.3+1.2+1.8+1.6=4.9

Variance.

Var(X)=E(X2)[E(X)]2=4.9(1.9)2=4.93.61=1.29\text{Var}(X)=E(X^2)-[E(X)]^2=4.9-(1.9)^2=4.9-3.61=1.29

Answer: E(X)=1.9E(X)=\mathbf{1.9}, Var(X)=1.29\text{Var}(X)=\mathbf{1.29}.

random-variablesexpectationvariance
9short5 marks

(a) State the Central Limit Theorem. (b) The weights of cement bags from a plant have mean μ=50 kg\mu = 50\text{ kg} and standard deviation σ=1.2 kg\sigma = 1.2\text{ kg}. A random sample of 36 bags is taken. Find the probability that the sample mean weight lies between 49.7 kg and 50.3 kg. (Use Φ(1.5)=0.9332\Phi(1.5)=0.9332.)

(a) Central Limit Theorem. If X1,X2,,XnX_1,X_2,\dots,X_n are independent, identically distributed random variables each with mean μ\mu and finite variance σ2\sigma^2, then for large nn the distribution of the sample mean Xˉ\bar X is approximately normal:

Xˉ    N ⁣(μ,  σ2n),\bar X \;\approx\; N\!\left(\mu,\;\frac{\sigma^2}{n}\right),

regardless of the shape of the parent population. Equivalently Z=Xˉμσ/nZ=\dfrac{\bar X-\mu}{\sigma/\sqrt n} tends to the standard normal distribution as nn\to\infty.

(b) Here μ=50\mu=50, σ=1.2\sigma=1.2, n=36n=36, so the standard error is

σXˉ=σn=1.236=1.26=0.2 kg.\sigma_{\bar X}=\frac{\sigma}{\sqrt n}=\frac{1.2}{\sqrt{36}}=\frac{1.2}{6}=0.2\text{ kg}.

Standardize the limits:

Z1=49.7500.2=0.30.2=1.5,Z2=50.3500.2=0.30.2=1.5Z_1=\frac{49.7-50}{0.2}=\frac{-0.3}{0.2}=-1.5,\qquad Z_2=\frac{50.3-50}{0.2}=\frac{0.3}{0.2}=1.5 P(49.7<Xˉ<50.3)=P(1.5<Z<1.5)=2Φ(1.5)1=2(0.9332)1=0.8664P(49.7<\bar X<50.3)=P(-1.5<Z<1.5)=2\Phi(1.5)-1=2(0.9332)-1=0.8664

Answer: P(49.7<Xˉ<50.3)0.8664P(49.7<\bar X<50.3)\approx \mathbf{0.8664} (about 86.64%).

samplingcentral-limit-theoremestimation
10short5 marks

A die is rolled 120 times with the following observed frequencies:

Face123456
Observed152318221725

Using a chi-square goodness-of-fit test at the 5% level, examine whether the die is fair. (Use χ0.05,52=11.07\chi^2_{0.05,\,5}=11.07.)

Hypotheses.

H0:the die is fair (each face equally likely)H1:the die is not fairH_0:\text{the die is fair (each face equally likely)}\qquad H_1:\text{the die is not fair}

Expected frequency. If fair, each face has probability 1/61/6, so the expected count is

Ei=120×16=20 for every face.E_i=120\times\tfrac{1}{6}=20\text{ for every face.}

Compute χ2\chi^2.

FaceOiO_iEiE_iOiEiO_i-E_i(OiEi)2(O_i-E_i)^2(OiEi)2/Ei(O_i-E_i)^2/E_i
11520−5251.25
22320390.45
31820−240.20
42220240.20
51720−390.45
625205251.25
Total1201203.80
χcal2=(OiEi)2Ei=3.80\chi^2_{\text{cal}}=\sum\frac{(O_i-E_i)^2}{E_i}=3.80

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

Decision. Since χcal2=3.80<11.07\chi^2_{\text{cal}}=3.80 < 11.07, we do not reject H0H_0.

Conclusion: At the 5% level there is no significant evidence that the die is unfair; the die may be regarded as fair.

hypothesis-testingchi-squaregoodness-of-fit
11short5 marks

In a group of 100 civil engineering students, 60 have passed Surveying, 45 have passed Hydraulics, and 25 have passed both subjects. A student is selected at random. Find the probability that the student has (a) passed at least one of the two subjects, (b) passed neither subject, (c) passed exactly one subject.

Let SS = event that the student passed Surveying, HH = passed Hydraulics. Total =100=100.

P(S)=60100=0.60,P(H)=45100=0.45,P(SH)=25100=0.25.P(S)=\frac{60}{100}=0.60,\quad P(H)=\frac{45}{100}=0.45,\quad P(S\cap H)=\frac{25}{100}=0.25.

(a) Passed at least one (union). By the addition rule:

P(SH)=P(S)+P(H)P(SH)=0.60+0.450.25=0.80P(S\cup H)=P(S)+P(H)-P(S\cap H)=0.60+0.45-0.25=0.80

Answer: 0.80\mathbf{0.80}.

(b) Passed neither.

P(SH)=1P(SH)=10.80=0.20P(\overline{S\cup H})=1-P(S\cup H)=1-0.80=0.20

Answer: 0.20\mathbf{0.20}.

(c) Passed exactly one subject. This is the union minus the intersection (those in exactly one set):

P(exactly one)=P(SH)P(SH)=0.800.25=0.55P(\text{exactly one})=P(S\cup H)-P(S\cap H)=0.80-0.25=0.55

Equivalently, only Surveying =0.600.25=0.35=0.60-0.25=0.35 and only Hydraulics =0.450.25=0.20=0.45-0.25=0.20, giving 0.35+0.20=0.550.35+0.20=0.55. Answer: 0.55\mathbf{0.55}.

probabilitycombinatoricsset-theory

Frequently asked questions

Where can I find the BE Civil Engineering (IOE, TU) Probability and Statistics (IOE, SH 552) question paper 2077?
The full BE Civil Engineering (IOE, TU) Probability and Statistics (IOE, SH 552) 2077 (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 552) 2077 paper come with solutions?
Yes. Every question on this Probability and Statistics (IOE, SH 552) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
How many marks is the BE Civil Engineering (IOE, TU) Probability and Statistics (IOE, SH 552) 2077 paper?
The BE Civil Engineering (IOE, TU) Probability and Statistics (IOE, SH 552) 2077 paper carries 80 full marks and is meant to be completed in 180 minutes, across 11 questions.
Is practising this Probability and Statistics (IOE, SH 552) past paper free?
Yes — reading and attempting this Probability and Statistics (IOE, SH 552) past paper on Kekkei is completely free.