5
2
You would add all the numbers together then divide it by the number of numbers in the data set. Ex:2,4,6,8 2+4+6+8=20 There are 4 numbers in the data so: 20/4=5 the average is 5
the sum of all numbers is 6*4=24 sum of two = 2*2=4 average of other four=24-4/4=5
To find the fifth number, you can use the formula for finding the average of a set of numbers. The sum of the 5 numbers is 82 * 5 = 410. The sum of the 4 known numbers is 80 * 4 = 320. Therefore, the fifth number can be found by subtracting the sum of the 4 known numbers from the sum of all 5 numbers: 410 - 320 = 90. So, the fifth number is 90.
you add all of the numbers together, and then divide the sum by however many numbers there were. example: 2, 4, 4, 5, 7 2+4+4+5+7=22 22/5=4.4 average=4.4
1)start 2)input 5 numbers m,a,i,r,a 3)average=sum/5 4)printsum 5)stop
5
The mean is the same thing as average. To get the mean you add together all of the numbers in the set. Then, you divide by the total amount of numbers that were added to get the mean/average. Example: Find the mean of 5, 4, 6, 3, and 2. 5+4=9+6=15+3=18+2=20 1 2 3 4 5 (There are a total of five numbers in the set.) 5 4 6 3 2 - Numbers of the set. 20 (Sum of all numbers in the set) Divided by: 5 (Amount of numbers in the set) equals: 4 The mean (or average) of 5, 4, 6, 3, and 2 is 4.
To find the average of a number, first you add all the numbers that you want to average. Then you need to divide the sum of the numbers by the number of numbers there were. So if a set of numbers is 3, 5, 7, 1, 4, 7, 8 The equation would be 3+5+7+1+4+7+8=35/7(for the 7 numbers)=5
to get an average you add all the numbers up then divide by the number of numbers. like 1,2,3,4,and 5. would be 1+2+3+4+5=15/5=3. so 3 is the average
To find the median of a set of numbers write them in order, then: * if there are an odd number of numbers then the median is the number in the middle * otherwise there are an even number of numbers and the median is the mean average of the two numbers in the middle. With 4 numbers there is an even number of numbers, so the median is the mean average of the 2nd and 3rd numbers when they are sorted into order. Example: Find median of {3, 9, 4, 5} Ordered → {3, 4, 5, 9} → median = mean_average(4, 5) = (4 + 5) ÷ 2 = 4.5