175k views
0 votes
Create a data set that has five values. The mean of the data set should be 34.

User Dragoneye
by
7.4k points

2 Answers

3 votes
So if it Has a mean of 34 then whot is 34 divided by 5 and then the ansere for that is the first number of the data set, and then do 34 divided by 4 and then the ansere for that is the second number of the data set, and then do 34 divided by 3, 34 divided by 2 then 34 divided bye 6. Hop this helps.

User Remyremy
by
8.5k points
0 votes

Answer:

A = {32, 36, 34, 33, 35};

Explanation:

The general definition of mean of a set A is:


mean = (x_1 + x_2 + x_3 + ... + x_n)/(n), where n are the elements of the dataset.

In this case:

  • A= {32, 36, 34, 33, 35};
  • n = 5


mean = (32 + 36 + 34 + 33 +35)/(5)  = (170)/(5) = 34


mean = 34

User Geonsu Kim
by
8.1k points

No related questions found