For positive integers , , and , define We say that a positive integer is if there exist that satisfy . How many integers are there?
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.
Introduce the short-hand x : = ( x , y , z ) T and define some helpful factors to simplify f ( x ) : g : = g cd ( x , y , z ) u : = g g cd ( x , y ) v : = g g cd ( x , z ) w : = g g cd ( y , z ) With those factors and x ′ , y ′ , z ′ ∈ N we rewrite x as x = ( x ′ u v g , y ′ u w g , z ′ v w g ) T , u , v , w , g , x ′ , y ′ , z ′ pairwise rel. prime It helps to visualize the relation of all these factors in a Venn-Diagram with three circles, representing x , y , z . Common factors are represented by intersections, so g lies in the middle. Now we simplify n = f ( x ) = g ⋅ ( x ′ y ′ z ′ u v w g ) ( x ′ u v g ) ( y ′ u w g ) ( z ′ v w g ) = u v w g ⇒ n 2 = ( u v w g ) 2 ≤ ( x ′ y ′ z ′ u v w g ) 2 = g x y z ≤ g 6 0 3
Notice the symmetries. If x is a solution, the following are true:
In those two remaining cases, our solution has the form: x = ( u v , u w , v w ) T , u v ≤ u w ≤ v w ≤ ! 6 0 , n = u v w
The special case u = v = 1 leads to the trivial solutions n = w ∈ { 1 ; … ; 6 0 } . For the remaining solutions, we need to find all 2 ≤ u ≤ v < w rel. prime such that u v < u w < v w ≤ 6 0 and n = u v w > 6 0 . This is just case-work: u 2 < u v < v w ≤ 6 0 ∧ n = u v w > 6 0 ⇒ 2 ≤ u ≤ 7 , max { v , ⌊ u v 6 0 ⌋ } < w ≤ ⌊ v 6 0 ⌋ The remaining cases are u v w 3 1 1 ; 1 3 ; 1 7 ; 1 9 5 7 ; 9 ; 1 1 2 7 % 4 7 ; 1 1 ; 1 3 5 7 ; 8 ; 1 1 3 7 8 5 7 ; 9 ; 1 1 4 7 % 6 7 5 7 8 6 7 % 7 8 % We notice all 1 9 cases in the table lead to distinct n > 6 0 . With the trivial solutions, we have 6 0 + 1 9 = 7 9 solutions total.