Code: FLASK OC
F : Fathima Beevi
First woman judge in supreme court.
L : Leela seth
First woman chief justice in High court.
A : Annachandy
First woman judge in High court.
S : Sujatha Manohar
First woman chief justice in Kerala High court.
K : K.K usha
First malayali woman to become chief justice in Kerala high court.
O : Omana Kunhamma
First lady magistrate in India.
C : Cornilia Sorabji
First woman advocate in India
Code: ഇപ്പൊ ഭിക്ഷയ്ക്കു അവിടെ പോഡി .
ഇപ്പൊ ഭി - ഹെപ്പറ്റൈറ്റിസ് ബി .
ക്ഷ - ക്ഷയം .
അ - അഞ്ചാം പനി .
വി - വില്ലൻ ചുമ .
ടെ - ടെറ്റനസ് .
പോ - പോളിയോ .
ഡി - ഡിഫ്ത്തീരിയ.
...
Problems Type 1: .
A can finish work in X days. .
B can finish work in Y days.
Both can finish in Z days = (X*Y) / (X+Y). .
Problems Type 2: .
Both A and B together can do work in T days.
A can do this work in X days.
then, B can do it in Y days = (X*T) / (X-T) .
Problems Type 3: .
A can finish work in X days.
B can finish work in Y days.
C can finish work in Z days.
Together they can do work in T days = (X*Y*Z)/ [(X*Y)+(Y*Z)+(X*Z)] .
Problems Type 4: .
A can finish work in X days.
B can finish work in Y days.
A*X = B*Y.
...
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! . .
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, .
When the order of items doesn\\\'t matter, it is called as Combination.
When the order of items does matter it is called as Permutation.
The number of permutations 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. ....