document.write( "Question 1045311: In a duel between X and Y both duelists have 2 bullets. The first one to shoot is X, with a chance to hit of 30%, afterwards if X missed Y shoots with a chance to hit of 60%, afterwards if Y missed X shoots with a chance to hit of 40% and finally if X missed Y shoots with a chance to hit of 50%. What is the probability that Y will hit X? \n" ); document.write( "
Algebra.Com's Answer #660760 by ikleyn(52908) You can put this solution on YOUR website! . \n" ); document.write( "In a duel between X and Y both duelists have 2 bullets. The first one to shoot is X, with a chance to hit of 30%, \n" ); document.write( "afterwards if X missed Y shoots with a chance to hit of 60%, \n" ); document.write( "afterwards if Y missed X shoots with a chance to hit of 40% and \n" ); document.write( "finally if X missed Y shoots with a chance to hit of 50%. \n" ); document.write( " What is the probability that Y will hit X? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I think it is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(1-0.3)*0.6 + (1-0.3)*0.4*(1-0.4)*0.5 = 0.504.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |