document.write( "Question 757283: The speed of automobiles on a section of I-95 is normally distributed with a population mean of 67 miles per hour and a population standard deviation of 6 miles per hour. A random sample of 40 cars is to be selected for a speed study.
\n" );
document.write( "A) What are the shape, mean, and standard deviation of the sampling distribution of the sample mean for samples of size 40?
\n" );
document.write( "Shape is normal, mean of the sample means=67 mph, std of the sample means of the size 40 6/ (sqrt
\n" );
document.write( "B) What is the probability that the sample mean will be 69 miles per hour or more?
\n" );
document.write( "C) What is the probability that the sample mean will be between 65 and 68 miles per hour?
\n" );
document.write( "D) What is the probability that the sample mean will be less than 66 miles per hour?
\n" );
document.write( "2. Assume that the population proportion of adults having a college degree is 0.35. A random sample of 200 adults is to be selected to test this claim.
\n" );
document.write( "A) What are the shape, mean, and standard deviation of the sampling distribution of the sample proportion for samples of 200?
\n" );
document.write( "B) What is the probability that the sample proportion will fall within 0.02 of the population proportion?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #460727 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The speed of automobiles on a section of I-95 is normally distributed with a population mean of 67 miles per hour and a population standard deviation of 6 miles per hour. A random sample of 40 cars is to be selected for a speed study. \n" ); document.write( "A) What are the shape, mean, and standard deviation of the sampling distribution of the sample mean for samples of size 40? \n" ); document.write( "Shape is normal, mean of the sample means=67 mph, std of the sample means of the size 6/sqrt(40) \n" ); document.write( "----------------------------- \n" ); document.write( "B) What is the probability that the sample mean will be 69 miles per hour or more? \n" ); document.write( "z(69) = (69-67)/[6/sqrt(40)]= 2.1082 \n" ); document.write( "P(x-bar >= 69) = P(z >= 2.1082) = 0.0175 \n" ); document.write( "======================================================= \n" ); document.write( "C) What is the probability that the sample mean will be between 65 and 68 miles per hour? \n" ); document.write( "Find the z-value of 65 and of 68 \n" ); document.write( "Find the probability z is between those z-values. \n" ); document.write( "======================================================= \n" ); document.write( "D) What is the probability that the sample mean will be less than 66 miles per hour? \n" ); document.write( "Use the same process as with \"a\" and \"b\". \n" ); document.write( "======================================================= \n" ); document.write( "2. Assume that the population proportion of adults having a college degree is 0.35. A random sample of 200 adults is to be selected to test this claim. \n" ); document.write( "A) What are the shape, mean, and standard deviation of the sampling distribution of the sample proportion for samples of 200? \n" ); document.write( "normal; mean = 0.35 ; std = sqrt[0.35*0.65/200] = 0.0337 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "B) What is the probability that the sample proportion will fall within 0.02 of the population proportion? \n" ); document.write( "----- \n" ); document.write( "Find the z value that is 2% above the mean. \n" ); document.write( "invNorm(0.52) = 0.0502 \n" ); document.write( "---- \n" ); document.write( "So the z-values that are 2% above and below the mean are +-0.0502 \n" ); document.write( "----- \n" ); document.write( "Use x = z*s+u to find the corresponding proportions: \n" ); document.write( "x = 0.0502*0.03370 + 0.35 = 0.3517 \n" ); document.write( "and \n" ); document.write( "x = -0.0502*0.03370 + 0.35 = 0.3483 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================== \n" ); document.write( " |