document.write( "Question 612428: U.S. Bureau of the Census data reveal the largest town in the State of OH has a population of one million families. The data show that acreage owned per family is normally distributed with a mean of 10.0 acres and a standard deviation of 1.5 acres. Calculate the following:\r
\n" ); document.write( "\n" ); document.write( "a. The percentage of families that own at least 8.1 acres.
\n" ); document.write( "b. The number of families that own at least 8.1 acres.
\n" ); document.write( "c. The percentage of families that own between 7.0 and 8.1 acres.
\n" ); document.write( "d. The minimum acreage owned by the 5% of families owning the largest amount of acreage.
\n" ); document.write( "e. If one family from the State of OH is selected at random, what is the probability that family owns more than 8.1 acres or less than 7.0 acres?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #385459 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "mean of 10.0 acres and a standard deviation of 1.5 acres.
\n" ); document.write( "using Excel function: NORMSDIST
\n" ); document.write( "a. percentage of families that own at least 8.1 acres: NORMSDIST(-.2667)· 100 = 10.263%
\n" ); document.write( "b. The number of families that own at least 8.1 acres: .10263(1M) = 102,630
\n" ); document.write( "c. The percentage of families that own between 7.0 and 8.1 acres.
\n" ); document.write( " (NORMSDIST(-.2667) - NORMSDIST(-2.00))100 = (.10263 -.02275)100 = 7.988%
\n" ); document.write( "d. The minimum acreage owned by the 5% of families owning the largest amount of acreage.
\n" ); document.write( "using Excel function: NORMSINV(0.05), z = -1.6449
\n" ); document.write( " -1.6449 = (X-10)/1.5
\n" ); document.write( " 7.5327 Acres = X
\n" ); document.write( "e. If one family from the State of OH is selected at random, what is the probability that family owns more than 8.1 acres or less than 7.0 acres?
\n" ); document.write( "P= (1-.1026) + .0228 = .9202
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "
\n" );