document.write( "Question 878855: A bag contains a red marble, a blue marble and a yellow marble. A marble is selected at random 3 times with replacement. How many events will form a full group of events? Also, list all of these events in which the first draw results in a red marble being selected. \n" ); document.write( "
Algebra.Com's Answer #530336 by AnlytcPhil(1810)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "There are 3 ways to draw the first marble.\r\n" );
document.write( "For each of these 3 ways to draw the first marble,\r\n" );
document.write( "there are 3 ways to draw the second marble.\r\n" );
document.write( "That's 3×3 or 9 ways to draw the first two marbles.\r\n" );
document.write( "For each of these 9 ways to draw the first two marbles,\r\n" );
document.write( "there are 3 ways to draw the third marble.\r\n" );
document.write( "That's 9×3 or 27 ways to draw all three marbles.\r\n" );
document.write( "\r\n" );
document.write( "Here they are listed two ways:\r\n" );
document.write( "\r\n" );
document.write( "You can list them with a tree diagram like this: \r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                                     R = RRR\r\n" );
document.write( "                                    /\r\n" );
document.write( "                                   R-B = RRB\r\n" );
document.write( "                                  / \\r\n" );
document.write( "                                 /   Y = RRY\r\n" );
document.write( "                                /\r\n" );
document.write( "                               /     R = RBR\r\n" );
document.write( "                              /     /\r\n" );
document.write( "                             R-----B-B = RBB\r\n" );
document.write( "                            / \     \\r\n" );
document.write( "                           /   \     Y = RBY\r\n" );
document.write( "                          /     \\r\n" );
document.write( "                         /       \   R = RYR\r\n" );
document.write( "                        /         \ /\r\n" );
document.write( "                       /           Y-B = RYB\r\n" );
document.write( "                      /             \\r\n" );
document.write( "                     /               Y = RYY\r\n" );
document.write( "                    /\r\n" );
document.write( "                   /                 R = BRR\r\n" );
document.write( "                  /                 /\r\n" );
document.write( "                 /                 R-B = BRB\r\n" );
document.write( "                /                 / \\r\n" );
document.write( "               /                 /   Y = BRY\r\n" );
document.write( "              /                 /\r\n" );
document.write( "             /                 /     R = BBR\r\n" );
document.write( "            /                 /     /\r\n" );
document.write( "     START /-----------------B-----B-B = BBB\r\n" );
document.write( "            \                 \     \\r\n" );
document.write( "             \                 \     Y = BBY\r\n" );
document.write( "              \                 \\r\n" );
document.write( "               \                 \   R = BYR\r\n" );
document.write( "                \                 \ /\r\n" );
document.write( "                 \                 Y-B = BYB\r\n" );
document.write( "                  \                 \\r\n" );
document.write( "                   \                 Y = BYY\r\n" );
document.write( "                    \\r\n" );
document.write( "                     \               R = YRR\r\n" );
document.write( "                      \             /\r\n" );
document.write( "                       \           R-B = YRB\r\n" );
document.write( "                        \         / \\r\n" );
document.write( "                         \       /   Y = YRY\r\n" );
document.write( "                          \     /\r\n" );
document.write( "                           \   /     R = YBR\r\n" );
document.write( "                            \ /     /\r\n" );
document.write( "                             Y-----B-B = YBB\r\n" );
document.write( "                              \     \\r\n" );
document.write( "                               \     Y = YBY\r\n" );
document.write( "                                \\r\n" );
document.write( "                                 \   R = YYR\r\n" );
document.write( "                                  \ /\r\n" );
document.write( "                                   Y-B = YYB\r\n" );
document.write( "                                    \\r\n" );
document.write( "                                     Y = YYY\r\n" );
document.write( "\r\n" );
document.write( "Or you can just list them all like this:\r\n" );
document.write( "\r\n" );
document.write( " 1. Red first, Red second, Red third\r\n" );
document.write( " 2. Red first, Red second, Blue third\r\n" );
document.write( " 3. Red first, Red second, Yellow third\r\n" );
document.write( " 4. Red first, Blue second, Red third\r\n" );
document.write( " 5. Red first, Blue second, Blue third\r\n" );
document.write( " 6. Red first, Blue second, Yellow third\r\n" );
document.write( " 7. Red first, Yellow second, Red third\r\n" );
document.write( " 8. Red first, Yellow second, Blue third\r\n" );
document.write( " 9. Red first, Yellow second, Yellow third\r\n" );
document.write( "10. Blue first, Red second, Red third\r\n" );
document.write( "11. Blue first, Red second, Blue third\r\n" );
document.write( "12. Blue first, Red second, Yellow third\r\n" );
document.write( "13. Blue first, Blue second, Red third\r\n" );
document.write( "14. Blue first, Blue second, Blue third\r\n" );
document.write( "15. Blue first, Blue second, Yellow third\r\n" );
document.write( "16. Blue first, Yellow second, Red third\r\n" );
document.write( "17. Blue first, Yellow second, Blue third\r\n" );
document.write( "18. Blue first, Yellow second, Yellow third\r\n" );
document.write( "19. Yellow first, Red second, Red third\r\n" );
document.write( "20. Yellow first, Red second, Blue third\r\n" );
document.write( "21. Yellow first, Red second, Yellow third\r\n" );
document.write( "22. Yellow first, Blue second, Red third\r\n" );
document.write( "23. Yellow first, Blue second, Blue third\r\n" );
document.write( "24. Yellow first, Blue second, Yellow third\r\n" );
document.write( "25. Yellow first, Yellow second, Red third\r\n" );
document.write( "26. Yellow first, Yellow second, Blue third\r\n" );
document.write( "27. Yellow first, Yellow second, Yellow third\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );