document.write( "Question 231555: \"J.D power and associates says that 60 percent of car buyers now use the internet
\n" ); document.write( "for research and price comparisons.
\n" ); document.write( "Find the probability in a sample of 8 car buyers that:(A) all 8 use the internet (B) at least 5 will use the internet (C) more than 4 will use the internet (D)2 or more will use the internet (E) The expected number of car buyers who will use the internet (F) The Standard deviation of the buyers who will use the internet\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #171436 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
\"J.D power and associates says that 60 percent of car buyers now use the internet
\n" ); document.write( "for research and price comparisons.
\n" ); document.write( "Find the probability in a sample of 8 car buyers that:
\n" ); document.write( "(A) all 8 use the internet
\n" ); document.write( "Ans: 0.6^8
\n" ); document.write( "--------------------------
\n" ); document.write( "(B) at least 5 will use the internet
\n" ); document.write( "Ans: 1 - binomcdf(8,0.6,4)
\n" ); document.write( "--------------------------
\n" ); document.write( "(C) more than 4 will use the internet
\n" ); document.write( "Ans: same as (B)
\n" ); document.write( "--------------------------
\n" ); document.write( "(D)2 or more will use the internet
\n" ); document.write( "Ans: 1 - binomcdf(8,0.6,1)
\n" ); document.write( "--------------------------
\n" ); document.write( "(E) The expected number of car buyers who will use the internet
\n" ); document.write( "Ans: np = 8*0.6 = 0.48
\n" ); document.write( "-----------------------------
\n" ); document.write( "(F) The Standard deviation of the buyers who will use the internet\"
\n" ); document.write( "Ans: sqrt(npq) = sqrt(0.48*0.4) = 1.3856
\n" ); document.write( "=============================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );