Tips and Ticks Ranks in the Army


Tips and Ticks Ranks in the Army

കരസേനയിലെ റാങ്കുകൾ. Code: ജലജ മേജർ ജനറലിനോട് ബിയറിനായി കേണു എൽ സി.ക്ക് മേജറിന്റെ ക്യാപ് ലഭിച്ചു. 


1. ജ : ജനറൽ

2. ലജ : ലഫ്. ജനറൽ

3. മേജർ ജനറൽ : മേജർ ജനറൽ

4. ബിയർ : ബ്രിഗേഡിയർ

5. കേണു : കേണൽ

6. L. C : ലഫ്.കേണൽ

7. മേജർ : മേജർ

8. ക്യാപ് : ക്യാപ്ടൺ

9. ലഭിച്ചു : ലഫ്റ്റനന്റ്

  • ഇന്ത്യൻ കരസേനയുടെ ഗാനം: മേരാ ഭാരത് മഹാൻ
  • ഇന്ത്യൻ സായുധ സേനയുടെ സർവ്വ സൈന്യാധിപൻ : രാഷ്ട്രപതി
  • ഏറ്റവും പഴയ കരസേന റജിമെന്റ്: മദ്രാസ് റെജിമെന്റ്
  • കര - നാവിക - വ്യോമ സേനകളുടെ ആസ്ഥാനം : ന്യൂ ഡെൽഹി
  • കരസേനയിലെ ഇന്ത്യക്കാരനായ ആദ്യ സൈന്യാധിപൻ: കരിയപ്പ
  • കരസേനയുടെ ആദ്യസൈന്യാധിപൻ: സർ റോയ് ബുച്ചർ
  • കരസേനാ ദിനമായി ആചരിക്കുന്നത്: ജനുവരി  15
  • കീപ്പർ എന്ന് അറിയപ്പെടുന്നത്: ജനറൽ കരിയപ്പയാണ്
Logo
Logo
Time and Work Problems - Shortcut Tricks and Formulas

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.

...

Open

Handshake Problem

Suppose there are n people in the party. The first person shakes hand with the other (n-1) guests. The second guest shakes hand with the other (n-2) guests. this will continue until the (n-1) th guest shakes hand with the nth guest.

Total number of handshakes is (n-1) + (n-2).. + 3 + 2 + 1. .

= ((n-1)(n))/2 .

For example, 6 people in a party shake hand with other guests. So how many handshakes will be there?.

=((6-1)(6))/2.

=15.

...

Open

Combinations and Permutations

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. ....

Open