document.write( "Question 1191812: A manufacturer purchases two machines A and B. The probability that A will last 5 years is 4/5
\n" );
document.write( "and the probability that B will last 5 years is 3/4.
\n" );
document.write( "Find the probability that:
\n" );
document.write( "1)both machines will last 5 years
\n" );
document.write( "2)only machine a will last 5 years
\n" );
document.write( "3) at least one of the machine will last 5 years \n" );
document.write( "
Algebra.Com's Answer #823657 by Boreal(15235) You can put this solution on YOUR website! a. is the product if they are independent. That is (4/5)(3/4))=3/5 \n" ); document.write( "- \n" ); document.write( "b. That is (4/5)(1/4)=1/5, the (1/4) is probability B does not last 5 years. \n" ); document.write( "- \n" ); document.write( "c. At least one will last 5 years is 1- prob (both don't) \n" ); document.write( "=1-(1/5)(1/4) \n" ); document.write( "=19/20 \n" ); document.write( " |