Tips and Ticks Handshake Problem


Tips and Ticks 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.

Logo
Logo
അക്ബറിന്റെ നിർമ്മിതികൾ

അക്ബറിന്റെ നിർമ്മിതികൾ .


കോഡ് - ALFI യ്ക്ക് BP യുണ്ട്.

A - ആഗ്രാ കോട്ട, അഹമ്മദാബാദ് കോട്ട.
L - ലാഹോർ കോട്ട.
F - ഫത്തേപ്പൂർ സിക്രി (ചെങ്കല്ലിലെ ഇതിഹാസം).
I - ഇബാദത്ത് ഘാന (ഫത്തേപൂർ സിക്രിയിലെ ആരാധനാലയം).
B - ബുലന്ദ് ദർവാസ (ഫത്തേപൂർ സിക്രിയുടെ പ്രവേശന കവാടം).
P - പഞ്ച് മഹൽ.


 അക്ബറുടെ ശവകുടീരം സ്ഥിതിചെയ്യുന്നത് - സിക്കിന്ദ്ര (ആഗ്ര) .
 അക്ബർ ന...

Open

Important Maths Formulas ( പ്രധാനപ്പെട്ട ഗണിത സൂത്രവാക്യങ്ങൾ )

Important Maths Formulas .

(a ± b) 2 = a 2 ± 2ab + b 2 .


(a + b + c) 2 = a 2 + b 2 + c 2 + 2(ab + bc + ca).


(a + b + c + d) 2 = a 2 + b 2 + c 2 + d 2 + 2(ab + ac + ad + bc + bd + cd) .


Geometry formulas .

Perimeter ( ചുറ്റളവ് ) .


Perimeter of a square: P=4a.

    a: length of one side.


Perimeter of a rectangle: P=2(l+w).

    l: length.

    w: width.


Perimeter of a triangle: P=a+b+c.

    a, b, and c: lengths of the 3 sides.


Area ( വിസ്തീര്‍ണ്ണം ) .
LINE_FE...

Open

ഗണിത സൂത്രവാക്യം

ആദ്യത്തെ \'n\' എണ്ണൽ സംഖ്യകളുടെ തുക = n(n+1) /2.
ആദ്യത്തെ \'n\' ഒറ്റ സംഖ്യകളുടെ തുക = n².
ആദ്യത്തെ \'n\' ഇരട്ട സംഖ്യകളുടെ തുക = n(n+1).
ആദ്യത്തെ \'n\' എണ്ണൽ സംഖ്യകളുടെ വർഗ്ഗങ്ങളുടെ തുക = n(n+1)(2n+1) / 6.
ആദ്യത്തെ \'n\' എണ്ണൽ സംഖ്യകളുടെ ക്യൂബുകളുടെ തുക = [n(n+1)/ 2]².
ആദ്യ പദം \'a\', പൊതു വ്യത്യാസം \'d\' ആയാൽ n-മത്തെ പദം കാണാൻ = a+ (n -1) d.
ആദ്യ പദം \'a\', പൊതു വ്യത്യാസം \'d\' ആയാൽ, n പദങ്ങളുടെ തുക കാണാൻ = n/2[2a + (n - 1)d].
ആദ്യ പദവും (t1), n...

Open