document.write( "Question 310719: A travel club has 200 members. Is 50 members are picked at random each year to go on a trip, what is the probability that a member is picked 3 times in a row? \n" ); document.write( "
Algebra.Com's Answer #222231 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
P(pick)=50/200=1/4
\n" ); document.write( "P(pick,pick,pick)=(1/4)(1/4)(1/4)=1/64
\n" ); document.write( "
\n" );