answersLogoWhite

0

Well there are three ways of finding averages, which is what I assume you meant.

Finding the mean is when you add up all you values you have, then divide that total by the number of values you have.

Finding the median is when you take your values and put them in numerical order from smallest to biggest. The value in the middle is the median.

The mode is the value that appears the most out of all your values.

e.g. Values are : 5,2,3,1,4

Mean: add them all together = 15

you have 5 numbers (values) so 15/5 = 3.

Median: Values are 5,3,2,2,4

arrange your values in order- 2,2,3,4,5

3 is the middle number so 3= median

Mode: Values are 2,2,3,4,5

value which appears most = 2

2 appears twice while others only appear once.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are some methods you use for finding factors of a number?

tree factor and two answer is i don't know?


Two different methods of finding the sale price?

you find the markup then you add it second method find markup then subtract


What are three methods for finding volume?

LxWxH


Why do you keep finding dimes in strange places and home?

my fiance everywhere he go he keep finding a dime or two what does that mean?


What are the shortcut methods for finding out a square of a large number?

5345


What does googlebop mean?

Searching only two words in google, and finding only one result.


What are two methods to finding the area of a rectangle?

1 method is to multiply length times the width and the 2 method is to divide the rectangle into triangles and find the area of one of the triangles and multiply the area by two.


What are the methods of facts findings?

things used when finding a data base


What does finding dimes mean?

finding money


What are the methods of finding gold?

Some methods of finding gold include panning, sluicing, metal detecting, and using dredges. Researching and exploring known gold-bearing areas, as well as seeking guidance from experienced prospectors, can also increase the chances of finding gold.


How does finding the square root of 64 compare to finding the cube root of a number?

It's a lot easier.


How do you get the mean median and mode in c programming?

By writing in C code the mathematical methods for finding the mean, median and mode of your data taking into account how your data is stored (eg an array; two separate arrays one with data and the other with frequencies; a two dimensional array containing both data and frequencies; an array of structures containing the data instead of arrays; a linked list of structures; etc).