document.write( "Question 1136413: For a certain type of computers, the length of time between charges of the battery is normally distributed with a mean of 51.3 hours and a standard deviation of 13.5 hours.\r
\n" );
document.write( "\n" );
document.write( "3% of the computers have a length of time more than k hours. Find the value of k.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #754182 by Boreal(15235) You can put this solution on YOUR website! the 97%ile has z=+1.88 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.88=(x-51.3)/13.5 \n" ); document.write( "25.38=x-51.3 \n" ); document.write( "x=76.4 hours \n" ); document.write( "or k=76.4 hours \n" ); document.write( " |