അക്ബറിന്റെ നിർമ്മിതികൾ
കോഡ് - ALFI യ്ക്ക് BP യുണ്ട്
കോൺവെക്സ് - ദീർഘദൃഷ്ടി.
കോൺകേവ് - ഹ്രസ്വദൃഷ്ടി .
സിലണ്ട്രിക്കൽ - വിഷമദൃഷ്ടി.
കോഡ്: .
മലയാളത്തിൽ \'\'കോൺവെക്സ് \" എന്നെഴുതുമ്പോൾ മറ്റ് ലെൻസുകളെ അപേക്ഷിച്ച് ദീർഘമുള്ള പേരാണ് ഇത്. അതിനാൽ ദീർഘദൃഷ്ടി പരിഹരിക്കാനുപയോഗിക്കുന്നു \' .
മലയാളത്തിലെഴുതുമ്പോൾ \"കോൺകേവ് \" എന്ന വാക്ക് മറ്റ് ലെൻസുകളുടെ പേരെഴുതുന്നതിനേക്കാൾ ചെറുതാണ്. ഹ്രസ്വദൃഷ്ടി പരിഹരിക്കാനുപ...
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.
...
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. ....