document.write( "Question 464471: A mandatory high school test is normally distributed with mean 400 and standard deviation 73.
\n" );
document.write( "A. Find the probability that a randomly chosen student has a score better than 500?
\n" );
document.write( "B. Find the probability that a randomly chosen student has a score between 350 and 550?
\n" );
document.write( "C. The top 3% of all students are eligible for a scholarship. What is the minimu score needed to be eligible for the scholarship?
\n" );
document.write( "Could you please show the exact steps for solving these questions?
\n" );
document.write( "Thanks in advance! \n" );
document.write( "
Algebra.Com's Answer #318187 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "z=(500-400)/73=1.37 \n" ); document.write( "The area below 1.37 under the normal curve is .915 the probability that a randomly chosen student has a score better than 500. \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( "z=(550-400)/73=2.05 \n" ); document.write( "z=(350-400)/73=-.685 \n" ); document.write( "The area between 2.05 and -.685 under the normal curve is .733 the probability that a randomly chosen student has a score between 350 and 550. \n" ); document.write( ". \n" ); document.write( "c) \n" ); document.write( "The area under the normal curve of .03 on the right is above 1.88 \n" ); document.write( "(x-400)/73=1.88 \n" ); document.write( "x-400=137.24 \n" ); document.write( "x=538 the minimum score needed to be eligible for the scholarship (537 is acceptable). \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |