document.write( "Question 211051: Can anyone help me with the below word problem. Is it standard deviation?\r
\n" );
document.write( "\n" );
document.write( "The weights of the full-grown adult male South American tapir are normally distributed with a mean of 525 pounds and a standard deviation of 35 pounds. What is the probability that
\n" );
document.write( "a) A randomly selected full-grown adult male tapir weighs at least 550 pounds?
\n" );
document.write( "b) A randomly selected full-grown adult male tapir weighs less than 450 pounds? \n" );
document.write( "
Algebra.Com's Answer #159460 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The weights of the full-grown adult male South American tapir are normally distributed with a mean of 525 pounds and a standard deviation of 35 pounds. What is the probability that \n" ); document.write( "----------- \n" ); document.write( "Comment: You either have to use a z-table or a calculator to get these \n" ); document.write( "answers. I use a TI-84 \n" ); document.write( "----------------------------- \n" ); document.write( "a) A randomly selected full-grown adult male tapir weighs at least 550 pounds? \n" ); document.write( "Ans: 1 - normalcdf(0,550,525,35) = 0.2375 \n" ); document.write( "OR \n" ); document.write( "z(550)=(550-525)/35 = 0.714 \n" ); document.write( "P(x>=550) = P(z>=0.714) = 0.2376\r \n" ); document.write( "\n" ); document.write( "====================================================== \n" ); document.write( "b) A randomly selected full-grown adult male tapir weighs less than 450 pounds? \n" ); document.write( "Ans: normalcdf(0,450,525,35) = 0.0161 \n" ); document.write( "z(450)= (450-525)/35 = -2.143 \n" ); document.write( "P(x<45) = P(z<-2.143) = 0.0161... \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |