document.write( "Question 281096: Edwin and Derek are archers. The probability that Edwin successfully hits a target is 0.7. The probability that Derek successfully hits a target is 0.6. Whenever they both shoot at a target, what is the probability that:\r
\n" );
document.write( "\n" );
document.write( "a) only one of them is successful\r
\n" );
document.write( "\n" );
document.write( "b) at least one of them is successful? \n" );
document.write( "
Algebra.Com's Answer #204245 by edjones(8007) You can put this solution on YOUR website! Prob that both will miss=0.3 * 0.4=.12 \n" ); document.write( "Prob that both will hit = 0.7 * 0.6 = .42 \n" ); document.write( "a) 1-(.42+.12)=.46 prob only one of them is successful. \n" ); document.write( "b) 1-.12=.88 prob at least one is successful. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |