

InterviewSolution
Saved Bookmarks
1. |
How many arrangements of the 9 letters a, b, c, p, q, r, x, y, z are there such that y is between x and z? (Any two, or all three, of the letters x, y, z may not be consecutive.) |
Answer» Total possible ways`=.^7C_3*2*6!` |
|