document.write( "Question 260675: A production line involves the useof three machines consecutively.The chance that the first machine will breakdown in any one week is 0.1,for the second machine to breakdown is 0.05 and for the third to breakdown is 0.025.What is the probability that(a)there will be no breakdown? b)at least vtwo of the machines break down in a certain week? \n" ); document.write( "
Algebra.Com's Answer #192021 by Theo(13342)![]() ![]() You can put this solution on YOUR website! p(first machine break down) = .1 \n" ); document.write( "p(second machine break down) = .05 \n" ); document.write( "p(third machine break down) = .025\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(first machine will not break down = 1 - .1 = .9 \n" ); document.write( "p(second machine will not break down = 1 - .05 = .95 \n" ); document.write( "p(third machine will not break down = 1 - .025 = .975\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that no machines will break down = .9 * .95 * .975 = .833625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that all 3 will break down = .1 * .05 * .025 = .000125\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that the first machine will break down DISABLED_event_only= .1 * .95 * .975 = .092625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that the second machine will break down DISABLED_event_only= .9 * .05 * .975 = .043875\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probabillity that the third machine will break down DISABLED_event_only= .9 * .95 * .025 = .021375\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that the first and second machine break down = .1 * .05 * .975 = .004875\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that the first and third machine break down = .1 * .95 * .025 = .002375\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that the second and third machine break down = .9 * .05 * .025 = .001125\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total probability is 1 as it should be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you had to do each scenario separately because the probability for each occurrence was different.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if they were the same, you could have used combination formulas as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assume probability for each of the machines to break down was the same.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula then would have been as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(0) = .9^3 * 1 = .729\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(1) = .1^1 * .9^2 * 3 = .243\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(2) = .1^2 * .9^1 * 3 = .027\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(3) = .1^3 * 1 = .001\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total probability = 1 as it should be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplication factors were based on combination formulas as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of possible ways to get 0 occurrences = c(3,0) = 3! / 0!*3! = 1 \n" ); document.write( "number of possible ways to get 1 occurrence = c(3,1) = 3! / 1!*2! = 3 \n" ); document.write( "number of possible ways to get 2 occurrences = c(3,2) = 3! / 2!*1! = 3 \n" ); document.write( "number of possible ways to get 3 occurrences = c(3,3) = 3! / 3!*0! = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your problem was more complex because each of the machines had a different probability of breaking down which is why each of the machines had to be treated differently.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you had 8 scenarios in each problem. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with your more complex problem you had to identify each of the scenarios uniquely because the probabilities for each were unique. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with my more simple problem you were able to combine 3 scenarios together for 1 occurrence and 2 occurrences because the probabilities were the same for all 3 machines.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is how the different scenarios work out for both your complex problem and my simpler problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "breakdowns machine 1 machine 2 machine 3\r\n" ); document.write( "\r\n" ); document.write( "0 n n n\r\n" ); document.write( "1 y n n\r\n" ); document.write( "1 n y n\r\n" ); document.write( "1 n n y\r\n" ); document.write( "2 y y n\r\n" ); document.write( "2 y n y\r\n" ); document.write( "2 n y y\r\n" ); document.write( "3 y y y\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |