document.write( "Question 852775: A study determined 6% of children under 18 years of age live with their father only . Find the probablitity that at most 2 persons selected at random from 14 children under 18 years of she live with their father only. The probability that at most 2 children live with their father only is ??? \n" ); document.write( "
Algebra.Com's Answer #513658 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .06, n = 14
\n" ); document.write( "Using TI ****(highly recommended for cumulative probabilities
\n" ); document.write( "P(x ≤ 2) = binomcdf(14, .06, 2)
\n" ); document.write( "Or
\n" ); document.write( "Using \"P+%28x%29=+highlight_green%28nCx%29%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "P(x ≤ 2)= P(0)+ P(1) + P(2) = .94^14 + 14(.06)^1(.94)^13 + 91(.06)^2(.94)^12 \n" ); document.write( "
\n" );