take 3 numbers a, b, c, take the average of each pair, (a, b; b, c; a, c) and the average of all 3.
divide each pair average by the average of all 3, and total. this will be the score. what's the maximum possible score, if a, b, c are distinct integers less than 1,000?
edit: this was a bad puzzle as the answer is always 3.
Question
Guest
take 3 numbers a, b, c, take the average of each pair, (a, b; b, c; a, c) and the average of all 3.
divide each pair average by the average of all 3, and total. this will be the score. what's the maximum possible score, if a, b, c are distinct integers less than 1,000?
edit: this was a bad puzzle as the answer is always 3.
hmmm, sorry. let me rethink this.
Edited by phillip1882Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.