document.write( "Question 664958: CRA CDs Inc. wants the mean lengths of the \"cuts\" on a CD to be 135seconds (2 min 15 sec). This will allow the disk jockeys to have plenty of time for commercials within each 10-minute segment.Assume the distribution of the length of the cuts follows the normal distribution with a population standard deviation of 8 seconds. Suppose we select a sample of 16 cuts from various CDs sold by CRA CDs Inc.\r
\n" );
document.write( "\n" );
document.write( "a) What can we say about the shape of the distribution of the sample mean?
\n" );
document.write( "b) What is the standard error of the mean?
\n" );
document.write( "c) What percent of the sample means will be greater than 140 seconds?
\n" );
document.write( "d) What percent of the sample means will be greater than 128 seconds?
\n" );
document.write( "e) What percent of the sample means will be greater than 128 but less than 140 seconds?\r
\n" );
document.write( "\n" );
document.write( "This is just one sample problem for my homework. I cannot seem to understand the process to answering these questions. Please show all formulas and calculations so that I can learn from this \n" );
document.write( "
Algebra.Com's Answer #413635 by stanbon(75887) ![]() You can put this solution on YOUR website! CRA CDs Inc. wants the mean lengths of the \"cuts\" on a CD to be 135seconds (2 min 15 sec). This will allow the disk jockeys to have plenty of time for commercials within each 10-minute segment.Assume the distribution of the length of the cuts follows the normal distribution with a population standard deviation of 8 seconds. Suppose we select a sample of 16 cuts from various CDs sold by CRA CDs Inc. \n" ); document.write( "a) What can we say about the shape of the distribution of the sample mean? \n" ); document.write( "According to the Central Limit Theorem: \n" ); document.write( "The mean of the sample means = the mean of the population = 135 sec \n" ); document.write( "The std of the sample means = 8/sqrt(16) = 4 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "b) What is the standard error of the mean? \n" ); document.write( "standard error = std of the sample means = 4 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "c) What percent of the sample means will be greater than 140 seconds? \n" ); document.write( "z(140) = (140-135)/4 = 5/4 \n" ); document.write( "P(x-bar > 140) = P(z > 5/4) = normalcdf(5/4,100) = 0.1056 \n" ); document.write( "----------------------------------------------------------- \n" ); document.write( "d) What percent of the sample means will be greater than 128 seconds? \n" ); document.write( "z(128) = (128-135)/4 = -7/4 \n" ); document.write( "P(x-bar > 128) = P(z > -7/4) = normalcdf(-7/4,100) = 0.9599 \n" ); document.write( "=============================================================== \n" ); document.write( "e) What percent of the sample means will be greater than 128 but less than 140 seconds? \n" ); document.write( "Ans: = P(-7/4 < z < 5/4) = normalcdf(-7/4,-5/4) = 0.8543 \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |