document.write( "Question 832074: a basketball player shoots free throws and makes them with probability 1/7. what is probability of the event the player will miss three in a row \n" ); document.write( "
Algebra.Com's Answer #502011 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Who's this player? Shaquille O'Neal.
\n" ); document.write( "P(make)=\"1%2F7\"
\n" ); document.write( "P(miss)=\"1-1%2F7=6%2F7\"
\n" ); document.write( "For three misses in a row,
\n" ); document.write( "P(3 misses)=P(miss)*P(miss)*P(miss)=\"%286%2F7%29%2A%286%2F7%29%2A%286%2F7%29=216%2F343\"
\n" ); document.write( "
\n" );