Permutation and combination related questions are common in PSC and Bank exams.
Before going to Combinations and Permutations, first lean about factorial.
If n is a positive integer then, factorial of n is denoted as n!.
5! = ( 1 x 2 x 3 x 4 x 5 ) = 120
4! = (1 x 2 x 3 x 4 ) = 24
Permutations are for lists of items, whose order matters and combinations are for group of items where order doesn’t matter. in other words,
The number of permutations of n objects taken r at a time is determined by using this formula:
P(n,r)=n!/(n−r)!
Permutation: Listing your 3 favourite football team in order, from list of 10 teams. P(10,3) = 720.
The number of combinations of n objects taken r at a time is determined by using this formula:
C(n,r)=n!/((n−r)!r!)
Combination: Picking a team of 3 people from a football coaching group of 10. C(10,3) = 10!(3!(10−3)!) = 120.
കുലീന ലോഹങ്ങള് .
Code: വെള്ളിയാഴ്ച സുവര്ണ്ണ ഫ്ളാറ്റില് വരും (വെള്ളി, സ്വര്ണ്ണം, പ്ലാറ്റിനം).
ദ്രാവകാവസ്ഥയിലുള്ള ലോഹങ്ങള് .
Code: MG ഫ്രാന്സിസ് (മെര്ക്കുറി, ഗാലിയം, ഫ്രാന്സിയം, സീസിയം).
ഭൂമിയില്, പ്രപഞ്ചത്തില്, അന്തരീക്ഷത്തില് ഏറ്റവും കുടുതലുള്ള മൂലകങ്ങള് .
Code: BO PH AN (B - ഭൂമിയില് O -ഓക്സിജന്, P - പ്രപഞ്ചത്തില് H -ഹൈഡ്രജന്, A - അന്തരീക്ഷത്തില് N -ന...
പുഴ ക്കരയിൽ കളിച്ചുകൊണ്ടിരുന്ന കുട്ടിയുടെ പുഴയിൽ നഷ്ടപ്പെട്ട ചെരിപ്പിന് വേണ്ടി ഒരച്ഛൻ നടത്തിയ പുഴ യെക്കുറിച്ചുള്ള രോധനപഠനം : പോട്ടമോളജി .
മാർക്കറ്റിൽ ഷോപ്പിങ്ങിന് പോയി ബില്ലടയ്ക്കാൻ നേരം കാർഡെടുത്തില്ലെന്നറിഞ്ഞ് അറ്റാക്ക് വന്ന് വടിയായ ഒരു ഹൃദ്രോഗിയുടെ ഹൃദയത്തെക്കുറിച്ചുള്ള പഠനം : കാർഡിയോളജി .
വിഷന്ന് വലഞ്ഞ ഒരച്ഛന്റെ മുമ്പിലേക്ക് പുളിച...
N = the number of terms .
S = the sum of the numbers in the set.
Average = S/N .
For example.
The marks of a student in five subjects are 96, 94, 92, 87, and 81, then what is the average score of the student?.
N = 5.
S = 96 + 94 + 92 + 87 + 81 = 450.
A = 450/5 = 90.
Another type questions .
1). There are 36 boys and 44 girls in a class. The average score of boys is 40 and girls are 35. Then what will be the average mark? .
Total mark of 36 boys = 36 x 40 = 1440.
Total mark of 44 girls = 35 x 44 = 1540.
Total mark of 80 Students = 1440 + 1540 = 2980 .
Average mark of the class = (2980 / 80).
 ...