document.write( "Question 1165741: Suppose that a manager of a large apartment complex provides the following subjective
\n" );
document.write( "probability
\n" );
document.write( "Vacancies ------ Probability
\n" );
document.write( " ----- 0 ------------- .05
\n" );
document.write( " ----- 1 ------------- .15
\n" );
document.write( " ----- 2 ------------- .35
\n" );
document.write( " ----- 3 ------------- .25
\n" );
document.write( " ----- 4 ------------- .10
\n" );
document.write( " ----- 5 ------------- .10
\n" );
document.write( "Provide the probability of each of the following events.
\n" );
document.write( "a. No vacancies
\n" );
document.write( "b. At least four vacancies
\n" );
document.write( "c. Two or fewer vacancies
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #790208 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"At least 4\" in this problem means either 4 or 5; \"two or fewer\" means 2 or 1 or 0. Since those are all \"OR\"s, add the individual probabilities. \n" ); document.write( "a. P(0) \n" ); document.write( "b. P(4)+P(5) \n" ); document.write( "c. P(2)+P(1)+P(0) \n" ); document.write( "You can do the simple arithmetic.... \n" ); document.write( " \n" ); document.write( " |