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
Women's President of Indian National Congress

Women's President of Indian National Congress, ഇന്ത്യൻ നാഷണൽ കോൺഗ്രസിന്റെ പ്രസിഡന്റായ വനിതകൾ, CODE -ASINS .

A- ANNIE BESANT(1917).
S- SAROJINI NAIDU(1925).
I- INDIRA GANDHI(1959).
N- NELLI SENGUPTA(1933).
S- SONIA GANDHI(1998).
...

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

Divisibility Rule

What is the divisibility by 2 Rule?.
Even numbers are multiples of 2. A number is even if ends in 0,2,4,6, or 8.
What is the divisibility by 3 rule?.
A number is divisible by 3 if the sum of its digits is divisible by 3.
372, for instance, is divisible by 3 since sum of its digits (3+7+2) is 12. And 12 is divisible by 3.
What is the divisibility by 4 rule?.
A number is divisible by 4 if the number\'s  last two digits are divisible by 4.
9,312, for instance, is divisible by 4 since its last 2 digits are 12. And 12 is divisible by 4.
What is the divisibility by 5 rule?.
A number is divisible by 5 if its last digit is a 0 or 5.
What is the divisibility by 6 rule?.
Since 6 is a multiple of 2 and 3, the rules for divisibility by 6 are a combination of the rule for 2 and the rule for   3.
Divisibility by 8 Rule.
A number passes the test for 8 if the las...

Open