New Reply

Reversing averages

 
Share Thread Thread Tools
Feb20-13, 08:12 PM   #1
 

Reversing averages


Hello!

I was wondering if anyone had an effective way of extracting information from an average.

I have a list of averages, they're acquired from inputs from 1 - 5, ..and I can see the amount of inputs used to get the average.

An example would be

60 inputs within the range 1 - 5
Average = 2.88

Is there a way to extract how many 1's 2's 3's 4's and 5's were used to get the average from this information?

Thanks in advance!
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Feb20-13, 08:29 PM   #2
 
No. There are many combinations of numbers that produce the same average.
Feb20-13, 08:32 PM   #3
 
Quote by Number Nine View Post
No. There are many combinations of numbers that produce the same average.
Could I get all possibilities?
Feb20-13, 09:16 PM   #4
 
Mentor

Reversing averages


Quote by fightstacy View Post
Could I get all possibilities?
No.

When you take the average (mean) of a set of numbers, you lose detail about the numbers.

Suppose you have a very simple set of numbers: {1, 2, 3}. The mean of this set of numbers is 2. This set, {1.1, 2, 2.9} also has a mean of 2, as does {1.01, 2, 2.99}. Any set of three numbers that add up to 6 would have a mean of 2.
Feb20-13, 09:25 PM   #5
 
Quote by Mark44 View Post
No.

When you take the average (mean) of a set of numbers, you lose detail about the numbers.

Suppose you have a very simple set of numbers: {1, 2, 3}. The mean of this set of numbers is 2. This set, {1.1, 2, 2.9} also has a mean of 2, as does {1.01, 2, 2.99}. Any set of three numbers that add up to 6 would have a mean of 2.
The thing is though, ..that the range 1 - 5 is whole numbers only, no fractions. ..this would surely decrease the amount of possibilities to few, ..am I wrong?
Feb20-13, 09:37 PM   #6
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by fightstacy View Post
The thing is though, ..that the range 1 - 5 is whole numbers only, no fractions. ..this would surely decrease the amount of possibilities to few, ..am I wrong?
You are right. You want to know how many ways there are to express N as the sum of M whole numbers. This is the sort of thing that is studied in the theory of partitions, a branch of number theory. See here for more:

http://en.wikipedia.org/wiki/Partiti...mber_theory%29
Feb20-13, 09:40 PM   #7
 
Quote by jbunniii View Post
You are right. You want to know how many ways there are to express N as the sum of M whole numbers. This is the sort of thing that is studied in the theory of partitions, a branch of number theory. See here for more:

http://en.wikipedia.org/wiki/Partiti...mber_theory%29
Thanks for that Jbunniii, looks like a fun read!
New Reply

Tags
averages, mathematics, mathematics advice
Thread Tools


Similar Threads for: Reversing averages
Thread Forum Replies
Uncertainty and averages. Introductory Physics Homework 1
lim sup and lim inf the averages of a sequence Calculus & Beyond Homework 0
Uncertainties of averages Set Theory, Logic, Probability, Statistics 2
averages Calculus 3
Derivatives vs Averages General Math 4