The number of coprime ordered pairs for x 0 + y 0 = 1 7 2 9 1 7 2 9 is m ;
The number of coprime ordered pairs for x 1 + y 1 = m is n ;
The number of coprime ordered pairs for x 2 + y 2 = n is l .
Find the value of ( m + n + l ) ( m o d 1 7 2 9 ) .
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.
Correct @Mehul Chaturvedi
It's relatively easy to get the totient functions once we know that 1 7 2 9 = 7 ⋅ 1 3 ⋅ 1 9 and 1 0 0 0 1 = 7 3 ⋅ 1 3 7
Factorise 1 7 2 9 1 7 2 9 = 7 ⋅ 1 3 ⋅ 1 9 ⋅ 7 3 ⋅ 1 3 7 to get: m = ϕ ( 1 7 2 9 1 7 2 9 ) = 6 ⋅ 1 2 ⋅ 1 8 ⋅ 7 2 ⋅ 1 3 6 = 2 1 0 ⋅ 3 6 ⋅ 1 7
n = ϕ ( 2 1 0 ⋅ 3 6 ⋅ 1 7 ) = 2 9 ⋅ ( 2 ⋅ 3 3 ) ⋅ 1 6 = 2 1 4 ⋅ 3 5
l = ϕ ( 2 1 4 ⋅ 3 5 ) = 2 1 3 ⋅ ( 2 ⋅ 3 4 ) ⋅ 1 6 = 2 1 4 ⋅ 3 4
We then get m + n + l = 2 1 0 ⋅ 3 4 ⋅ ( 9 ⋅ 1 7 + 1 6 ⋅ 3 + 1 6 ) = 2 1 0 ⋅ 3 4 ⋅ 2 1 7 .
We note that this is divisible by 7, so we just find the sum modulo 1 3 ⋅ 1 9 = 2 4 7 . Finding that 2 1 0 ⋅ 3 4 ⋅ 2 1 7 ≡ 2 0 5 ( m o d 2 4 7 ) (Using some shortcuts like 2 1 7 ≡ − 3 0 ( m o d 2 4 7 ) , ( 2 1 0 ≡ 3 6 ( m o d 2 4 7 ) ), we apply CRT to get m + n + l ≡ 1 6 8 7 ( m o d 1 7 2 9 )
Problem Loading...
Note Loading...
Set Loading...
Please upvote if you like the solution
If x + y = n and x , y are coprime ordered pairs then the number of coprime ordered pairs of x , y = ϕ n where ϕ is Euler's totient function
⇒ x 0 + y 0 = 1 7 2 9 1 7 2 9 ∴ total ( x 0 , y 0 ) = m = ϕ 1 7 2 9 1 7 2 9 = 1 2 6 9 0 4 3 2
⇒ x 1 + y 1 = 1 2 6 9 0 4 3 2 therefore total ( x 1 , y 1 ) = n = ϕ 1 2 6 9 0 4 3 2 = 3 9 8 1 3 1 2
⇒ x 2 + y 2 = 3 9 8 1 3 1 2 therefore total ( x 2 , y 2 ) = l = ϕ 3 9 8 1 3 1 2 = 1 3 2 7 1 0 4
⇒ ∴ m + n + l = 1 7 9 9 8 8 4 8 ∴ ( m + n + l ) m o d 1 7 2 9 = 1 6 8 7
Hence our answer is 1 6 8 7
Note: Number is very poorly chosen it took me one hour to find totient function of all the numbers