A florist has 2 azaleas, 3 buttercups, and 4 petunias. She puts two flowers together at random in a bouquet. However, the customer calls and says that she does not want two of the same flower. What is the probability that the florist does not have to change the bouquet?
# arrangements of any 2 flowers = 9C2 = 36
# arrangements with 2 flowers of the same kind: 2C2 + 3C2 + 4C2 = 10
# arrangements with 2 different flowers = 36 - 10 = 26
Prob that florist does NOT have to make any change post customer call = 26 / 36 = 13/18













