document.write( "Question 1126908: Suppose the heights of men are normally distributed with mean, μ= 70 inches, and standard deviation , σ= 6 inches. Suppose admission to a summer basketball camp requires that a camp participant must be in the top 15 % of men's heights, what is the minimum height that a camp participant can have in order to meet the camp's height admission requirement?
\n" );
document.write( "Answer: inches \n" );
document.write( "
Algebra.Com's Answer #743239 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The top 15% occur at z=+1.035 \n" ); document.write( "Minimum height will be at that level or \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.035*6=x-mean \n" ); document.write( "x=70+6.210=76.21 inches \n" ); document.write( " |