document.write( "Question 1195929: Four teams A, B, C, and D compete in a tournament, and exactly one of them will
\n" );
document.write( "win the tournament. Teams A and B have the same chance of winning the tournament. Team C is
\n" );
document.write( "twice as likely to win the tournament as team D. The probability that either team A or team C wins
\n" );
document.write( "the tournament is 0.6. Find the probabilities of each team winning the tournament. \n" );
document.write( "
Algebra.Com's Answer #828557 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are of course many ways to set up and solve this problem; and the standard methods taught in typical textbooks are not always the easiest way. \n" ); document.write( "The numbers in this problem lend themselves to a quick and easy solution using a non-standard method. \n" ); document.write( "We are given... \n" ); document.write( "(1) P(A) = P(B) = x (Teams A and B have equal probability of winning) \n" ); document.write( "(2) P(D) = y; P(C) = 2y (Team C is twice as likely to win as team D) \n" ); document.write( "(3) P(A)+P(C) = x+2y = 0.6 (The probability that either A or C wins is 0.6) \n" ); document.write( "Since the sum of all the probabilities is 1, we also have... \n" ); document.write( "(4) x+x+y+2y = 2x+3y = 1 \n" ); document.write( "So we have two equations that we can solve to find the solution to the problem. We could of course use the standard methods of substitution or elimination; but there is what I think is a much easier path to the answer. \n" ); document.write( "(4) tells us 2x+3y=1; (3) tells us x+2y=0.6. Comparing those two gives us \n" ); document.write( "(5) x+y=0.4 \n" ); document.write( "Then comparing (5) and (3) gives us y=0.2. \n" ); document.write( "And after that everything is easy: \n" ); document.write( "P(D) = y = 0.2 \n" ); document.write( "P(C) = 2y = 0.4 \n" ); document.write( "That leaves P(A)+P(B) = 0.4; and since P(A)=P(B), P(A)=P(B)=0.2. \n" ); document.write( "ANSWERS: \n" ); document.write( "P(A) = 0.2 \n" ); document.write( "P(B) = 0.2 \n" ); document.write( "P(C) = 0.4 \n" ); document.write( "P(D) = 0.2 \n" ); document.write( " \n" ); document.write( " |