Question 1:
Probability Calculation
You need to calculate the probability that a student scores 70 or less in component 1. This will
likely involve using a normal distribution (if applicable) or cumulative distribution function (CDF)
depending on the provided data.
o If the data is normal, use the z-score formula:
Z=X−μσZ = \frac{X - \mu}{\sigma}Z=σX−μ
where X=70X = 70X=70, μ\muμ is the mean, and σ\sigmaσ is the standard deviation.
o Then use a standard normal distribution table or a calculator to find the cumulative
probability.
Question 2:
Fraction of Students with Engineering Background Scoring 70 or Less
Here, you'll need to identify the subset of students with an engineering background and calculate
what fraction of them scored 70 or less.
o This may involve conditional probability based on the engineering background, so you may
need the total number of engineering students and the number who scored 70 or less.
Question 3:
Expected Value Calculation
The expected value (mean) of a distribution is calculated by the formula:
E(X)=∑(Xi×P(Xi))E(X) = \sum (X_i \times P(X_i))E(X)=∑(Xi×P(Xi))
where XiX_iXi are the possible outcomes and P(Xi)P(X_i)P(Xi) are their respective probabilities.
o You will sum the products of the scores and their probabilities to get the expected value.
Question 4:
Average Score Calculation
Calculate the mean (average) score for all students in component 1.
o The formula is:
Mean=∑Xin\text{Mean} = \frac{\sum X_i}{n}Mean=n∑Xi
where XiX_iXi are the individual scores, and nnn is the number of students.
Question 5:
Probability Calculation (Neither Engineering nor Commerce)
This will involve calculating the probability that a student is neither from an engineering
background nor from a commerce background.
o You might need to use the formula for the union of events and apply the complement rule.
o The general formula is:
P(Neither Engineering nor Commerce)=1−P(Engineering)−P(Commerce)
+P(Engineering∩Commerce)P(\text{Neither Engineering nor Commerce}) = 1 - P(\
text{Engineering}) - P(\text{Commerce}) + P(\text{Engineering} \cap \
text{Commerce})P(Neither Engineering nor Commerce)=1−P(Engineering)−P(Commerce)
+P(Engineering∩Commerce)
Question 6:
Percentage of Students Scoring Over 80 (Neither Engineering nor Commerce)
This is a conditional probability problem where you’ll calculate the percentage of students scoring
over 80 in component 1, under the condition that they are neither from an engineering nor a
commerce background.
Question 7:
Confidence Interval Calculation
Construct a 95% confidence interval for the mean score of students. The formula for a confidence
interval is:
CI=μ±Z×σn\text{CI} = \mu \pm Z \times \frac{\sigma}{\sqrt{n}}CI=μ±Z×nσ
where μ\muμ is the sample mean, ZZZ is the Z-value for 95% confidence (usually 1.96), σ\sigmaσ
is the standard deviation, and nnn is the sample size.
Question 8:
Hypothesis Test for Engineering Students' Average Score
Set up a hypothesis test to check whether the average score for engineering students is 75.
o Null Hypothesis (H₀): The average score for engineering students is 75.
o Alternative Hypothesis (H₁): The average score for engineering students is not 75.
o Use a t-test for the sample mean if the population standard deviation is unknown.
Question 9:
Comparison Between Commerce and Engineering Students
Compare the performance of engineering and commerce students by looking at their means,
variances, and conducting any required statistical tests (e.g., a t-test) for comparing the two groups.
Question 10:
Category Value Calculation
This is likely about calculating values in a contingency table. If you have categories like
engineering vs. commerce students and various score ranges, you will need to calculate the values
for each category.