document.write( "Question 1140723: organizer of a conference is selecting workshops to include. She will select 8 from workshops about music and 7 workshops about poetry. In how many ways can she select 7 workshops if 5 or more must be about music? \n" ); document.write( "
Algebra.Com's Answer #761319 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "(1) 5 music and 2 poetry: \"8 choose 5\" times \"7 choose 2\";

\n" ); document.write( "OR (2) 6 music and 1 poetry: \"8 choose 6 times \"7 choose 1\";

\n" ); document.write( "OR (3) 7 music and 0 poetry: \"8 choose 7\" times \"7 choose 0\"

\n" ); document.write( "Add the numbers of ways for the three cases.
\n" ); document.write( "
\n" );