document.write( "Question 1198546: a What is the probability that the painting and building of the scenery takes exactly
\n" );
document.write( "13 days?
\n" );
document.write( "b What is the probability that the three tasks together take exactly 19 days?
\n" );
document.write( "A school is staging a musical and must have the scenery and programs ready for
\n" );
document.write( "the opening night. The following probabilities are estimated for the duration of the
\n" );
document.write( "activities
\n" );
document.write( "Task 5 days 6 days 7 days
\n" );
document.write( "Build scenery 0.1 0.45 0.45
\n" );
document.write( "Paint scenery 0.3 0.4 0.3
\n" );
document.write( "Print programs 0.5 0.3 0.2 \n" );
document.write( "
Algebra.Com's Answer #848281 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! **a) Probability that painting and building the scenery takes exactly 13 days**\r \n" ); document.write( "\n" ); document.write( "* **Possible combinations:** \n" ); document.write( " * Build: 5 days, Paint: 8 days \n" ); document.write( " * Build: 6 days, Paint: 7 days \n" ); document.write( " * Build: 7 days, Paint: 6 days\r \n" ); document.write( "\n" ); document.write( "* **Calculate probabilities:** \n" ); document.write( " * Build: 5 days, Paint: 8 days: 0.1 (Build) * 0 (Paint) = 0 \n" ); document.write( " * Build: 6 days, Paint: 7 days: 0.45 (Build) * 0.3 (Paint) = 0.135 \n" ); document.write( " * Build: 7 days, Paint: 6 days: 0.45 (Build) * 0.4 (Paint) = 0.18\r \n" ); document.write( "\n" ); document.write( "* **Total probability:** 0 + 0.135 + 0.18 = 0.315\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that painting and building the scenery takes exactly 13 days is 0.315.**\r \n" ); document.write( "\n" ); document.write( "**b) Probability that all three tasks together take exactly 19 days**\r \n" ); document.write( "\n" ); document.write( "* **Possible combinations:** \n" ); document.write( " * Build: 5 days, Paint: 6 days, Print: 8 days \n" ); document.write( " * Build: 5 days, Paint: 7 days, Print: 7 days \n" ); document.write( " * Build: 6 days, Paint: 5 days, Print: 8 days \n" ); document.write( " * Build: 6 days, Paint: 6 days, Print: 7 days \n" ); document.write( " * Build: 6 days, Paint: 7 days, Print: 6 days \n" ); document.write( " * Build: 7 days, Paint: 5 days, Print: 7 days \n" ); document.write( " * Build: 7 days, Paint: 6 days, Print: 6 days\r \n" ); document.write( "\n" ); document.write( "* **Calculate probabilities for each combination:** \n" ); document.write( " * (0.1 * 0.4 * 0.2) + (0.1 * 0.3 * 0.2) + (0.45 * 0.3 * 0.2) + (0.45 * 0.4 * 0.2) + (0.45 * 0.3 * 0.3) + (0.45 * 0.3 * 0.2) + (0.45 * 0.4 * 0.3) = 0.231\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that all three tasks together take exactly 19 days is 0.231.** \n" ); document.write( " \n" ); document.write( " |