document.write( "Question 909965: The average grade point average (GPA) of undergraduate students in New York is normally distributed with a population mean of 2.5 and a population standard deviation of 0.4. Compute the following, showing all work:
\n" ); document.write( "1) The percentage of students with GPA's between 2.0 and 2.6
\n" ); document.write( "2) The percentage of students with GPA's below 2.7
\n" ); document.write( "3) Above what GPA will the top 7% of the students be(i.e., compute the 93rd percentile)
\n" ); document.write( "4) If a sample of 49 students is taken, what is the probability that the sample mean GPA will be between 2.60 and 2.70?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #552155 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
m = 2.5, sd = .4
\n" ); document.write( "1) normalcdf(2.0,2.6,2.5,.4)
\n" ); document.write( "2) normalcdf(-10,2.7,2.5,.4)
\n" ); document.write( "3) .4invNorm(.93) + 2.5 = X\r
\n" ); document.write( "\n" ); document.write( "4 t1 = (.1/(.4/sqrt(49)) and t2 = (.2/(.4/sqrt(49))
\n" ); document.write( " P(t2< value) - P(t1< value)
\n" ); document.write( "Use df = 48
\n" ); document.write( "tcdf(-100,3.5 , 48) - tcdf(-100,1.75 , 48)
\n" ); document.write( "
\n" );