Model paper

Dean's Office Official Model Question Paper

STT 301 · Statistics

Programme
BTTM
Academic year
Semester 5
Paper type
Official Model Question
Sitting
Dean's Office Blueprint
Full marks
60
Duration
180 minutes

Tribhuvan University

Faculty of Management

Office of the Dean

Official Model Question Paper / Dean's Office Blueprint

Course: STT 301 · Statistics

Level: Bachelor of Travel and Tourism Management (BTTM) · Semester 5

Full Marks: 60

Time: 3 hrs.

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

Group A

Brief Answer Questions. Attempt ALL questions. (5 × 2 = 10)

[5*2=10]
  1. State the empirical relationship between Mean, Median, and Mode in a moderately skewed distribution.

    [2]
    View model solution

    Empirical Relationship

    Mode=3Median2Mean\text{Mode} = 3\text{Median} - 2\text{Mean}
    or MeanMode=3(MeanMedian)\text{or } \text{Mean} - \text{Mode} = 3(\text{Mean} - \text{Median})
  2. What is the Coefficient of Variation (C.V.)? State its formula and practical use.

    [2]
    View model solution

    Coefficient of Variation (C.V.)

    A relative measure of dispersion expressing standard deviation as a percentage of the mean:

    C.V.=σXˉ×100\text{C.V.} = \frac{\sigma}{\bar{X}} \times 100

    • Use: Used to compare consistency, stability, or risk across two or more distributions. The series with lower C.V. is more consistent/stable.
  3. State the mathematical bounds for Karl Pearson’s correlation coefficient (rr). What does r=1r = -1 signify?

    [2]
    View model solution

    Bounds of Correlation Coefficient

    1r+1-1 \le r \le +1

    When r=1r = -1, there is perfect negative linear correlation between the two variables: as one variable increases, the other decreases in exact fixed proportion.

  4. State the four components of a Time Series.

    [2]
    View model solution

    Four Components of Time Series

    1. Secular Trend (TT): Long-term smooth general direction over many years.
    2. Seasonal Variations (SS): Regular short-term patterns recurring within a year (e.g., peak hotel bookings in autumn).
    3. Cyclical Fluctuations (CC): Medium-term multi-year macroeconomic boom and bust cycles.
    4. Irregular / Random Variations (II): Unpredictable erratic shocks (earthquakes, pandemics).
  5. State the Empirical Rule (68-95-99.7) for a Normal Distribution.

    [2]
    View model solution

    Empirical Rule for Normal Distribution

    • μ±1σ\mu \pm 1\sigma contains approximately 68.26% of all observations.
    • μ±2σ\mu \pm 2\sigma contains approximately 95.44% of all observations.
    • μ±3σ\mu \pm 3\sigma contains approximately 99.74% of all observations.

Group B

Descriptive Answer Questions. Attempt any THREE questions. (3 × 10 = 30)

