document.write( "Question 581451: This are questions from homework from the other week. My professor already gave me the answers but not how to do the work; it is an online statistics class. I have been looking up things. I want to make sure how to do the steps properly. Below are the questions. Thank you so much! \r
\n" );
document.write( "\n" );
document.write( "Given a test that is normally distributed with a mean of 30 and a standard deviation of 6, what is the probability that a single score drawn at random will be greater than 34?\r
\n" );
document.write( "\n" );
document.write( "If scores are normally distributed with a mean of 85 and a standard deviation of 10, approximately what percentage of the scores are between 60 and 100?\r
\n" );
document.write( "\n" );
document.write( "If scores are normally distributed with a mean of 85, and a standard deviation of 10, approximately what percentage of the scores are greater than 80?\r
\n" );
document.write( "\n" );
document.write( "If scores are normally distributed with a mean of 85, and a standard deviation of 10, approximately what percentage of the scores are greater than 95?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #371656 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given a test that is normally distributed with a mean of 30 and a standard deviation of 6, what is the probability that a single score drawn at random will be greater than 34? \n" ); document.write( "--- \n" ); document.write( "z(34) = (34-10)/6 = 4/6 = 2/3 \n" ); document.write( "P(x > 34) = P(z > 2/3) = normalcdf(2/3,100) = 0.2525 \n" ); document.write( "-------------------------------------------------------------- \n" ); document.write( "If scores are normally distributed with a mean of 85 and a standard deviation of 10, approximately what percentage of the scores are between 60 and 100? \n" ); document.write( "z(60) = (60-85)/10 = -25/10 = -2.5 \n" ); document.write( "z(100) = (100-85)/10 = 15/10 = 3/2 \n" ); document.write( "--- \n" ); document.write( "P(60 < x < 100) = P(-2.5 < z < 3/2) = normalcdf(-2.5,3/2) = 0.9270 \n" ); document.write( "------------------------------------------------------------------------ \n" ); document.write( "Use the same procedure for the last 2 problems. \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( "If scores are normally distributed with a mean of 85, and a standard deviation of 10, approximately what percentage of the scores are greater than 80? \n" ); document.write( "If scores are normally distributed with a mean of 85, and a standard deviation of 10, approximately what percentage of the scores are greater than 95? \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |