document.write( "Question 133640This question is from textbook Statistics
\n" );
document.write( ": The average age of Amtrak passenger train cars is 19.4 years. If the distribution of ages is normal and 20% of the cars are older than 22.8 years, find the standard deviation. \n" );
document.write( "
Algebra.Com's Answer #98718 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The average age of Amtrak passenger train cars is 19.4 years. If the distribution of ages is normal and 20% of the cars are older than 22.8 years, find the standard deviation. \n" ); document.write( "------------------------------- \n" ); document.write( "mu = 19.4 \n" ); document.write( "Find the z-value associated with upper 20%: \n" ); document.write( "InvNorm(0.80) = 0.8416 \n" ); document.write( "Use z = (x-mu)/sigma to find sigma \n" ); document.write( "0.8416 = (22.8-19.4)/sigma \n" ); document.write( "sigma = (22.8-19.4)/0.8416 \n" ); document.write( "sigma = (3.4)/0.8416 = 4.0399 \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |