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!.
5! = ( 1 x 2 x 3 x 4 x 5 ) = 120
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,
The number of permutations of n objects taken r at a time is determined by using this formula:
P(n,r)=n!/(n−r)!
Permutation: Listing your 3 favourite football team in order, from list of 10 teams. P(10,3) = 720.
The number of combinations 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.
കോൺവെക്സ് - ദീർഘദൃഷ്ടി.
കോൺകേവ് - ഹ്രസ്വദൃഷ്ടി .
സിലണ്ട്രിക്കൽ - വിഷമദൃഷ്ടി.
കോഡ്: .
മലയാളത്തിൽ \'\'കോൺവെക്സ് \" എന്നെഴുതുമ്പോൾ മറ്റ് ലെൻസുകളെ അപേക്ഷിച്ച് ദീർഘമുള്ള പേരാണ് ഇത്. അതിനാൽ ദീർഘദൃഷ്ടി പരിഹരിക്കാനുപയോഗിക്കുന്നു \' .
മലയാളത്തിലെഴുതുമ്പോൾ \"കോൺകേവ് \" എന്ന വാക്ക് മറ്റ് ലെൻസുകളുടെ പേരെഴുതുന്നതിനേക്കാൾ ചെറുതാണ്. ഹ്രസ്വദൃഷ്ടി പരിഹരിക്കാനുപ...
അക്ബറിന്റെ നിർമ്മിതികൾ .
കോഡ് - ALFI യ്ക്ക് BP യുണ്ട്.
A - ആഗ്രാ കോട്ട, അഹമ്മദാബാദ് കോട്ട.
L - ലാഹോർ കോട്ട.
F - ഫത്തേപ്പൂർ സിക്രി (ചെങ്കല്ലിലെ ഇതിഹാസം).
I - ഇബാദത്ത് ഘാന (ഫത്തേപൂർ സിക്രിയിലെ ആരാധനാലയം).
B - ബുലന്ദ് ദർവാസ (ഫത്തേപൂർ സിക്രിയുടെ പ്രവേശന കവാടം).
P - പഞ്ച് മഹൽ.
അക്ബറുടെ ശവകുടീരം സ്ഥിതിചെയ്യുന്നത് - സിക്കിന്ദ്ര (ആഗ്ര) .
അക്ബർ ന...
Profit and loss is the one of major question section in Competitive exams. These formulas will be helpful for your upcoming Exams like PSC, SSC, IBPS and Other Competitive Exams. .
Cost Price(CP) : The Price at which a particular item purchased, is called its Cost Price.
Selling Price (SP): The price at which a particular item is sold, called its Selling Price.
Profit: If Selling Price of an item is more than Cost Price , then vendor is said to have a Profit.
Loss: if Selling Price of an item is less than Cost Price, the vendor said to have a Loss.
Formulas Profit = SP – CP.
Profit % = Profit/(CP)×100.
SP = ((100+Profit% )/100)×CP.
CP = (100/(100+Profit%))×SP.
Loss = CP – SP.
Loss% = Loss/(CP)×100.
SP = ((100-loss%)/100)×CP.
CP = (100/(100-loss%))×SP.
...