document.write( "Question 1055179: In a recent year, the rate of U.S. home ownership was 65.9%. Choose a random sample of 120 households across the United States. What is the probability that 65 to 85(inclusive) of them live in homes that they own? \n" ); document.write( "
Algebra.Com's Answer #670382 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p = 65.9, n = 120
\n" ); document.write( "P( 65 ≤ x ≤ 85) = P(x<=85) - P(x<=64)
\n" ); document.write( "P(x<=85) = binomcdf(120,.659,85)
\n" ); document.write( "P(x<=64) = binomcdf(120,.659,64)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );