document.write( "Question 868729: A survey found that people keep their television sets an average of 5.8 years with standard deviation of 2.7 years and also that the data was approximately normally distributed. Calculate the probability that a person who has decided to buy a new television set has owned the old one
\n" );
document.write( "a. more than 8.9 years. b. between 2.6 and 7.4 years. \n" );
document.write( "
Algebra.Com's Answer #523781 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a) normalcdf(8.9,100, 5.8, 2.7) |100 a placeholder \n" ); document.write( "b) normalcdf(2.6,7.4, 5.8, 2.7) \n" ); document.write( " |