document.write( "Question 256053: A box contains 131 similar transistors of which 70 are satisfactory, 43 gives too high a gain under normal operating conditions and 18 gives too low gain. Determine the probability when drawing two resistors in turn at random with replacment of having
\n" );
document.write( "(a) two satisfactory
\n" );
document.write( "(b) none with low gain
\n" );
document.write( "(c) one satisfactory and one with high gain \n" );
document.write( "
Algebra.Com's Answer #188212 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains 131 similar transistors of which 70 are satisfactory, 43 gives too high a gain under normal operating conditions and 18 gives too low gain. Determine the probability when drawing two resistors in turn at random with replacment of having \n" ); document.write( "(a) two satisfactory \n" ); document.write( "P(2 good) = 70C2/131C2 = 2415/8515 = 0.2836.. \n" ); document.write( "----- \n" ); document.write( "(b) none with low gain \n" ); document.write( "P(no low gain) = 113C2/131C2 = 6328/8515 = 0.7432.. \n" ); document.write( "--------- \n" ); document.write( "(c) one satisfactory and one with high gain \n" ); document.write( "P(one high and one low) = 1-[P(2 good)+P(2 low)+P(2 high)] \n" ); document.write( "= 1 - [0.2836 + (1-0.7432)+ 43C2/131C2] \n" ); document.write( "= 0.6465 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |