document.write( "Question 1182320: The average annual salary for all the US teachers is $47,750. Assume that the distribution is normal and the standard deviation is $5680. Find that probability that a randomly selected teacher earns between $35,000 and $45,000 a year. \n" ); document.write( "
Algebra.Com's Answer #812298 by math_tutor2020(3817) ![]() You can put this solution on YOUR website! \n" ); document.write( "x = salary \n" ); document.write( "mu = population mean = 47750 \n" ); document.write( "sigma = population standard deviation = 5680\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Find the z score for x = 35000 \n" ); document.write( "z = (x-mu)/sigma \n" ); document.write( "z = (35000-47750)/5680 \n" ); document.write( "z = -2.24 which is approximate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Repeat for x = 45000 \n" ); document.write( "z = (x-mu)/sigma \n" ); document.write( "z = (45000-47750)/5680 \n" ); document.write( "z = -0.48 which is approximate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now refer to the Z table in the back of your textbook. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you don't have your textbook with you, then you can use free online tables such as this one \n" ); document.write( "https://www.ztable.net/ \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using a table like that, you should find these approximations \n" ); document.write( "P(Z < -2.24) = 0.01255 \n" ); document.write( "P(Z < -0.48) = 0.31561 \n" ); document.write( "You should get these values (or close to them) when using any other table. The level of accuracy in the table may vary (depending on the author). Use of a calculator would get you better accuracy. If your teacher insists you use a specific table, then stick to it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we can say \n" ); document.write( "P(a < z < b) = P(z < b) - P(z < a) \n" ); document.write( "P(-2.24 < z < -0.48) = P(z < -0.48) - P(z < -2.24) \n" ); document.write( "P(-2.24 < z < -0.48) = 0.31561 - 0.01255 \n" ); document.write( "P(-2.24 < z < -0.48) = 0.30306 \n" ); document.write( "P(35000 < x < 45000) = 0.30306\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The answer is approximately 0.30306; round this however you need to. \n" ); document.write( " \n" ); document.write( " |