document.write( "Question 764344: If you run a red traffic light at an intersection, there is a .1 probability tha tyou will be given a traffic violation. If you runa red traffic light at this intersection five different times, what is the probability of getting at least one traffic violation?\r
\n" ); document.write( "\n" ); document.write( "I know the answer is .410, but please explain the process.
\n" ); document.write( "Thank you.
\n" ); document.write( "

Algebra.Com's Answer #465372 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
The probability of getting a ticket at least once is 1 - the probability of never getting a ticket.


\n" ); document.write( "The probability of not getting a ticket at each light is .9 (1 - probability of a ticket.) The sum of probabilities of n independent events (if each event probability is A) A^n.


\n" ); document.write( "The probability of not getting a ticket at five lights is .9^5.


\n" ); document.write( "The probability of getting at least one ticket is 1-.9^5 = 1-.59049 = .40951= approximately .410. \n" ); document.write( "

\n" );