document.write( "Question 1138187: he weight of potatoes produced by one particular farm are found to be approximately normally distributed, with the mean weight of 147 g and a standard deviation of 23g.
\n" );
document.write( "What proportion of the potatoes produced by this farm will weigh less than 160 g ?\r
\n" );
document.write( "\n" );
document.write( "and Of all the potatoes produced on the farm, 5% are considered too light. What is the maximum weight that will be considered too light? \n" );
document.write( "
Algebra.Com's Answer #756030 by Boreal(15235) You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "z<(160-147)/23 or < 13/23 \n" ); document.write( "probability is 0.7140\r \n" ); document.write( "\n" ); document.write( "the 5%ile is a z of -1.645 \n" ); document.write( "-1.645=(x-147)/23 \n" ); document.write( "-37.8=x-147 \n" ); document.write( "x=109.2 g \n" ); document.write( " \n" ); document.write( " |