document.write( "Question 559339: students recieve 1 of 4 versons of a math test (a,b,c,d). whats the probability that at least 3 of the 5 students tested will get version A? \n" ); document.write( "
Algebra.Com's Answer #363366 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
students receive 1 of 4 versons of a math test (a,b,c,d). whats the probability that at least 3 of the 5 students tested will get version A?
\n" ); document.write( "------------------------------
\n" ); document.write( "Binomial Problem with n = 5 and p(version a) = 1/4
\n" ); document.write( "----
\n" ); document.write( "P(x = 3) = 5C3*(1/4)^3*(3/4)^2 = binompdf(5,1/4,3) = 0.0879
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );