answersLogoWhite

0

mean median and mode

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are three ways of calculating an '' average ''?

Mean Median And Mode


Relationship between mean median and mode?

They are all technically ways to calculate the average of numbers


What is the average of 5000 and 7000?

To calculate the average of two numbers, add them together, and divide the result by 2. (For the average of three numbers, you add up the three numbers, and divide by three, etc.) The average is (5000 + 7000)/2 = 6000


How do you calculate church seating capacity?

There are a few ways to calculate church seating capacity. If the church has pews the average person should have about 3 feet of space.


How many pounds do you think the average giraffe ways?

350 three hundred and fifty


What 3 ways to calculate a average?

1. you add up all of the numbers that you have. And then you divide the number of numbers you had so if i did 6,5,7 i would do 6+5+7=18 then i have three numbers so divide 18 by 3=6 and that would be my answer


How do you calculate activa average?

how we calculate the average of activa


How can you find the nth square number?

Three ways.. Multiply n by itself. Calculate Sum[2i+1,{i,0,n-1}] Calculate Sum[n,{i,1,n}]


How to calculate the isoelectric point using three pKa values?

To calculate the isoelectric point using three pKa values, find the average of the two pKa values closest to the pH at which the molecule carries no net charge.


How do you calculate Average selling price?

how to calculate average selling price


If A student measures the speed of a rolling ball three times. She adds the measurements and divides by 3. What quantity did the student calculate?

She obtained the average speed of the three measurements.


What is the algorithm and flow chart to find the sum and average of 3 numbers?

The algorithm to find the sum and average of three numbers involves the following steps: Input three numbers (let's call them A, B, and C). Calculate the sum by adding the three numbers: Sum = A + B + C. Calculate the average by dividing the sum by 3: Average = Sum / 3. Output the sum and average. In a flowchart, you would start with a "Start" symbol, followed by input steps for the three numbers, then a process step for calculating the sum, another for calculating the average, and finally an output step to display the results before ending the flowchart.