document.write( "Question 1052345: Let x be a random variable that represents white blood cell count per cubic milliliter of whole blood. Assume that x has a distribution that is approximately normal, with mean μ = 7100 and estimated standard deviation σ = 2450. A test result of x < 3500 is an indication of leukopenia. This indicates bone marrow depression that may be the result of a viral infection.\r
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that, on a single test, x is less than 3500? (Round your answer to four decimal places.)
\n" );
document.write( "(b) What is the probability of x < 3500? (Round your answer to four decimal places.)
\n" );
document.write( "(c) Repeat part (b) for n = 3 tests taken a week apart. (Round your answer to four decimal places.) \n" );
document.write( "
Algebra.Com's Answer #667712 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "=(3500-7100)/2450=-3500/2450=-1.43 \n" ); document.write( "probability x<3500 is probability z<-1.43, which is 0.0764. \n" ); document.write( "---------------------- \n" ); document.write( "For b, I get the same thing. I am not clear how this is different. \n" ); document.write( "I am not certain what they mean by c. \n" ); document.write( "If it is the probability that all 3 tests are <3500, it would be 0.0764^3, assuming independence, and that is 0.0004.\r \n" ); document.write( "\n" ); document.write( "If it is the probability it happens at least once, then it is 1- probability it doesn't happen three times in a row, which is (1)-(0.9236)^3= 1-(0.7874)=0.2126. \n" ); document.write( " |