document.write( "Question 551072: The probability that A can solve a problem is 4/5, that B can solve it is 2/3 and that C can solve it is 3/7. If all of them try independently, find the probability that the problem will be solved.
\n" );
document.write( "-------
\n" );
document.write( "i believe the shortcut would be
\n" );
document.write( "1 - P(a fails to solve)P(b fails to solve)P(c fails to solve) = 1 - (4/5)(2/3)(3/7) = 0.96\r
\n" );
document.write( "\n" );
document.write( "however what i want to ask is the LONG version on how i can arrive at 0.96. \r
\n" );
document.write( "\n" );
document.write( "thanks! \n" );
document.write( "
Algebra.Com's Answer #359357 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "probability that problem will not be solved by anyone = (1-4/5)(1-2/3)(1-3/7)\r \n" ); document.write( "\n" ); document.write( "= 1/5 * 1/3 * 4/7 = 4/105\r \n" ); document.write( "\n" ); document.write( "probability that problem will be solved = 1 - 4/105 = 101/105 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |