Difference between revisions of "2003 AIME I Problems/Problem 3"
(Added problem and solution) |
|||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
+ | Let the set <math> \mathcal{S} = \{8, 5, 1, 13, 34, 3, 21, 2\}. </math> Susan makes a list as follows: for each two-element subset of <math> \mathcal{S}, </math> she writes on her list the greater of the set's two elements. Find the sum of the numbers on the list. | ||
== Solution == | == Solution == | ||
+ | Each element will appear in <math>7</math> two element subsets. (Once with each other number.) | ||
+ | |||
+ | <math>34</math> will be the greater number in <math>7</math> subsets. | ||
+ | |||
+ | <math>21</math> will be the greater number in <math>6</math> subsets. | ||
+ | |||
+ | <math>13</math> will be the greater number in <math>5</math> subsets. | ||
+ | |||
+ | <math>8</math> will be the greater number in <math>4</math> subsets. | ||
+ | |||
+ | <math>5</math> will be the greater number in <math>3</math> subsets. | ||
+ | |||
+ | <math>3</math> will be the greater number in <math>2</math> subsets. | ||
+ | |||
+ | <math>2</math> will be the greater number in <math>1</math> subsets. | ||
+ | |||
+ | <math>1</math> will be the greater number in <math>0</math> subsets. | ||
+ | |||
+ | Therefore the sum is: | ||
+ | |||
+ | <math> \displaystyle 34\cdot7+21\cdot6+13\cdot5+8\cdot4+5\cdot3+3 \cdot2+2\cdot1+1\cdot0=484</math> | ||
== See also == | == See also == | ||
* [[2003 AIME I Problems]] | * [[2003 AIME I Problems]] |
Revision as of 19:00, 15 July 2006
Problem
Let the set Susan makes a list as follows: for each two-element subset of she writes on her list the greater of the set's two elements. Find the sum of the numbers on the list.
Solution
Each element will appear in two element subsets. (Once with each other number.)
will be the greater number in subsets.
will be the greater number in subsets.
will be the greater number in subsets.
will be the greater number in subsets.
will be the greater number in subsets.
will be the greater number in subsets.
will be the greater number in subsets.
will be the greater number in subsets.
Therefore the sum is: