All possible words from the letters of the word "TRUNK", used without repetition, are written down in alphabetical order. What is the rank of the word RUN?
All possible words from the letters of the word "TRUNK", used without repetition, are written down in alphabetical order. What is the rank of the word RUN?
Edit: Too many errors starting from scratch...
Total words = 5 + 5*4 + 5*4*3 + 5*4*3*2 * 5! = 325. So 65 words starting with each letter. 65 with K and N means 130 before R. Within Rs R - 1 RK... - 1 + 3 + 6 + 6 - 16 RN... - 16 RT... - 16 RU - 1 RUK - 1 + 2 + 2 RUN - 1 = 186 regards scrabbler
All possible words from the letters of the word "TRUNK", used without repetition, are written down in alphabetical order. What is the rank of the word RUN?
We need to choose two of 32 whites AND choose 1 of 32 blacks.32C2 * 32C1Now solve this:In how many ways three white squares can be selected on a chessboard such that no two squares are in same row or column?
All possible words from the letters of the word "TRUNK", used without repetition, are written down in alphabetical order. What is the rank of the word RUN?
K N R T U
Starting with K -> 1 + 4 + 2*C(4, 2) + 3!*C(4, 3) + 4! = 1 + 4 + 12 + 24 + 24 = 65 Starting with N -> 65 letters
Starting with R ->
1 + starting with RK + starting with RN + starting with RT + RU + starting with RUK
Oops sorry my bad! I meant to ask thatIn how many ways one can choose two white squares and one black square in chessboard such that no two lies in same row or column ?
@jain4444Why are you both dividing by 3!, here its 2 white and one black so shouldn't we divide by 2 instead of 3!Still you won't get the correct answer
for the three different cases i am getting WWB 32c1*25c1*13c1/2 BWW 32c1*24c1*6c1/2 WBW 32c1*24c1*9c1/2
In how many ways one can choose two white squares and one black square in chessboard such that no two lies in same row or column ?
6912?
Choose a black square : 32C1 Choose a white square : (32 - 8)C1 = 24C1 Choose another white square : (23- (8 - 1)) = 18C1 (Removing 1 because there will be one common white with a row or column of both black and white squares selected.)