document.write( "Question 108364: Suppose that 68% of married couples paid for their honeymoon themselves. You randomly select 6 couples and ask each if they paid for their honeymoon themselves. Find the probability that the number of couples who say they paid for their honeymoon themselves (A) exactly 4 couples, (B) more than 4 couples, and (C) at most 4 couples. \n" ); document.write( "
Algebra.Com's Answer #78995 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Suppose that 68% of married couples paid for their honeymoon themselves. You randomly select 6 couples and ask each if they paid for their honeymoon themselves.
\n" ); document.write( "Find the probability that the number of couples who say they paid for their honeymoon themselves
\n" ); document.write( "(A) exactly 4 couples, = binompdf(6.0.68,4) = 0.3284...
\n" ); document.write( "(B) more than 4 couples,= 1 - binomcdf(6,0.68,4) = 0.67158...
\n" ); document.write( "(C) at most 4 couples. = binomcdf(6,0.68,4) =0.621977...
\n" ); document.write( "===========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );