Tips and Ticks Average calculation


Tips and Ticks Average calculation

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)

                                          = 37.25


2). The average weight of 15 members in a football team is 24 kg when a new member included, the average weight increases by 2. What is the weight of the new member?


Total weight of 15 member = 24 x 15 = 360 

Average after including a new member = 24 + 2 = 26 

Total weight of 16 member = 26 x 16 = 416 

Weight of the new member = Total weight of 16 member - Total weight of 15 member

    = 416 - 360

    = 56.

Logo
Logo
GK പഠനത്തിനു സഹായകരമായ കോഡുകൾ

1) ഇന്ത്യയിലെത്തിയ വിദേശികൾ അവർ വന്ന ക്രമത്തിൽ = PDEF .

Portagese, Dutch,English, French.


2) വൈറ്റമിനുകൾ.

കൊഴുപ്പിൽ ലയിക്കുന്നവ= ADEK.

ജലത്തിൽ  ലയിക്കുന്നവ = BC.


3) കൂടുതൽ States അധികാരപരിധിയിലുള്ള ഹൈകോടതി = ഗുഹാവതി. ഏതൊക്കെ?.

States  Code = MAAN ( മിസോറം,അരുണാചൽപ്രദേശ്, അസം,നാഗാലാൻഡ്‌ ).


4) യുദ്ധങ്ങൾ അവസാനിപ്പിച്ച സന്ധികൾ.

കർണാട്ടിക് യുദ്ധങ്ങൾ...

Open

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

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