Let be the sum of all positive integers which are less than , and are also relatively prime to . For example, . What is ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The question asks for the sum of co-primes to 360 which are less than it :
Fortunately there exists a formula for it ;)
⇒ The sum of co-primes of N which are less than it is given by : 2 N ⋅ ϕ ( N )
Where ϕ ( N ) is the number of co-primes to N which are less than it .
Now ϕ ( N ) can be calculated as follows :
N = a p × b q × c r … (say)
Now the N in this question is 360 .
3 6 0 = 2 3 × 3 2 × 5
Hence , s(360) = 2 N ⋅ ϕ ( N ) = 2 3 6 0 ⋅ 3 6 0 ⋅ ( 1 − 2 1 ) ⋅ ( 1 − 3 1 ) ⋅ ( 1 − 5 1 ) = 1 8 0 × 9 6 = 1 7 2 8 0