Q1. Let x1,x2,x3,...,x100 be hundred integers such that the sum of any five integers is equal to 20. Then
- the largest xi equals 5;
- the smallest xi equals 3;
- x17=x83; 4.none of the foregoing statement is true.
Q2. The smallest positive integer n with 24 divisors (where 1 and n are also considered as divisors of n) is
- 420;
- 240;
- 360;
- 480.
I could not figure out the first question.But for the second one, the answer says it is 360. So I tried to solve it in this way that is:
360 = 3*3*2*2*2*5
So, the total no of divisors = 
= 64
So I took the factors of the 360 and each and every factor is a divisor of 360. And I used the combinations to create new divisors for the 360. So I want to know what is wrong with this method.