document.write( "Question 286506: A man can hit a target once in 4 shots. If he fires 4 shots in succession, what is the probability that he will hit his target? \n" ); document.write( "
Algebra.Com's Answer #207800 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "1 - P(he misses all four times)\r\n" );
document.write( "\r\n" );
document.write( "Probability of a hit in one shot = \"1%2F4\"\r\n" );
document.write( "Probability of a miss in one shot = \"1-1%2F4=3%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "1 - P(misses 1st time AND misses 2nd time AND misses 3rd time AND misses 4th time)\r\n" );
document.write( "\r\n" );
document.write( "\"AND\" means \"MULTIPLY\":\r\n" );
document.write( "\r\n" );
document.write( "1 - P(misses 1st time)*P(misses 2nd time)*P(misses 3rd time)*P(misses 4th time)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "or about 68% of the time.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );