document.write( "Question 852488: the probability that a person will be right handed is 65%. Find the probility of that, if 5 people are selected, at least 1 will be left handed. \n" ); document.write( "
Algebra.Com's Answer #513402 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Using TI P(x ≥ 1) The syntax is 1 – binomcdf(n, p, largest x-value).
\n" ); document.write( "p = .65, n = 5
\n" ); document.write( "P(x ≥ 1) = 1 – binomcdf(5,.65,0)
\n" ); document.write( "0r using \"P+%28x%29=+nCx%28p%5Ex%29%28q%29%5E%28n-x%29+\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "P(x ≥ 1) = 1 - P(0)= 1 - (.35)^5
\n" ); document.write( " \n" ); document.write( "
\n" );