document.write( "Question 75537: In a recent study 90 percent of the homes in the United States were found to have color TVs. In a sample of nine homes, what is the probability that:\r
\n" );
document.write( "\n" );
document.write( "a. All nine have color TVs?\r
\n" );
document.write( "\n" );
document.write( "b. Less than five have color TVs?\r
\n" );
document.write( "\n" );
document.write( "c. More than five have color TVs?\r
\n" );
document.write( "\n" );
document.write( "d. At least seven homes have color TVs?\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "Thank You
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #54201 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a recent study 90 percent of the homes in the United States were found to have color TVs. In a sample of nine homes, what is the probability that: \n" ); document.write( "p(have color TV)=0.9 \n" ); document.write( "-------------------------- \n" ); document.write( "a. All nine have color TVs? \n" ); document.write( "0.9^9=0.3874 \n" ); document.write( "----------------------- \n" ); document.write( "b. Less than five have color TVs? \n" ); document.write( "binomcdf(9,0.9,4)=0.0008909 \n" ); document.write( "---------------------- \n" ); document.write( "c. More than five have color TVs? \n" ); document.write( "1-binomcdf(9,0.9,5)=0.99166 \n" ); document.write( "-------------------- \n" ); document.write( "d. At least seven homes have color TVs? \n" ); document.write( "1-binomcdf(9.0,9,6)=0.94703 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |