Math Problem Statement

Applicants for a job are given an aptitude test. The percentage, X%, achieved by a randomly chosen applicant is modelled as X ~ N(50, 10^2). Applicants are scored as 'outstanding' if they achieve 65% or more. A group of 8 applicants are assessed on one day. a) Find the probability that: (i) at least one is scored as outstanding, (ii) exactly two are scored as outstanding, (iii) fewer than three are scored as outstanding. b) Evaluate the interviewer’s claim that the model is unsuitable as an applicant could score more than 100%.

Solution

Let's solve the problem step by step.

Given:

  • XN(50,102)X \sim N(50, 10^2), where XX is the percentage score.
  • XX is considered "outstanding" if X65X \geq 65.
  • A group of 8 applicants is being assessed.

Part (a):

(i) At least one is scored as outstanding:

Step 1: Calculate P(X65)P(X \geq 65).

Convert to a standard normal variable: Z=Xμσ=655010=1.5Z = \frac{X - \mu}{\sigma} = \frac{65 - 50}{10} = 1.5 Using the standard normal table: P(X65)=P(Z1.5)=1P(Z1.5)=10.9332=0.0668P(X \geq 65) = P(Z \geq 1.5) = 1 - P(Z \leq 1.5) = 1 - 0.9332 = 0.0668

So, the probability of an applicant being "outstanding" is 0.06680.0668.

Step 2: Use the complement rule for "at least one."

The probability that none are "outstanding" is: P(None outstanding)=(1P(X65))8=(10.0668)8=0.5662P(\text{None outstanding}) = (1 - P(X \geq 65))^8 = (1 - 0.0668)^8 = 0.5662

Thus, the probability that at least one is "outstanding" is: P(At least one)=1P(None outstanding)=10.5662=0.4338P(\text{At least one}) = 1 - P(\text{None outstanding}) = 1 - 0.5662 = 0.4338


(ii) Exactly two are scored as outstanding:

This is a binomial distribution: P(Exactly 2)=(82)(P(X65))2(1P(X65))6P(\text{Exactly 2}) = \binom{8}{2} (P(X \geq 65))^2 (1 - P(X \geq 65))^6

Substitute the values: P(Exactly 2)=(82)(0.0668)2(10.0668)6P(\text{Exactly 2}) = \binom{8}{2} (0.0668)^2 (1 - 0.0668)^6

P(Exactly 2)=28(0.0668)2(0.9332)6P(\text{Exactly 2}) = 28 \cdot (0.0668)^2 \cdot (0.9332)^6

P(Exactly 2)=280.004462240.6082=0.0761P(\text{Exactly 2}) = 28 \cdot 0.00446224 \cdot 0.6082 = 0.0761


(iii) Fewer than three are scored as outstanding:

This includes the probabilities of 0, 1, or 2 outstanding applicants: P(Fewer than 3)=P(0)+P(1)+P(2)P(\text{Fewer than 3}) = P(\text{0}) + P(\text{1}) + P(\text{2})

Step 1: Calculate P(0)P(\text{0}): P(0)=(80)(P(X65))0(1P(X65))8=(0.9332)8=0.5662P(\text{0}) = \binom{8}{0} (P(X \geq 65))^0 (1 - P(X \geq 65))^8 = (0.9332)^8 = 0.5662

Step 2: Calculate P(1)P(\text{1}): P(1)=(81)(P(X65))1(1P(X65))7P(\text{1}) = \binom{8}{1} (P(X \geq 65))^1 (1 - P(X \geq 65))^7 P(1)=80.0668(0.9332)7=80.06680.6533=0.3491P(\text{1}) = 8 \cdot 0.0668 \cdot (0.9332)^7 = 8 \cdot 0.0668 \cdot 0.6533 = 0.3491

Step 3: Add probabilities: P(Fewer than 3)=P(0)+P(1)+P(2)P(\text{Fewer than 3}) = P(\text{0}) + P(\text{1}) + P(\text{2}) P(Fewer than 3)=0.5662+0.3491+0.0761=0.9914P(\text{Fewer than 3}) = 0.5662 + 0.3491 + 0.0761 = 0.9914


Part (b):

Evaluate the interviewer’s claim:

The model is XN(50,102)X \sim N(50, 10^2), which implies XX is normally distributed.

A normal distribution theoretically has no strict bounds, so values above 100 (or even below 0) are possible, although extremely rare. To evaluate the probability:

P(X>100)=P(Z>1005010)=P(Z>5)P(X > 100) = P\left(Z > \frac{100 - 50}{10}\right) = P(Z > 5)

From the standard normal table: P(Z>5)0P(Z > 5) \approx 0

Thus, while the model technically allows scores above 100, their probability is negligible. The claim is overly cautious but not entirely incorrect.


Would you like detailed steps or clarifications on any part of this solution? Let me know!

Follow-Up Questions:

  1. How do we derive probabilities from normal distributions?
  2. What does "binomial distribution" mean in this context?
  3. How can we compute probabilities for more complex conditions in distributions?
  4. Why is the interviewer’s claim valid or invalid?
  5. How can normal distribution be adjusted to fit real-world bounds?

Tip: Always visualize the distribution to understand its behavior better!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Normal distribution
Standardization (Z-scores)
Binomial probability

Formulas

Z = (X - μ) / σ
P(X ≥ a) = 1 - P(Z ≤ z)
P(X = k) = C(n, k) * p^k * (1 - p)^(n-k)

Theorems

Properties of the normal distribution
Binomial theorem for probabilities

Suitable Grade Level

Grades 11-12 or early college