document.write( "Question 1111403: It is known that of the articles produced by a factory, 20% come from Machine A, 30% from Machine B, and 50% from Machine C. The percentages of satisfactory articles among those produced are 95% for A, 85% for B and 90% for C. An article is chosen at random.
\n" );
document.write( "What is the probability that is satisfactory?
\n" );
document.write( "Assuming that the article is not satisfactory, what is the probability that it was produced by B?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #726412 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let T equal the total numbert of articles produced.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the articles that come from A = .2T \n" ); document.write( "the articles that come from B = .3T \n" ); document.write( "the articles that come from C = .5T\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get .2T + .3T + .5T = T\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "95% of the articles produced by A are satisfactory. \n" ); document.write( "85% of the articles produced by B are satisfactory. \n" ); document.write( "90% of the articles produced by Care satisfactory.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".95A + .85B + .9C = S, where S equals the total satisfactory articles produced.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since A = .2T and B = .3T and C = .5T, then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".95 * .2T + .85 * .3T + .9 * .5T = S \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "this gets you S = .895T.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means 89.5% of all the articles produced are satisfactory.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you let N equal the total number of articles that are not satisfactory, then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S + N = T\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for N to get N = T - S\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since S = .895T, you get N = T - .895T which results in N = .105T\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that 10.5% of all the articles produced are not satisfactory.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 85% of the articles produced by B are satisfactory, then 15% of the articles produced by B are not satisfactory.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since B = .3T, you get .15 * .3T = .045T.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that, out of all the articles that are produced, .45% of them are unsatisfactory articles that come from B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since, out of all the articles that are produced, 10.5% of them are not satisfactory, then the ratio of the unsatisfactory articles that are produced by B to the total number of unsatisfactory articles is .045/.105, which is equal to .4285714286.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that means that 42.85714286% of the articles that are unsatisfactory come from B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "answers to your questions should be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An article is chosen at random.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1. What is the probability that is satisfactory?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that it is satisfactory is .895, or 89.5%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. Assuming that the article is not satisfactory, what is the probability that it was produced by B?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assuming that the articles is not satisfactory, the probability that it came from B is .4285714286, or 42.85714286%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you round the ratio to 4 decimal places, then the percent will be rounded to 2 decimal places.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will get the ratio is .4286 and the percent is 42.86%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "round your answers as required.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i believe this is what you are looking for.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let me know if it's not. \n" ); document.write( " \n" ); document.write( " |