A list of 10 positive integers, each less than 15, has an average of 6.
What is the maximum number of ones (the number 1, not the digit) that could be in the list?
The 10 integers average 6, so the total of the 10 integers is 60.
If you have 9 1's, can you make up the other 51 with 1 number? No
If you have 8 1's, can you make up the other 52 with 2 numbers? No
If you have 7 1's, can you make up the other 53 with 3 numbers? No
If you have 6 1's, can you make up the other 54 with 4 numbers? Yes - three 14's & one 12
.