document.write( "Question 1161981: The average grade of a subject is 1.89 for the whole class, with a standard deviation of 0.63. If a sample is 25 students is being taken, then find the probability of getting the average of this sample to be within the range of 1.6 and 2.0. \n" ); document.write( "
Algebra.Com's Answer #785644 by Theo(13342)![]() ![]() You can put this solution on YOUR website! z = (x - m) / s \n" ); document.write( "z is the z-score \n" ); document.write( "x is the raw score \n" ); document.write( "m is the raw mean \n" ); document.write( "n is the sample size \n" ); document.write( "s is the standard deviation of the distribution of sample means \n" ); document.write( "sd is the standard deviation of the population, or the sample, if the standard deviation of the population is not available. \n" ); document.write( "if the standard deviation of the population is known, use the z-score, else use the t-score.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m = 1.89 \n" ); document.write( "sd = .63 \n" ); document.write( "n = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s = sd / sqrt(n) = .63 / sqrt(25) = .126\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use the z-score formula to find the z-scores. \n" ); document.write( "that formula is z = (x - m) / s \n" ); document.write( "for a raw score of 1.6, that formula becomes: \n" ); document.write( "z = (1.6 - 1.89) / .126 = -2.30 rounded to 2 decimal places. \n" ); document.write( "for a raw score of 2.0, tha formula becomes: \n" ); document.write( "z = (2.0 - 1.89) / .126 = .87 rounded to 2 decimal places.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "look for the area to the left of the z-score equal to -2.30 and .87 in the z-score table.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will find that the area to the left of each z-score is as indicated below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for -2.30 = .01072 \n" ); document.write( "for .87 = .80785\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the smaller area from the larger area to get the areas in between is equal to .79713.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's the probability that the scores in this sample will be between 1.6 and 2.0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the table i used can be found at https://www.math.arizona.edu/~rsims/ma464/standardnormaltable.pdf\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |