document.write( "Question 874745: 26% of couples who plan to marry. In random sample of 12 couples, who plans to marry, find the probability. A. At least 6 couples will have a destination wedding. \r
\n" );
document.write( "\n" );
document.write( "X is greater than or equal to 6.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #527679 by ewatrrr(24785) You can put this solution on YOUR website! p = .26 n = 12 \n" ); document.write( "P( x ≥ 6) = 1 - binomcdf(12, .26, 5) = .0646 0r 6.46% \n" ); document.write( " |