document.write( "Question 1054817: You toss a coin 142 times. Find the probability that exactly 71of the 142 tosses will be heads. \n" ); document.write( "
Algebra.Com's Answer #670002 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(heads) = 1/2 = .5, n = 142 \n" ); document.write( "P(x = 71)= binompdf(142, .5, 71) \n" ); document.write( "0r \n" ); document.write( " |