document.write( "Question 1196897: Bailey the dog owns 8 balls. 4 are colored red, 3 are colored yellow, and 1 is blue. If she fetches 3 balls from her collection, how many different color combinations are possible? \n" ); document.write( "
Algebra.Com's Answer #829939 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Answer: 7\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------------------------------------------------
\n" ); document.write( "Reasoning:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let,
\n" ); document.write( "B = blue
\n" ); document.write( "R = red
\n" ); document.write( "Y = yellow\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The given data set is
\n" ); document.write( "B,RRRR,YYY
\n" ); document.write( "the task is to select three of these to see how many color combos we can form.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The seven different color combos are:
  1. BRR
  2. BRY
  3. BYY
  4. RRY
  5. RYY
  6. RRR
  7. YYY
Here's the process I did:
\n" ); document.write( "Start with B which is toward the beginning of the alphabet compared to R and Y. There's only one ball of this color so we can't select another B.
\n" ); document.write( "Then select the next highest letter R, followed by another R
\n" ); document.write( "That forms BRR meaning a blue ball, red, and then another red is selected.
\n" ); document.write( "The order doesn't matter due to the word \"combinations\" (in contrast to permutations where order does matter)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then place the balls back.
\n" ); document.write( "Select B again, then R, then Y this time
\n" ); document.write( "That forms BRY which is the second item on the list.
\n" ); document.write( "The idea is to sequentially scroll through the terms alphabetically until fully exhausting the list of all seven possibilities.
\n" ); document.write( "
\n" ); document.write( "
\n" );