document.write( "Question 925371: An electronics firm believes that 70% of the new products they market will be successful. if the company markets 80 products in the next 5 years, find the probability that in that time:
\n" );
document.write( "A) at least 60 products will be successful
\n" );
document.write( "B) at most 50 products will be successful.
\n" );
document.write( "C) between 55 and 59 products, inclusive, will be successful. \n" );
document.write( "
Algebra.Com's Answer #561477 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(successful) = .70, n = 80 \n" ); document.write( "Re TY, You need a Calculator for cumulative Probabilities,,,YOurs or on-line \n" ); document.write( "Can Recommend stattrek.com as an excellent reference \n" ); document.write( "...... \n" ); document.write( "Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "...... \n" ); document.write( "P(x ≥ 60) = 1 - binomcdf(80, .70, 59) = 1 - .8022 \n" ); document.write( "P(x ≤ 50) = binomcdf(80, .70, 50) = .0916 \n" ); document.write( "P( 55 ≤ x ≤ 59) = binomcdf(80, .70 59) - binomcdf(80, .70 54) = .8022-.3521 \n" ); document.write( " |