document.write( "Question 275558: The average age of a vehicle registered in the United States is 8 years, or 96 months. Assume the standard deviation is 16 months. If a random sample of 36 vehicles is selected, find the probability that the mean of their age is between 90 and 100 months.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #200971 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The average age of a vehicle registered in the United States is 8 years, or 96 months. Assume the standard deviation is 16 months. If a random sample of 36 vehicles is selected, find the probability that the mean of their age is between 90 and 100 months. \r \n" ); document.write( "\n" ); document.write( "----- \n" ); document.write( "Find the t-scores of 90 and 100. \n" ); document.write( "--- \n" ); document.write( "t(90) = (90-96)/[16/sqrt(36)] \n" ); document.write( "= -6/(16/6) = - 2.25 \n" ); document.write( "--------------------------- \n" ); document.write( "t(100) = (100-96)/[16/36)] = 4*6/16 = 1.5 \n" ); document.write( "---------------------------- \n" ); document.write( "P(90 < t-bar < 100) = P(-2.25< t < 1.5) = tcdf(-2.25,1.5,35) = 0.9133 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |