document.write( "Question 1096463: what is the answer for :
\n" ); document.write( "For drivers aged 20-24 there is a 34% chance of having a car accident in a one year period (based on data from the National Safety Council). In a sample of 12 drivers aged 20-24, let X be the number who have had an accident in the last year. Consider the following probability distribution for X. Find P(x), when x = 5 \r
\n" ); document.write( "\n" ); document.write( "Given table
\n" ); document.write( "x P(x)
\n" ); document.write( "6 0.1180
\n" ); document.write( "7 0.0521
\n" ); document.write( "8 0.0168
\n" ); document.write( "9 0.0038
\n" ); document.write( "10 0.0006
\n" ); document.write( "11 0.0001
\n" ); document.write( "12 0.0000
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #710936 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "This is a binomial probability distribution problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The sample size is n = 12 and we want k = 5 to be the number of people who had an accident.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability of getting into an accident, for any given independent trial, is p = 0.34 (34% = 34/100 = 0.34)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Compute the combination value below
\n" ); document.write( "n C k = (n!)/(k!*(n-k)!)
\n" ); document.write( "12 C 5 = (12!)/(5!*(12-5)!)
\n" ); document.write( "12 C 5 = (12!)/(5!*7!)
\n" ); document.write( "12 C 5 = (12*11*10*9*8*7!)/(5!*7!)
\n" ); document.write( "12 C 5 = (12*11*10*9*8)/(5!)
\n" ); document.write( "12 C 5 = (12*11*10*9*8)/(5*4*3*2*1)
\n" ); document.write( "12 C 5 = 95040/120
\n" ); document.write( "12 C 5 = 792\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use that result to compute the binomial distribution value
\n" ); document.write( "P(X = k) = (n C k)*(p)^(k)*(1-p)^(n-k)
\n" ); document.write( "P(X = 5) = (12 C 5)*(0.34)^(5)*(1-0.34)^(12-5)
\n" ); document.write( "P(X = 5) = (12 C 5)*(0.34)^(5)*(0.66)^(7)
\n" ); document.write( "P(X = 5) = (792)*(0.34)^(5)*(0.66)^7
\n" ); document.write( "P(X = 5) = (792)*(0.0045435424)*(0.05455160701056)
\n" ); document.write( "P(X = 5) = 0.196303171236968\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Rounding to four decimal places, we get the final answer of 0.1963 (this answer is approximate)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This means that if we selected 12 people, then the chances that exactly five of them got into an accident last year is roughly 0.1963\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: 0.1963 is equivalent to 19.63%
\n" ); document.write( "
\n" ); document.write( "
\n" );