document.write( "Question 1146910: It is asserted that 90 percent of the cars approaching an individual toll both in New Jersey are equipped with an E-Z pass transponder. Find the probability that in a 6 car sample.\r
\n" ); document.write( "\n" ); document.write( "At least 3 will have the transponder?
\n" ); document.write( "

Algebra.Com's Answer #768200 by ikleyn(52879)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "It is a binomial distribution type problem where the probability under the question is the sum\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     P = \"sum+%28C%286%2Ck%29%2Ap%5Ek%2Aq%5E%286-k%29%2Ck=3%2C6%29\"      (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number of trials is              6;\r\n" );
document.write( "The indexes of success trials        k = 3, 4, 5, 6.\r\n" );
document.write( "The probability of success trial     p = 0.9;\r\n" );
document.write( "                                     q = 1 - p = 0.1;\r\n" );
document.write( "C(n,k) = n! / (k! * (n-k)!)          are binomial coefficients.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The formula (1) is just a (ready to use) formal mathematical solution, and you may complete calculations manually.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "But in nova days the trend is to use TECHNOLOGY for such calculations.\r\n" );
document.write( "\r\n" );
document.write( "To use the Technology, notice that the sum  (1)  is equal to  1 - \"sum%28C%286%2Ck%29%2Ap%5Ek%2Aq%5E%286-k%29%2Ck=0%2C2%29\".     (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Instead of calculating every term of (1) or (2) manually and then summing them up, you may use Excel function \r\n" );
document.write( "\r\n" );
document.write( "BINOM.DIST(2, 6, 0.9, TRUE)  to calculate the value of  \"sum%28C%286%2Ck%29%2Ap%5Ek%2Aq%5E%286-k%29%2Ck=0%2C2%29\"  in one click\r\n" );
document.write( "\r\n" );
document.write( "    \"sum%28C%286%2Ck%29%2Ap%5Ek%2Aq%5E%286-k%29%2Ck=0%2C2%29\" = 0.00127.    \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Therefore, the value of  (2)  is equal to  1 - 0.00127 = 0.99873 (approximately).    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On Excel function BINOM.DIST, see its description everywhere, for example\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://support.office.com/en-us/article/binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );