The word PROBABILITY is randomly arranged in a row. Q find the probability that $Y$ is not in the last position and the two $B$'s are not consecutive.
Let $B = \{ \text{Event that two B's are together}\}$ and $Y$ be the event of last Y.
We want $P(\overline{B} \cap \overline{Y}) = 1 - P(B \cup Y) = 1 - [P(B) + P(Y) - P(BY)]$
I calculated, $P(B) = 0.182$, $P(Y) = 0.091$, $P(BY) = 0.018$, thus $1 - P(B \cup Y) = 0.709$, but the answer key says: $0.745$?
What am I doing wrong?