the mean time taken to learn the basics of a software program by all students is 200 minutes with a standard deviation of 20 minutes, the shape of the distribution is unknown. Find the interval that contains the times taken by at least 60% of all students to learn this software program
1
Expert's answer
2020-10-22T18:18:34-0400
By the Chebyshev's inequality: P(∣X−μ∣<kσ)>1−k21.
In our case: 1−k21=0.6.
Thus, k=0.41=1.58.
So, the interval (μ−kσ,μ+kσ)=(200−1.58∗20,200+1.58∗20)=(168.4, 231.6)
contains the times taken by at least 60% of all students.
Comments