document.write( "Question 1162983: Two marksmen shoot at a target simultaneously. Shooter A is known to have a 70% chance
\n" );
document.write( "of hitting the target on any attempt. Person B has 40% accuracy. After the target is hit for the first time,
\n" );
document.write( "it is revealed that A shot 5 shots while B shot 12. What is the probability that it was A who hit the target?
\n" );
document.write( "What is the probability that person B hit the target? (Assume that accuracies of the shots remain the same
\n" );
document.write( "and are independent of other shots by either person.) \n" );
document.write( "
Algebra.Com's Answer #786914 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Two marksmen shoot at a target simultaneously. Shooter A is known to have a 70% chance \n" ); document.write( "of hitting the target on any attempt. Person B has 40% accuracy. After the target is hit for the first time, \n" ); document.write( "it is revealed that A shot 5 shots while B shot 12. What is the probability that it was A who hit the target? \n" ); document.write( "What is the probability that person B hit the target? \n" ); document.write( "(Assume that accuracies of the shots remain the same and are independent of other shots by either person.) \n" ); document.write( "~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "We are given that EITHER A hits the target first time at his 5-th shot,\r\n" ); document.write( "\r\n" ); document.write( " OR B hits the target first time at his 12-th shot,\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "but we do not know exactly who did it first, A or B.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Also notice that this \"OR\" is EXCLUSIVE: either A or B, but not both.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The probability that A hits the target first time with his 5-th shoot AND B do not hit target with his 12 shoots is \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " P(A, 5+; B, 12-) = 0.7*(1-0.7)^4 * (1-0.4)^12 = 0.7*0.3^4 * 0.6^12 = 0.00001234.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The probability that B hits the target first time with his 12-th shoot AND A do not hit target with his 5 shoots is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " P(B, 12+; A, 5-) = 0.4*(1-0.4)^11 * (1-0.7)^5 = 0.4*0.6^11 * 0.3^5 = 0.00000353.\r\n" ); document.write( "\r\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The probability that it is A who hits the target first is \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " P(A, 5+; B, 12-) / ( P(A, 5+; B, 12-) + P(B, 12+; A,5-) ) =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |