brother there is an easy method to calculate the value of k , first do the prime factorization of the number which in this case is 21600= 2^5x3^3x5^2.
then use the following Euler's formula 21600(1-1/2)(1-1/3)(1-1/5) = 5760 i'm also struck in finding the value of s..!!!
do i have to proceed in the same way as above for calculating the value of "s" and if yes then this involves a calculation of very big numbers...
is there a smarter way of doing dis problem???
friends, s = sum of all positive integers less than 21600 and co-prime to it
= (21600/2)*5760
Now u can proceed further.
It is a theorem that sum of all co-primes less than N = (N/2)*number of co-primes less than N:cheerio:
Yeah right, it is a theorem that sum of all co-primes less than N = (N/2)*number of co-primes less than N
If anyone interested in the proof, then its as follows:-
For any number N = (a^x)*(b^y)*(c^z)*...
We need to find the number of numbers less than or equal to N such that they are coprime to N, which means they are coprime to a, b, c, ....
Hence among every abc... numbers there will be abc ab bc ac + a + b + c 1 such numbers
So, total such numbers is given by:-
(N) = N(abc ab bc ac + a + b + c 1)/abc = N(1 1/a)(1 1/b)(1 1/c)..
This is Eulers number, so Eulers number of any number represents the number of numbers less than or equal to N and coprime to N.
21600 = 2^5*3^3^5^2
So, k = (21600) = 21600(1/2)(2/3)(4/5) = 5760
Now suppose p is one such number than (N p) will also be a such number.
Hence, s = p + q + r + ...... + (N r) + (N q) + (N p)
s = (N p) + (N q) + (N r) + ..... + r + q + p
Adding them we will get,
2s = N + N + N + .... + N (k times, as there k such numbers)
So, s = kN/2 = N* (N)/2
So, s(21600) = 5760*21600/2
Hence, s + k = 62213760