document.write( "Question 1204164: Engineers must consider the breadths of male heads when designing helmets. The company researchers have determined that the population of potential clientele have head breadths that are normally distributed with a mean of 5.7-in and a standard deviation of 0.9-in. Due to financial constraints, the helmets will be designed to fit all men except those with head breadths that are in the smallest 2.2% or largest 2.2%.
\n" ); document.write( "What is the minimum head breadth that will fit the clientele?
\n" ); document.write( "min =\r
\n" ); document.write( "\n" ); document.write( "What is the maximum head breadth that will fit the clientele?
\n" ); document.write( "Max=
\n" ); document.write( "

Algebra.Com's Answer #840419 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
for 2.2% on either side, this is a z=-2.015 and z=2.015
\n" ); document.write( "distance from the mean is z*sigma or 2.015*0.9=1.8135 in or 1.81 inches
\n" ); document.write( "the minimum is 3.89 in, the maximum is 7.51 inches
\n" ); document.write( "can check with normalcdf (3.89,7.51,5.7,0.9)
\n" ); document.write( "
\n" ); document.write( "
\n" );