document.write( "Question 1106286: Three students Camille, Danielle and Erika are in a race. Camille and Danielle have the same probability of winning is twice as likely to win as Erika. Find the probability that
\n" ); document.write( "a. Camille wins
\n" ); document.write( "b. Danielle wins
\n" ); document.write( "c. Erika wins
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #721247 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "x = P(E wins)\r\n" );
document.write( "P(C wins) = 2x\r\n" );
document.write( "P(D wins) = 2x\r\n" );
document.write( "\r\n" );
document.write( "P(E wins OR C wins OR D wins) = x + 2x + 2x = 1\r\n" );
document.write( "                                         5x = 1\r\n" );
document.write( "                                          x = 1/5\r\n" );
document.write( "\r\n" );
document.write( "P(E wins) = x  = 1/5\r\n" );
document.write( "P(C wins) = 2x = 2(1/5) = 2/5\r\n" );
document.write( "P(D wins) = 2x = 2(1/5) = 2/5 \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );