document.write( "Question 1082107: The amount of tea leaves in a can from a particular production line is normally distributed with μ = 110 grams and σ= 25 grams. A sample of 25 cans is to be selected. So, the middle 70% of all sample means will fall between what two values? \n" ); document.write( "
Algebra.Com's Answer #696190 by Boreal(15235) You can put this solution on YOUR website! The z-value for 0.1500 is -1.035 from the table. \n" ); document.write( "So for the middle 70%, it is between -1.035 and +1.035 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.035*sd=(x-mean) \n" ); document.write( "25.875=x-mean \n" ); document.write( "x=110+25.875 or 135.875 top end \n" ); document.write( "x=110-25.875 or 84.125 bottom end \n" ); document.write( "range of middle 70% is (84, 136) gms \n" ); document.write( " |