Code: ABC FIR GJ
A : America
B : Britain
C : Canada
F : France
I : Italy
R : Russia
G : Germany
J : Japan
Women's President of Indian National Congress, ഇന്ത്യൻ നാഷണൽ കോൺഗ്രസിന്റെ പ്രസിഡന്റായ വനിതകൾ, CODE -ASINS .
A- ANNIE BESANT(1917).
S- SAROJINI NAIDU(1925).
I- INDIRA GANDHI(1959).
N- NELLI SENGUPTA(1933).
S- SONIA GANDHI(1998).
...
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.
...
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).
 ...