document.write( "Question 851656: Beechwood forests in East Central Europe are
\n" );
document.write( "being threatened by dynamic changes in land ownership and economic upheaval. The
\n" );
document.write( "current status of the beech tree species in this area was evaluated by Hungarian uni-
\n" );
document.write( "versity professors in Applied Ecology and Environmental Research (Vol. 1, 2003). The
\n" );
document.write( "researchers found that 25% of the beech trees in East Central Europe have been damaged
\n" );
document.write( "by fungi. Consider a sample of 20 beech trees from this area.
\n" );
document.write( "1. For any randomly selected beech tree in this area, what is the chance it has been
\n" );
document.write( "damaged by fungi?
\n" );
document.write( "2. Let X denote the number of beech trees, out of the sample, that are damaged by
\n" );
document.write( "fungi. What is the distribution of X? (Specify name and parameter values of
\n" );
document.write( "the X distribution).
\n" );
document.write( "3. What is the variance of X i.e. V(X)?
\n" );
document.write( "4. Use the PMF of X to calculate probability that in the sample there are trees
\n" );
document.write( "damaged by fungi i.e. P(X 6= 0)
\n" );
document.write( "5. Given that there are trees damaged by fungi, what is the probability only one tree
\n" );
document.write( "is damaged? \n" );
document.write( "
Algebra.Com's Answer #512916 by stanbon(75887) ![]() You can put this solution on YOUR website! Researchers found that 25% of the beech trees in East Central Europe have been damagedby fungi. \n" ); document.write( "Consider a sample of 20 beech trees from this area. \n" ); document.write( "1. For any randomly selected beech tree in this area, what is the chance it has beend amaged by fungi?:: Ans: 0.25 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "2. Let X denote the number of beech trees, out of the sample, that are damaged by fungi. What is the distribution of X? (Specify name and parameter values of \n" ); document.write( "the X distribution). \n" ); document.write( "Ans: Binomial because each tree is either fungal of not fungal \n" ); document.write( "with probability = 0.25 for each tree. \n" ); document.write( "The mean of each binomial distribution = np \n" ); document.write( "In your problem n = 20 and p = 0.25 \n" ); document.write( "So mean = 20(0.25) = 5 \n" ); document.write( "----- \n" ); document.write( "The standard deviation of each binomial distribution is sqrt(npq) \n" ); document.write( "So s = sqrt(npq) = 1.9365 \n" ); document.write( "----- \n" ); document.write( "3. What is the variance of X i.e. V(X) = s^2 = npq = 3.75 \n" ); document.write( "-------------------------------------- \n" ); document.write( "4. Use the PMF of X to calculate probability that in the sample there are trees \n" ); document.write( "damaged by fungi i.e. P(X = 6) \n" ); document.write( "P(X = 6) = 20C6(0.25)^6(0.75)^14 = binompdf(20,0.25,6) = 0.1686 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "5. Given that there are trees damaged by fungi, what is the probability only one tree is damaged? \n" ); document.write( "Question?:: P(x = 1) = 20C1(0.25)*(0.75)^19 = binompdf(20,0.25,1) = 0.0211 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |