document.write( "Question 1110066: This quarter, there is a 50% chance that Jason will pass accounting, a 60% chance the he will pass english, and 80% chance that he will pass at least one of these two courses. What is the probability that he will pass both accounting and english? \n" ); document.write( "
Algebra.Com's Answer #725104 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The problem is over-constrained; however, the constraints are consistent with one another. \n" ); document.write( "To calculate the probability that he passes both classes, you only need to multiply the probabilities of his passing each class: 0.5*0.6 = 0.3. \n" ); document.write( "With those numbers, the given information that there is an 80% chance of passing at least one of the courses is extraneous. \n" ); document.write( "P(pass both) = 0.3 \n" ); document.write( "P(pass accounting only) = 0.5-0.3 = 0.2 \n" ); document.write( "P(pass english only) = 0.6-0.3 = 0.3 \n" ); document.write( "It follows (without having to be specified in the problem) that \n" ); document.write( "P(pass at least one) = 0.3+0.2+0.3 = 0.8. \n" ); document.write( "So the more complicated calculation shown by the other tutor, while valid, is more work than is required. \n" ); document.write( " |