document.write( "Question 908876: 65. Randomly Playing Songs Suppose a compact disc (CD) you just purchased has 13 tracks. After listening to the CD, you decide that you like 5 of the songs. The random feature on your CD player will play each of the 13 songs once in a random order. Find the probability that among the first 4 songs played (a) you like 2 of them; (b) you like 3 of them; (c) you like all 4 of them. \n" ); document.write( "
Algebra.Com's Answer #551523 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Like 5 Dislike 8
\n" ); document.write( "a) P = (5C2)(8C2)/(13C4)
\n" ); document.write( "b) P = (5C3)(8C1)/(13C4)
\n" ); document.write( "c)like 4 in a row: (5C4)(8C0)/(13C4)
\n" ); document.write( "
\n" );