[3*10=30]
  1. The daily restaurant bill amounts (Rs in hundreds) paid by guests at a heritage hotel in Bhaktapur are distributed as follows:

    Bill Amount (Rs '00) 10–20 20–30 30–40 40–50 50–60 60–70
    Number of Tables (ff) 6 14 20 30 18 12

    Required: a. Calculate the Mean daily bill amount b. Calculate the Standard Deviation c. Calculate the Coefficient of Variation (C.V.)

    [10]
    View model solution

    Statistical Computation: Mean, Standard Deviation & C.V.

    Let xx be mid-points, A=35A = 35, h=10h = 10, d=x3510d = \frac{x - 35}{10}.

    Class ff xx dd fdfd fd2fd^2
    10–20 6 15 -2 -12 24
    20–30 14 25 -1 -14 14
    30–40 20 35 0 0 0
    40–50 30 45 +1 30 30
    50–60 18 55 +2 36 72
    60–70 12 65 +3 36 108
    Total N=100N = 100 fd=76\sum fd = 76 fd2=248\sum fd^2 = 248

    a. Mean (Xˉ\bar{X}):

    Xˉ=A+(fdN)×h=35+(76100)×10=35+7.6=42.6 (Rs 4,260)\bar{X} = A + \left(\frac{\sum fd}{N}\right) \times h = 35 + \left(\frac{76}{100}\right) \times 10 = 35 + 7.6 = \textbf{42.6 (Rs 4,260)}

    b. Standard Deviation (σ\sigma):

    σ=h×fd2N(fdN)2=10×248100(0.76)2\sigma = h \times \sqrt{\frac{\sum fd^2}{N} - \left(\frac{\sum fd}{N}\right)^2} = 10 \times \sqrt{\frac{248}{100} - (0.76)^2}
    σ=10×2.480.5776=10×1.9024=10×1.379=13.79 (Rs 1,379)\sigma = 10 \times \sqrt{2.48 - 0.5776} = 10 \times \sqrt{1.9024} = 10 \times 1.379 = \textbf{13.79 (Rs 1,379)}

    c. Coefficient of Variation (C.V.):

    C.V.=σXˉ×100=13.7942.6×100=32.37%\text{C.V.} = \frac{\sigma}{\bar{X}} \times 100 = \frac{13.79}{42.6} \times 100 = \textbf{32.37\%}
  2. The following data shows the Advertising Expenditure (Rs in lakhs, XX) and Room Sales Revenue (Rs in crores, YY) for 5 consecutive years at a resort:

    Year 1 2 3 4 5
    Advertising (XX) 6 8 10 12 14
    Sales Revenue (YY) 10 12 15 18 20

    Required: a. Calculate Karl Pearson’s correlation coefficient between advertising and sales b. Fit the linear regression equation of Sales (YY) on Advertising (XX) c. Estimate sales revenue if advertising expenditure is increased to Rs 20 lakhs.

    [10]
    View model solution

    Correlation and Linear Regression Analysis

    Xˉ=505=10\bar{X} = \frac{50}{5} = 10, Yˉ=755=15\bar{Y} = \frac{75}{5} = 15.

    XX YY x=X10x = X - 10 y=Y15y = Y - 15 x2x^2 y2y^2 xyxy
    6 10 -4 -5 16 25 20
    8 12 -2 -3 4 9 6
    10 15 0 0 0 0 0
    12 18 +2 +3 4 9 6
    14 20 +4 +5 16 25 20
    =50\sum = 50 =75\sum = 75 0 0 40 68 52

    a. Karl Pearson’s Correlation Coefficient (rr):

    r=xyx2y2=5240×68=522720=5252.15=+0.997r = \frac{\sum xy}{\sqrt{\sum x^2 \sum y^2}} = \frac{52}{\sqrt{40 \times 68}} = \frac{52}{\sqrt{2720}} = \frac{52}{52.15} = \textbf{+0.997}

    (Nearly perfect positive correlation).

    b. Regression Equation of YY on XX (Y=a+bXY = a + bX):

    b=xyx2=5240=1.30b = \frac{\sum xy}{\sum x^2} = \frac{52}{40} = 1.30
    a=YˉbXˉ=15(1.30×10)=1513=2.0a = \bar{Y} - b\bar{X} = 15 - (1.30 \times 10) = 15 - 13 = 2.0
    Regression Line: Y = 2.0 + 1.30X\text{Regression Line: } \textbf{Y = 2.0 + 1.30X}

    c. Estimated Sales Revenue for Advertising X=20X = 20 lakhs:

    Y=2.0+1.30(20)=2.0+26.0=Rs 28.0 CroresY = 2.0 + 1.30(20) = 2.0 + 26.0 = \textbf{Rs 28.0 Crores}
  3. The daily demand for buffet breakfast at a 200-room hotel is normally distributed with a mean (μ\mu) of 150 guests and a standard deviation (σ\sigma) of 20 guests.

    Required: a. What percentage of days will the breakfast demand exceed 180 guests? b. What is the probability that on a randomly selected day, demand is between 130 and 170 guests? c. How many breakfasts should the kitchen prepare so that food shortages occur on no more than 5% of days? (Given: Z=1.5    Area=0.4332Z = 1.5 \implies \text{Area} = 0.4332; Z=1.0    Area=0.3413Z = 1.0 \implies \text{Area} = 0.3413; Z=1.645    Area=0.4500Z = 1.645 \implies \text{Area} = 0.4500).

    [10]
    View model solution

    Normal Distribution Application in Food Service

    Given μ=150\mu = 150, σ=20\sigma = 20.

    a. Probability of demand exceeding 180 guests (X>180X > 180):

    Z=Xμσ=18015020=3020=+1.5Z = \frac{X - \mu}{\sigma} = \frac{180 - 150}{20} = \frac{30}{20} = +1.5
    P(X>180)=0.5000P(0<Z<1.5)=0.50000.4332=0.0668 or 6.68%P(X > 180) = 0.5000 - P(0 < Z < 1.5) = 0.5000 - 0.4332 = 0.0668 \text{ or } \textbf{6.68\%}

    b. Probability between 130 and 170 guests:

    • For X1=130X_1 = 130: Z1=13015020=1.0Z_1 = \frac{130 - 150}{20} = -1.0
    • For X2=170X_2 = 170: Z2=17015020=+1.0Z_2 = \frac{170 - 150}{20} = +1.0P(130<X<170)=P(1.0<Z<0)+P(0<Z<1.0)=0.3413+0.3413=0.6826 (68.26%)P(130 < X < 170) = P(-1.0 < Z < 0) + P(0 < Z < 1.0) = 0.3413 + 0.3413 = \textbf{0.6826 (68.26\%)}$

    c. Target capacity for shortage probability 5%\le 5\%:

    Upper tail probability = 0.05     \implies Area from mean to ZZ is 0.50000.05=0.45000.5000 - 0.05 = 0.4500. From standard normal tables, Z=+1.645Z = +1.645.

    X=μ+Zσ=150+(1.645×20)=150+32.9=182.9183 breakfastsX = \mu + Z\sigma = 150 + (1.645 \times 20) = 150 + 32.9 = 182.9 \approx \textbf{183 breakfasts}

    The kitchen must prepare 183 breakfasts to ensure shortages occur on no more than 5% of mornings.

  4. Explain the 4-Quarter Centered Moving Average method to isolate Seasonal Indices in hotel room occupancy data.

    [10]
    View model solution

    4-Quarter Centered Moving Average Method

    1. Compute 4-Quarter Moving Totals: Sum 4 consecutive quarters to smooth out seasonal fluctuations.
    2. Center the Totals: Average adjacent pairs of 4-quarter totals to align the figures with specific quarterly mid-points.
    3. Compute Centered Moving Average (Trend TT): Divide centered totals by 8 to establish the underlying trend value.
    4. Compute Seasonal-Irregular Ratios: Under the multiplicative model (Y=T×S×C×IY = T \times S \times C \times I), compute YT×100\frac{Y}{T} \times 100.
    5. Compute Modified Mean and Adjust: Average the ratios for each respective quarter across multiple years, and scale so the sum of the four indices equals 400.

Group C

Comprehensive Answer / Case Analysis Question. (1 × 20 = 20)

[1*20=20]
  1. Case Study: Revenue Management & Statistical Demand Forecasting at Annapurna Resorts

    Annapurna Resorts manages three luxury lodges in Pokhara, Chitwan, and Nagarkot. The Chief Revenue Officer (CRO) wants to move from subjective room pricing to data-driven Predictive Revenue Management. Historical occupancy data over the last 16 quarters reveals high seasonal volatility:

    • Q1 (Jan–Mar): High spring trekking (Index: 125%)
    • Q2 (Apr–Jun): Pre-monsoon domestic leisure (Index: 85%)
    • Q3 (Jul–Sep): Low monsoon season (Index: 60%)
    • Q4 (Oct–Dec): Peak autumn festival season (Index: 130%)

    The underlying linear trend equation for total quarterly room sales (Rs in millions) is established as:

    T=40+2.5tT = 40 + 2.5t
    (where t=1t = 1 is Q1 2080).

    As Revenue Management Analyst: a. Forecast trend values (TT) for all four quarters of Year 2082 (t=9,10,11,12t = 9, 10, 11, 12). b. Apply Seasonal Indices to compute seasonally adjusted room revenue forecasts for each quarter of Year 2082. c. Formulate dynamic pricing guidelines for Q3 (low season) versus Q4 (peak season). d. Explain how Poisson and Binomial probability distributions can model no-shows and optimize room overbooking limits.

    [20]
    View model solution

    Statistical Demand Forecasting & Revenue Management Case Analysis

    a. Trend Value Projections for Year 2082 (t=9,10,11,12t = 9, 10, 11, 12)

    • Q1 2082 (t=9t = 9): T9=40+2.5(9)=40+22.5=Rs 62.5 MillionT_9 = 40 + 2.5(9) = 40 + 22.5 = \textbf{Rs 62.5 Million}
    • Q2 2082 (t=10t = 10): T10=40+2.5(10)=40+25.0=Rs 65.0 MillionT_{10} = 40 + 2.5(10) = 40 + 25.0 = \textbf{Rs 65.0 Million}
    • Q3 2082 (t=11t = 11): T11=40+2.5(11)=40+27.5=Rs 67.5 MillionT_{11} = 40 + 2.5(11) = 40 + 27.5 = \textbf{Rs 67.5 Million}
    • Q4 2082 (t=12t = 12): T12=40+2.5(12)=40+30.0=Rs 70.0 MillionT_{12} = 40 + 2.5(12) = 40 + 30.0 = \textbf{Rs 70.0 Million}

    b. Seasonally Adjusted Forecasts (Y=T×IndexY = T \times \text{Index})

    • Q1 2082: 62.5×1.25=Rs 78.125 Million62.5 \times 1.25 = \textbf{Rs 78.125 Million}
    • Q2 2082: 65.0×0.85=Rs 55.250 Million65.0 \times 0.85 = \textbf{Rs 55.250 Million}
    • Q3 2082: 67.5×0.60=Rs 40.500 Million67.5 \times 0.60 = \textbf{Rs 40.500 Million}
    • Q4 2082: 70.0×1.30=Rs 91.000 Million70.0 \times 1.30 = \textbf{Rs 91.000 Million}
    • Total Projected Annual Revenue (2082): Rs 264.875 Million

    c. Dynamic Pricing Strategies

    • Q3 (Monsoon Low Season - Index 60%): Implement price unbundling; offer stay-3-pay-2 packages, partner with wellness/spa retreats, and reduce minimum stay restrictions.
    • Q4 (Peak Autumn Season - Index 130%): Enforce strict non-refundable advance deposits, minimum 3-night stay restrictions on festival weekends, and close discount channels to maximize RevPAR.

    d. Modeling No-Shows via Probability Distributions

    • Room cancellations and no-shows follow a Binomial Distribution B(n,p)B(n, p), where nn is total bookings and pp is probability of no-show, or a Poisson Distribution Pois(λ)\text{Pois}(\lambda) for daily walk-ins.
    • By balancing the cost of an empty room (spoilage cost = forgone contribution) against the cost of walking a guest to another hotel (overbooking cost = re-accommodation + goodwill loss), the revenue manager identifies the mathematically optimal overbooking cushion.