document.write( "Question 1119474: assume that the random variable X is normally distributed, with mean m = 50 and standard deviation s = 7. Find each indicated percentile for X.
\n" );
document.write( "The 90th percentile? \n" );
document.write( "
Algebra.Com's Answer #735048 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! assume that the random variable X is normally distributed, with mean m = 50 and standard deviation s = 7. Find each indicated percentile for X. \n" ); document.write( "The 90th percentile? \n" ); document.write( "------ \n" ); document.write( "Find the z-value with a left-tail of 0.9 \n" ); document.write( "invNorm(0.9) = 1.2816 \n" ); document.write( "----- \n" ); document.write( "Find the corresponding raw score:: \n" ); document.write( "x = 1.2816*7 + 50 \n" ); document.write( "x = 58.97 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |