document.write( "Question 1197052: Last year's freshman class at Big State University totaled 5,327 students. Of those, 1,265 received a merit scholarship to help offset tuition costs their freshman year (although the amount varied per student). The amount received was N($3,468, $489). If the cost of full tuition was $4,100 last year, what percentage of students who received a merit scholarship did not received enough to cover full tuition? (Round your answer to the nearest whole percent.) \n" ); document.write( "
Algebra.Com's Answer #830139 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "The notation N(3468, 489) tells us we have a normal distribution with these parameters
\n" ); document.write( "mu = 3468 = mean
\n" ); document.write( "sigma = 489 = standard deviation\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If a student got a scholarship, then they landed somewhere on this normal distribution.
\n" ); document.write( "The majority of the students will cluster around the mean of $3468\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's convert the raw score x = 4100 to its corresponding z score
\n" ); document.write( "z = (x - mu)/sigma
\n" ); document.write( "z = (4100 - 3468)/489
\n" ); document.write( "z = 1.29 approximately\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then we'll use a Z table such as this one
\n" ); document.write( "https://www.ztable.net/
\n" ); document.write( "or one found in the back of your book.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That table says
\n" ); document.write( "P(Z < 1.29) = 0.90147
\n" ); document.write( "So about 90.147% of the students who got a scholarship received less than $4,100\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you were to use a calculator such as this one
\n" ); document.write( "https://davidmlane.com/normal.html
\n" ); document.write( "then you'll find that P(Z < 1.29) = 0.9015
\n" ); document.write( "The area under the curve to the left of z = 1.29 is roughly 0.9015\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Alternatively you can use a TI83 or TI84 calculator to type in normalcdf(-99,1.29) and it will display 0.9014746057 approximately. The normalcdf function can be found by hitting the key labeled \"2nd\" then pressing the VARS key.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you wish to use a spreadsheet, then type in =NORM.DIST(1.29,0,1,true)
\n" ); document.write( "The 1.29 refers to the z score we calculated
\n" ); document.write( "the 0 and 1 are the mean and standard deviation respectively
\n" ); document.write( "The \"true\" tells the spreadsheet to compute the cdf rather than pdf
\n" ); document.write( "You could also type in =NORM.DIST(4100,3468,489,true) if you wanted to skip converting to a z score. This avoids the slight error that happens when we rounded the z score to 1.29\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As you can see, there are various methods to calculating the area under the standard normal curve to the left of z = 1.29\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: Approximately 90% (when rounding to the nearest whole percent)
\n" ); document.write( "
\n" ); document.write( "
\n" );