Derangement

preview_player
Показать описание
_______________________________________

1. Digital logic design tutorial (DLD Tutorial):

2. Computer Organization Tutorial:

3. Computer Networks Tutorial:

4. Operating Systems Tutorial:

5. Database Tutorial (DBMS Tutorial) | SQL Tutorial

6. C programming Tutorial:

7. Algorithms Tutorial (DAA Tutorial):

8. Data Structures Tutorial | DS Tutorial:

9. Problem solving using Data structures and Algorithms Tutorial:

10. Probability Tutorial | Permutation and Combination Tutorial:

11. Interview Puzzles Tutorial:

.
12. Aptitude Video lectures for Placements | GATE | SSC | Bank PO | Quantitative Aptitude lectures

Рекомендации по теме
Комментарии
Автор

Exactly two letters are correctly placed : We need to select 2 correct letters out of 5 letters... So this can be done in C(5, 2) ways. Finally 3 remaining letters can be arranged in 3! ways... So total number of ways in which exactly 2 letters are correctly placed is : C(5, 2) * 3! = 60 ways...

anuragnayak
Автор

Sir u r really genious mera shadio purana doubt clear ho gaya

ganeshKiD