document.write( "Question 1203260: Alonzo, Bob, and Casper work bussing tables at a restaurant. Alonzo has a 60% chance, Bob has a 10% chance, and Casper has a 30% chance of bussing tables in the middle area of the restaurant. If Alonzo is bussing tables, he has a 6% chance of breaking a dish. If Bob is bussing tables, he has a 2% chance of breaking a dish. Finally, if Casper is bussing tables, he has a 4% chance of breaking a dish. If there is a broken dish in the middle of the restaurant, what is the probability it was broken by Casper?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Multiple Choice
\n" );
document.write( "0.012
\n" );
document.write( "0.040
\n" );
document.write( "0.240
\n" );
document.write( "0.720 \n" );
document.write( "
Algebra.Com's Answer #838684 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Maybe the student could see it better if we explained it in terms of \"AND usually\r\n" ); document.write( "means MULITIPLY\" and \"OR usually means ADD\". The desired probability is:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " P(\"C bussed\" AND \"C broke dish\")\r\n" ); document.write( "--------------------------------------------------------------------------------------------------------\r\n" ); document.write( "P[(\"A bussed\" AND \"A broke dish\") OR (\"B bussed\" AND \"B broke dish\") OR (\"C bussed\" AND \"C broke dish\")]\r\n" ); document.write( "\r\n" ); document.write( "which means that we perform these operations:\r\n" ); document.write( "\r\n" ); document.write( " P(\"C bussed\") x P(C broke dish\")\r\n" ); document.write( "---------------------------------------------------------------------------------------------------------\r\n" ); document.write( "P(\"A bussed\") x P(\"A broke dish\") + P(\"B bussed\") x P(\"B broke dish\") + P(\"C bussed\") x P(\"C broke dish\")\r\n" ); document.write( "\r\n" ); document.write( " 0.3 x 0.04\r\n" ); document.write( " ------------------------------------\r\n" ); document.write( " 0.6 x 0.06 + 0.1 x 0.02 + 0.3 x 0.04 \r\n" ); document.write( "\r\n" ); document.write( "which comes out to be 0.24.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |