document.write( "Question 337603: when a golfer plays any hole,he will take 3 ,4,5,6,7 strokes with probabilities of 1/10,1/5,2/5,1/5,1/10 respectively and he never takes more than 7 strokes.find the probability of the following events
\n" ); document.write( "a)scoring 4 on each of the first three holes
\n" ); document.write( "b)scoring3,4,5(in that order)on the first three holes
\n" ); document.write( "c)scoring a total of 28 for the first four holes
\n" ); document.write( "d)scoring a total of 10 for the first three holes
\n" ); document.write( "e)scoring a total of 20 for the first three holes.
\n" ); document.write( "

Algebra.Com's Answer #815515 by shabbirhasnain(1)\"\" \"About 
You can put this solution on YOUR website!
a) 1/5 * 1/5 * 1/5 equals to 1/125
\n" ); document.write( "b) 1/10 * 1/5 * 2/5 equals to 1/125
\n" ); document.write( "c) 1/10 * 1/10 * 1/10 * 1/10 equals to 1/10000
\n" ); document.write( "
\n" );