document.write( "Question 557258: 70% of Valorites can answer the previous question correctly, suppose you select 3 Valorites at random, what is the probability that at least one of the 3 can answer correctly? \n" ); document.write( "
Algebra.Com's Answer #362510 by stanbon(75887) ![]() You can put this solution on YOUR website! 70% of Valorites can answer the previous question correctly, suppose you select 3 Valorites at random, what is the probability that at least one of the 3 can answer correctly? \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 3 and p(correct) = 0.7 \n" ); document.write( "---- \n" ); document.write( "P(1 <= x <= 3) \n" ); document.write( "= 1 - P(x=0) \n" ); document.write( "= 1- 3C0(0.7)^0(0.3)^(3) \n" ); document.write( "= 1 - 0.3^3 \n" ); document.write( "= 0.973 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================================= \n" ); document.write( " |