Paper II — Q4
(a) A manually handled toll-booth has two tellers, who are each capable of handling an average of 60 vehicles per hour, with the…
A manually handled toll-booth has two tellers, who are each capable of handling an average of 60 vehicles per hour, with the actual service times exponentially distributed. Vehicles arrive at the booth according to a Poisson process, at an average rate of 100 per hour. Determine the following : 15 marks The probability that there are more than three vehicles in the booth at the same time
The probability that a given teller is idle
The probability that a vehicle spends more than 3 minutes in the booth
PQR Electronics produces 300 transistors per day, which go into the inventory. It supplies 150 transistors per day to XYZ Radios. The annual demand is 37,500 units. The inventory holding cost is 0·25 per transistor per year and the setup cost per production run is 200. Find the following : 15 marks Economic Order Quantity (EOQ)
Production run length
Number of production runs per year
Maximum Inventory Level
Explain the terms 'chance causes' and 'assignable causes' of variation in quality control. Also provide some principal advantages of statistical quality control. 10 marks
Describe the procedure of obtaining OC curve for single sampling plan. 10 marks
हिंदी में प्रश्न पढ़ें
एक हस्तेन संभालने वाले टोल बूथ के पास दो टेलर हैं, जो प्रत्येक औसतन 60 वाहनों को प्रति घंटे की दर से संभालने के लिए सक्षम हैं, इनकी वास्तविक सेवा का समय चरघातांकीय बंटित है। वाहन बूथ पर प्वासों प्रक्रम के अनुसार औसतन 100 प्रति घंटे की दर से पहुँचते हैं। निम्नलिखित को निर्धारित कीजिए (ज्ञात कीजिए) : 15 अंक एक ही समय पर बूथ में तीन से अधिक वाहनों के होने की प्रायिकता
एक दिया गया टेलर खाली है, इसकी प्रायिकता
एक वाहन बूथ में 3 मिनट से अधिक बिताता है, इसकी प्रायिकता
PQR इलेक्ट्रॉनिक्स प्रतिदिन 300 ट्रांजिस्टरों का उत्पादन करता है, जो तालिका (इन्वेंटरी) में चले जाते हैं। यह 150 ट्रांजिस्टर प्रतिदिन XYZ रेडियोज को आपूर्ति करता है। वार्षिक मांग 37,500 यूनिट्स है। तालिका धारण लागत 0·25 प्रति ट्रांजिस्टर प्रति वर्ष है और व्यवस्था लागत प्रति प्रोडक्शन रन 200 है। निम्नलिखित को ज्ञात कीजिए : 15 अंक आर्थिक आदेश मात्रा (ई ओ क्यू)
प्रोडक्शन रन की लंबाई
प्रति वर्ष प्रोडक्शन रनों की संख्या
अधिकतम तालिका (इन्वेंटरी) स्तर
गुणवत्ता नियंत्रण में विचरण के पदों 'संयोग हेतु' और 'निर्देश्य कारणों' की व्याख्या कीजिए। सांख्यिकीय गुणवत्ता नियंत्रण के कुछ मुख्य लाभों को भी बताइए। 10 अंक
एकल प्रतिचयन आयोजना के लिए संकारक अभिलक्षण (OC) वक्र को प्राप्त करने की प्रक्रिया का वर्णन कीजिए। 10 अंक
Model answer
Written by UPSC Answer Check against this question's marking rubric, to the expected length. UPSC does not publish answers for Mains — this is one way to score well, not an official key.
(a)(i) This is an M/M/2 queue with λ = 100 vehicles/hour, μ = 60 vehicles/hour per teller, s = 2. Traffic intensity ρ = λ/(sμ) = 100/(2×60) = 5/6 < 1, so steady state exists. Using the M/M/2 steady-state probabilities: P₀ = [Σ (n=0 to 1) (λ/μ)ⁿ/n! + ((λ/μ)²/2!)(1/(1−ρ))]⁻¹. Here λ/μ = 100/60 = 5/3. P₀ = [1 + 5/3 + (25/9)/2 × 6]⁻¹ = [1 + 5/3 + 25/3]⁻¹ = 1/11. P₁ = P₀(5/3) = 5/33. P₂ = P₀(5/3)²/2! = 25/198. P₃ = P₂ρ = (25/198)(5/6) = 125/1188. Therefore, P(n > 3) = 1 − [1/11 + 5/33 + 25/198 + 125/1188] = 1 − 563/1188 = 625/1188 ≈ 0.5261.
(a)(ii) A given teller is idle if either the system is empty, or exactly one vehicle is present and the other teller is serving it. By symmetry: P(given teller idle) = P₀ + (1/2)P₁ = 1/11 + (1/2)(5/33) = 1/11 + 5/66 = 11/66 = 1/6 ≈ 0.1667.
(a)(iii) Let W be total time spent in the booth. For M/M/2, P(Wq > u) = P(delay) exp(−cμ(1−ρ)u), where c = 2, μ = 60, ρ = 5/6, so cμ(1−ρ) = 2×60×(1/6) = 20/hour. Also P(delay) = P(n ≥ 2) = 1 − P₀ − P₁ = 1 − 1/11 − 5/33 = 25/33. Thus P(Wq > u) = (25/33) exp(−20u).
Service time S is exponential with mean 1/60 hour. For t = 3 minutes = 0.05 hour, P(W > t) = P(S > t) + ∫₀ᵗ P(Wq > t−s) 60 exp(−60s) ds = exp(−60t) + (25/22)[exp(−20t) − exp(−60t)]. At t = 0.05: P(W > 0.05) = (25/22)exp(−1) − (3/22)exp(−3) = (25e⁻¹ − 3e⁻³)/22 ≈ 0.4113.
(b) This is the finite-replenishment EOQ/EPQ model. D = 37,500 units/year, S = 200 per run, H = 0.25 per unit per year. Since 37,500/150 = 250 working days, d = 150 units/day and p = 300 units/day, so 1 − d/p = 1 − 150/300 = 1/2.
(b)(i) Q* = √(2DS/[H(1−d/p)]) = √(2×37500×200/[0.25×0.5]) = √(15,000,000/0.125) = √120,000,000 = 2000√30 ≈ 10,954.45 units.
(b)(ii) Production run length = Q*/p = 2000√30/300 = (20√30)/3 days ≈ 36.51 days.
(b)(iii) Number of production runs per year = D/Q* = 37500/(2000√30) = 5√30/8 ≈ 3.42 runs/year.
(b)(iv) Maximum inventory level = Q*(1 − d/p) = 2000√30 × 1/2 = 1000√30 ≈ 5,477.23 units.
(c)(i) Chance causes of variation are natural, random, and inherent in a process. They arise from many small uncontrollable sources such as minor vibration, temperature fluctuation, or raw-material variation. They make the process stable but not perfect. A process affected only by chance causes is said to be in statistical control.
Assignable causes of variation are non-random, special causes that can be identified and removed. They arise from specific factors such as machine wear, wrong setting, defective material, operator error, or tool failure. They usually produce large shifts or unusual patterns in quality characteristics. If assignable causes are present, the process is out of control and corrective action is needed.
Principal advantages of statistical quality control are:
- Early detection of process shifts before defective items are mass-produced.
- Reduction in rework, scrap, inspection cost, and warranty cost.
- Scientific acceptance or rejection of lots using sampling plans.
- Establishment of quality standards and control limits.
- Continuous improvement through diagnosis of assignable causes.
- Better productivity, customer satisfaction, and competitive strength.
(c)(ii) A single sampling plan is specified by lot size N, sample size n, and acceptance number c. From a lot, draw a random sample of n items. If the number of defectives d ≤ c, accept the lot; if d > c, reject it. The OC curve plots Pa(p), the probability of accepting the lot, against p, the fraction defective in the incoming lot.
Procedure:
- Fix N, n, and c.
- For a chosen p, compute the probability distribution of d in the sample.
- If N is finite and sampling is without replacement, use the hypergeometric distribution: Pa(p) = Σ (x=0 to c) C(Np,x) C(N−Np,n−x)/C(N,n).
- If N is large compared with n, or the process is effectively infinite, use the binomial distribution: Pa(p) = Σ (x=0 to c) C(n,x) pˣ (1−p)ⁿ⁻ˣ.
- If n is large and p is small with np moderate, use the Poisson approximation: Pa(p) = Σ (x=0 to c) exp(−np)(np)ˣ/x!.
- Vary p from 0 to 1, or over a practical range, and compute Pa(p) each time.
- Plot Pa(p) on the vertical axis against p on the horizontal axis and join the points smoothly.
- The resulting curve starts near Pa = 1 for p = 0, decreases as p increases, and approaches 0 for large p. AQL and LTPD can be marked on it to read producer’s risk α = 1 − Pa(AQL) and consumer’s risk β = Pa(LTPD).
What "Solve" is asking you to do
Choose the method, then carry it through to a final answer. Identifying what kind of problem this is and why that method applies is the first thing marked; a correct figure arrived at invisibly earns almost nothing.
Structure that answers it
Given data and what is required → method chosen, with the reason it applies → set-up (equation, circuit, free body, trial balance) → working, step by step → answer with units and any condition of validity
Where marks are lost
Doing the middle steps mentally and writing only the result. In mathematics papers, a further loss comes from giving a decimal where the exact value in surds or fractions was wanted, or from skipping the justification a part explicitly asks for.
How this answer will be evaluated
Approach
Framework: M/M/c Queueing Model; Production-Inventory (EOQ) Model; Statistical Quality Control (SQC). (a) calculate: given > formula > substitution > result with units > interpretation | (b) calculate: given > formula > substitution > result with units > interpretation | (c(i)) explain: definition/context > points in order > small example > short close | (c(ii)) describe: define > structure or process in order > labelled diagram > significance Full marks: Flawless application of M/M/c and EOQ formulas with correct units; precise SQC definitions and clear OC curve procedure.
Key points expected
- Identify M/M/2 model with λ=100, μ=60, c=2
- Calculate traffic intensity ρ = λ/(cμ) = 5/6
- Derive P0 using M/M/c steady-state formula
- Apply geometric series for P(N>3) and exponential for P(W>3)
- Identify Production Inventory Model (finite production rate)
- Use formula Q* = sqrt(2DS / H(1 - d/p))
- Substitute D=37500, S=200, H=0.25, p=300, d=150
- Calculate max inventory as Q*(1 - d/p)
Evaluation rubric
Each sub-part is marked on its own, against the marks and word limit printed on the paper.
- (a) Compute M/M/2 queue probabilities for P(N>3), P(teller idle), and P(W>3 min). 15 marks
calculate— given → formula → substitution → result with units → interpretation
Must cover
- Identify M/M/2 model with λ=100, μ=60, c=2
- Calculate traffic intensity ρ = λ/(cμ) = 5/6
- Derive P0 using M/M/c steady-state formula
- Apply geometric series for P(N>3) and exponential for P(W>3)
Loses marks
- Using M/M/1 formulas for a 2-server system
- Confusing service rate μ with arrival rate λ
- Failing to convert 3 minutes to hours (0.05)
Earns more
- Correct calculation of P0 ≈ 0.0952
- Correct P(N>3) ≈ 0.2315
- Correct P(teller idle) ≈ 0.4286
- Correct P(W>3 min) ≈ 0.1920
Extra mark
- Explicit check for system stability (ρ < 1)
- (b) Compute EOQ, run length, runs/year, and max inventory for production system. 15 marks
calculate— given → formula → substitution → result with units → interpretation
Must cover
- Identify Production Inventory Model (finite production rate)
- Use formula Q* = sqrt(2DS / H(1 - d/p))
- Substitute D=37500, S=200, H=0.25, p=300, d=150
- Calculate max inventory as Q*(1 - d/p)
Loses marks
- Using standard EOQ formula without (1-d/p) factor
- Confusing daily production rate with annual demand
- Ignoring the finite production rate assumption
Earns more
- Correct EOQ (Q*) = 10,000 units
- Correct production run length = 33.33 days
- Correct number of runs = 3.75 per year
- Correct max inventory level = 5,000 units
Extra mark
- Calculating total annual inventory cost
- (c(i)) Define chance/assignable causes and list advantages of SQC. 10 marks
explain— definition/context → points in order → small example → short close
Must cover
- Define 'chance causes' as inherent/random variation
- Define 'assignable causes' as specific/identifiable variation
- List at least 3 distinct advantages of SQC
- Provide a brief example for each cause type
Loses marks
- Confusing assignable causes with random noise
- Listing generic management benefits instead of SQC-specific ones
- Failing to distinguish between the two types of variation
Earns more
- Mentioning 'common cause' as synonym for chance
- Mentioning 'special cause' as synonym for assignable
- Advantage: early detection of process drift
- Advantage: reduced inspection costs
Extra mark
- Reference to Shewhart control charts
- (c(ii)) Outline the procedure for deriving an OC curve for single sampling. 10 marks
describe— define → structure or process in order → labelled diagram → significance
Must cover
- Define Operating Characteristic (OC) curve
- State the acceptance probability formula (Binomial)
- Describe plotting Pa against fraction defective p
- Explain the role of sample size n and acceptance number c
Loses marks
- Confusing OC curve with AQL (Acceptable Quality Level)
- Omitting the summation limits in the probability formula
- Failing to link the curve to decision making
Earns more
- Mentioning Producer's Risk (α) and Consumer's Risk (β)
- Describing the S-shape of the curve
- Noting that larger n makes the curve steeper
Extra mark
- Sketching a typical OC curve with labeled axes
Practice this exact question
Write your answer and it is marked point by point against the model answer above — what you covered, what you missed, what you got wrong.
Evaluate my answer →More from Statistics 2024 Paper II
- Q1 (a) Consider a system consisting of three identical units connected in parallel. The unit…
- Q2 (a) Obtain the control limits for X̄-chart and R-chart and describe the significance of j…
- Q3 (a) With respect to a given Linear Programming Problem (LPP), explain the following conce…
- Q4 (a) A manually handled toll-booth has two tellers, who are each capable of handling an av…
- Q5 (a) Discuss the Indian Statistical System. State some important organisations and explain…
- Q6 (a) For the linear model Y = Xβ + u, obtain the expressions for Ordinary Least Squares (O…
- Q7 (a) Explain the problem of identification with a suitable example. Also discuss the condi…