document.write( "Question 1206968: A researcher wishes to conduct a study of the color preference of new car buyers. Suppose that 30% of this population prefers the color brown. If 14 buyers are randomly selected, what is the probability that at least 3 buyers would prefer brown? Round your answer to the nearest ten-thousandth, if necessary. \n" ); document.write( "
Algebra.Com's Answer #844721 by math_tutor2020(3816)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Answer: 0.8392\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Explanation\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Binomial formula
\n" ); document.write( "B(x) = (nCx)*(p^x)*(1-p)^(n-x)
\n" ); document.write( "where,
\n" ); document.write( "n = sample size = 14
\n" ); document.write( "p = probability a person prefers a brown car = 0.30
\n" ); document.write( "x = number of people who prefer a brown car
\n" ); document.write( "x spans from x = 0 to x = 14.
\n" ); document.write( "i.e. x is from the set {0,1,2,..,13,14}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The nCx refers to the nCr combination formula.
\n" ); document.write( "Some textbooks call it the \"choose\" formula. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's compute the binomial probability that x = 0 people prefer a brown car.
\n" ); document.write( "B(x) = (nCx)*(p^x)*(1-p)^(n-x)
\n" ); document.write( "B(x) = (14Cx)*(0.3^x)*(1-0.3)^(14-x)
\n" ); document.write( "B(0) = (14C0)*(0.3^0)*(0.7)^(14-0)
\n" ); document.write( "B(0) = (1)*(0.3^0)*(0.7)^(14-0)
\n" ); document.write( "B(0) = 0.00678223 which is approximate
\n" ); document.write( "There's about a 0.678% chance of 0 people in the sample preferring a brown car (i.e. that everyone in the sample prefers some other color than brown).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Follow similar steps for x = 1 and x = 2 to find:
\n" ); document.write( "B(1) = 0.04069338
\n" ); document.write( "B(2) = 0.11336014
\n" ); document.write( "These values are approximate.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then,
\n" ); document.write( "B(0)+B(1)+B(2) = 0.00678223 + 0.04069338 + 0.11336014 = 0.16083575
\n" ); document.write( "There's about a 16.08% chance of selecting between x = 0 and x = 2 people who prefer a brown car.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtract this from 1 to get the final answer. This is because:
\n" ); document.write( "B(0)+B(1)+B(2) + B(3)+B(4)+B(5)+...+B(13)+B(14) = 1
\n" ); document.write( "which leads to
\n" ); document.write( "B(3)+B(4)+B(5)+...+B(13)+B(14) = 1- ( B(0)+B(1)+B(2) )
\n" ); document.write( "The stuff in red is the answer we want while the stuff in blue is what we calculated earlier.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So,
\n" ); document.write( "1 - 0.16083575 = 0.83916425
\n" ); document.write( "This rounds to 0.8392 when rounding to the nearest ten-thousandth aka rounding to 4 decimal places.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As the other tutor mentions, there are fast shortcuts using technology.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "TI83 or TI84:
\n" ); document.write( "1 - binomCDF(14, 0.3, 2)
\n" ); document.write( "The binomCDF function is found by pressing the button labeled \"2nd\" and then the VARS key.
\n" ); document.write( "Scroll down a bit until you find the function. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Spreadsheet:
\n" ); document.write( "=1-BinomDist(2,14,0.3,1)
\n" ); document.write( "Don't forget about the equal sign up front. If that isn't typed in, then the spreadsheet will think you are entering plain text, and the formula will not evaluate.
\n" ); document.write( "The \"1\" at the end of the command tells the spreadsheet to use a CDF rather than a PDF.
\n" ); document.write( "Refer to the help manual for more information.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "GeoGebra:
\n" ); document.write( "Open up the probability calculator viewport and select \"binomial\" under the list of distributions.
\n" ); document.write( "Type in the parameters n = 14, p = 0.3 and you should see a table of values show up.
\n" ); document.write( "Select values x = 3 through x = 14 to have it add up the proper B(x) values we want.
\n" ); document.write( "Or you can type 3 and 14 into the input boxes that correspond to P(__ < x < ___) \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are many online calculators that are great alternatives.
\n" ); document.write( "Feel free to explore your favorite.
\n" ); document.write( "
\n" ); document.write( "
\n" );