We can simulate this in R as follows , The compelte R snippet is as follows
set.seed(123)
data <- rnorm(1000,mean=73,sd=8)
q <- quantile(data)
q
IQR = q[4] - q[2]
IQR
boxplot(data, horizontal = TRUE, axes = FALSE, staplewex =
1,col="steelblue")
text(x=fivenum(data), labels =round(fivenum(data),2), y=1.25)
The results are
> q
0% 25% 50% 75% 100%
50.52180 67.97341 73.07368 78.31681 98.92832
> IQR
75%
10.34341

Please note that we can answer only 4 subparts of a question at a time , as per the guidelines
Marks for this submission: 7.00/7.00. Accounting for Consider the normal distribution N(u = 73, σ =...
7) In a normal distribution with μ=14 and σ=2, find the mean of the distribution of sample means for samples of size 25. 8) In a normal distribution with μ=12 and σ=0.75, find the standard deviation of the distribution of sample means for samples of size 64. (Round to the nearest ten-thousandth.) 11)Your company manufactures hot water heaters. The life spans of your product are known to be normally distributed with a mean of 13 years and a standard deviation...
A population of values has a normal distribution with μ = 135.1 and σ = 20.9 . You intend to draw a random sample of size n = 170 . Find P8, which is the mean separating the bottom 8% means from the top 92% means.
A population of values has a normal distribution with μ=180.1μ=180.1 and σ=93.4σ=93.4. You intend to draw a random sample of size n=90n=90. Find the probability that a single randomly selected value is greater than 185. P(X > 185) = Find the probability that a sample of size n=90n=90 is randomly selected with a mean greater than 185. P(¯xx¯ > 185) = A population of values has a normal distribution with μ=167.8μ=167.8 and σ=34.4σ=34.4. You intend to draw a random sample...
A population of values has a normal distribution with μ=134.3μ=134.3 and σ=62.4σ=62.4. You intend to draw a random sample of size n=137n=137.What is the mean of the distribution of sample means?μ¯x=μx¯= What is the standard deviation of the distribution of sample means?(Report answer accurate to 2 decimal places.)σ¯x=σx¯=
A population of values has a normal distribution with μ=81μ=81 and σ=39σ=39. You intend to draw a random sample of size n=176n=176. State answers to one decimal places. Find P92, which is the score separating the bottom 92% scores from the top 8% scores. P92 (for single values) = Find P92, which is the mean separating the bottom 92% means from the top 8% means. P92 (for sample means) =
A population of values has a normal distribution with μ=89.8 and σ=85.9. You intend to draw a random sample of size n=131. What is the mean of the distribution of sample means? μx¯= What is the standard deviation of the distribution of sample means (i.e. the standard error)? (Report answer accurate to 2 decimal places.) σ¯x=
A population of values has a normal distribution with μ = 118.5 and σ = 4.7 . You intend to draw a random sample of size n = 120 . Enter your answers as numbers accurate to 4 decimal places. Find the probability that a single randomly selected value is greater than 119.4. Find the probability that a sample of size n = 120 is randomly selected with a mean greater than 119.4.
A population of values has a normal distribution with μ=26 and σ=44.4. You intend to draw a random sample of size n=231. Find the probability that a sample of size n=231 is randomly selected with a mean between 31.8 and 35.1. P(31.8 < M < 35.1) =
A population of values has a normal distribution with μ=90.9 μ=90.9 and σ=46.3 σ=46.3 . You intend to draw a random sample of size n=69 n=69 . Find the probability that a single randomly selected value is between 78.6 and 89.8. P(78.6 < X < 89.8) = Find the probability that a sample of size n=69 n=69 is randomly selected with a mean between 78.6 and 89.8. P(78.6 < M < 89.8) = Enter your answers as numbers accurate to...
(1 point) Consider a normal distribution curve where the middle 90 % of the area under the curve lies above the interval ( 3·11 ) Use this information to find the mean, μ , and the standard deviation, σ , of the distribution. Note: You can earn partial credit on this problem.