document.write( "Question 865435: jim and bill bike like to shoot targets . jim ca hit a target with probability of 0.8 , while bill can hit a target with 0.7 . if both fire at a target at the same time , what is the probability that the target is hit at least once? \n" ); document.write( "
Algebra.Com's Answer #521689 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The probability that jim fails to hit the target is 1-0.8 = 0.2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability that bill fails to hit the target is 1-0.7 = 0.3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability they both fail to hit their target is 0.2*0.3 = 0.06\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability that this doesn't happen, ie one of them (or both) succeed, is 1 - 0.06 = 0.94 \n" ); document.write( " |