Prior to medical visits patients are asked to complete a sel
Prior to medical visits, patients are asked to complete a self-administered medical history form. The time it takes each patient to complete the form is approximately normally distributed, with a mean of 12.4 minutes and a standard deviation of 2.1 minutes.
a. What proportion of patients completes the medical history form in 10 minutes or less?
b. What proportion of patients takes 20 minutes or more to complete the medical history form?
c.What is the 90th percentile of the time to complete the medical history form?
Note: Please explain your steps- chegg user
Solution
a) x: time taken to complete the form
P(x<=10)
using NORM.DIST(10,12.4,2.1,TRUE) in excel
P(x<=10)=0.1265
b) P(x>=20)=1-P(x>20)=1-0.9998=0.00014
c) using NORM.INV(0.9,12.4,2.1) in excel, we get 15.09126. This is the 90th percentile.

