document.write( "Question 611115: Monte sets his CD player to play the tracks in random order. The CD has 8 tracks: 3 play are string quartets, 4 are vocals, and 1 is a piano. Find the probability that the first three tracks played are a vocal, a string quartet and a piano piece, in that order.
\n" ); document.write( "[ C(4,1) + C(3,1) + C(1,1) / C(8,3) = 4+3+1/56 = 8/56 = .143. This (.143) is not the correct answer. Please show the work for this problem].
\n" ); document.write( "Thank you in advance, your time is appreciated!
\n" ); document.write( "DCM
\n" ); document.write( "

Algebra.Com's Answer #384822 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
Since order matters, you don't want to be using combinations, C(x,y).

\n" ); document.write( "At any one time the probability of of a string quartet would be 3/8. Three string quartets over a total of 8 tracks. Similarly the the probability of a vocal is 4/8 or 1/2 and the probability of a piano is 1/8.

\n" ); document.write( "The probability of a vocal, then a string quartet and then a piano piece is the product of those probabilities:
\n" ); document.write( "\"%281%2F2%29%2A%283%2F8%29%2A%281%2F8%29+=+3%2F128\"
\n" ); document.write( "
\n" );