document.write( "Question 1159160: A physical fitness association is including the mile run in its secondary-school fitness test. The time for this event for boys in secondary school is known to possess a normal distribution with a mean of 470 seconds and a standard deviation of 50 seconds. Between what times do we expect most (approximately 95%) of the boys to run the mile? \n" ); document.write( "
| Algebra.Com's Answer #783422 by Boreal(15235)     You can put this solution on YOUR website! 95% is a z-score between -1.96 and 1.96 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.96=(x-570)/50 \n" ); document.write( "x-470=98 \n" ); document.write( "x=568 upper end (+98) \n" ); document.write( "x=372 lower end (-98) \n" ); document.write( "(372, 568) units seconds \n" ); document.write( " |