document.write( "Question 1088948: A document is signed with an ElGamal signature. The probability that a signature is forged is (.1). Find the probability that at least one of the three Rob’s signatures is forged. \n" ); document.write( "
Algebra.Com's Answer #703301 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we can use the binomial probability distribution \n" ); document.write( ": \n" ); document.write( "Probability (P) (k successes out of n trials) = nCk * p^k * (1-p)^(n-k) \n" ); document.write( ": \n" ); document.write( "Note that nCk = n! / (k! * (n-k)!), p = 0.1, n = 3 \n" ); document.write( ": \n" ); document.write( "P (at least one of the 3 signatures is forged) = 1 - P(k=0 out of 3 trials) \n" ); document.write( ": \n" ); document.write( "P(k=0 out of 3 trials) = 3C0 * (0.1)^0 * (1-0.1)^(3-0) = 0.729 \n" ); document.write( ": \n" ); document.write( "****************************************************************** \n" ); document.write( "P (at least one of the 3 signatures is forged) = 1 - 0.729 = 0.271 \n" ); document.write( "****************************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |