Friendly Triples

Algebra Level 4

An ordered triple of real numbers ( a , b , c ) (a, b, c) is called friendly, if each number is equal to the product of the other 2. How many (distinct) friendly triples are there?

Details and assumptions

The numbers need not be pairwise distinct (which means that no two of them are the same).


The answer is 5.

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.

6 solutions

Douglas Chen
May 20, 2014

We know that a friendly triple has a = b c , b = a c a = bc, b = ac , and c = a b c = ab . Multiplying these three equations together, we have a b c = ( a b c ) 2 abc = (abc)^2 . Solving this as a quadratic in terms of ( a b c ) (abc) , we have a b c = 0 abc = 0 or a b c = 1 abc = 1 .

For the a b c = 0 abc = 0 case, we know that one of a , b a, b or c c is 0. But from the equations, the rest must also be 0. So this gives us one triple, (0, 0, 0).

For the a b c = 1 abc=1 case, we can safely [Why safely? - Calvin] say that a = 1 / ( b c ) a = 1/(bc) , b = 1 / ( a c ) b = 1/(ac) and c = 1 / ( a b ) c = 1/(ab) . Multiplying with the original system of three equations, we know that a 2 = 1 a^2 = 1 , b 2 = 1 b^2 = 1 and c 2 = 1 c^2 = 1 , so a , b a, b and c c are either 1 or -1. But since the product a b c abc is positive, either zero or two of a , b a, b , and c c must be negative. So, we have four more triples, (1, 1, 1), and the three permutations of (-1, -1, 1), for a total of five triples.

Qi Huan Tan
May 20, 2014

Note that ab=c, bc=a and ca=b. Multiplying the three equations, (abc)^2=abc, abc=0 or abc=1. When abc=0, wlog a=0, comparing the three equations, b=c=0, therefore we get a=b=c=0. When abc= 1, wlog divide both sides by ab=c, we get c^2=1, c=1 or c=-1. Similarly, we get a=1 or a=-1, b=1or b=-1. By checking all possibilities, the solutions are (a,b,c)=(1,1,1),(-1,-1,1),(-1,1,-1),(1,-1,-1). Therefore, there are a total of 5 solutions.

Jp Delavin
May 20, 2014

From the following information, we know that:

(1) a = b c a=bc

(2) b = a c b=ac

(3) c = a b c=ab

Using (1) and (2),

b = b c 2 b=bc^2

b ( c 2 1 ) = 0 b(c^2-1)=0

Thus, b = 0 b=0 or c 2 1 = 0 c = ± 1 c^2-1=0\Rightarrow c=\pm 1 .

If b = 0 b=0 , from (1) and (2), a = c = 0 a=c=0 . Thus, ( a , b , c ) = ( 0 , 0 , 0 ) (a,b,c)=(0,0,0) .

If c = 1 c=1 , from (1) or (2), a = b a=b . Since 1 = c = a b = a 2 1=c=ab=a^2 , a = b = ± 1 a=b=\pm 1 . Thus, ( a , b , c ) = ( 1 , 1 , 1 ) (a,b,c)=(1,1,1) or ( a , b , c ) = ( 1 , 1 , 1 ) (a,b,c)=(-1,-1,1) .

Take note that the we can also take all the possible permutations of ( a , b , c ) = ( 1 , 1 , 1 ) (a,b,c)=(-1,-1,1) since the equations are symmetric. There are ( 3 2 ) \binom{3}{2} such permutations.

If c = 1 c=-1 , from (1) or (2), a = b a=-b . Since 1 = c = a 2 -1=c=-a^2 , a = b = ± 1 a=b=\pm 1 . Thus, ( a , b , c ) = ( ± 1 , 1 , 1 ) (a,b,c)=(\pm1,\mp1,-1) . Notice, however that this is just a permutation of the cases above.

Thus, there are five ( 5 5 ) solutions, namely ( 0 , 0 , 0 ) (0,0,0) , ( 1 , 1 , 1 (1,1,1 , and all the permutations of ( 1 , 1 , 1 ) (-1,-1,1) .

Calvin Lin Staff
May 13, 2014

We have a = b c , b = a c , c = a b a = bc, b = ac, c = ab . Multiplying all 3 equations together, we get a b c = a 2 b 2 c 2 abc = a^2 b^2 c^2 , so 0 = a 2 b 2 c 2 a b c = a b c ( a b c 1 ) 0 = a^2b^2c^2-abc = abc(abc-1) . Hence, we have the following cases:

Case 1. a b c = 0 abc=0 . If a = 0 a=0 , then b = a c = 0 b=ac = 0 and c = a b = 0 c=ab=0 , so the only solution is ( 0 , 0 , 0 ) (0,0,0) .

Case 2. a b c = 1 abc = 1 . Then, a 2 = a × a = a × b c = 1 a^2 = a \times a = a \times bc = 1 , so a = ± 1 a = \pm 1 . Similarly, b = ± 1 , c = ± 1 b = \pm 1, c= \pm 1 . Since a b c = 1 abc=1 , an even number of these terms must be 1 -1 . We have the possibilities ( 1 , 1 , 1 ) , ( 1 , 1 , 1 ) , ( 1 , 1 , 1 ) , ( 1 , 1 , 1 ) (1, 1, 1), (1, -1, -1), (-1, 1, -1), (-1, -1, 1) , and it is clear that all of these satisfy the condition, so there are 4 4 solutions.

Hence, in total, there are 5 5 solutions.

Tim Ye
May 20, 2014

You know that: 0 x 0 = 0 -0 x 0 = 0 1 x 1 = 1 -1 x -1 = 1

Because 0 and -0 are the same, there are 3 possibilities. So first, one possibility of an ordered triple is (0,0,0). Then, you know (1,1,1), the hard part is the -1s.

But, if you do (-1,-1,1) it will work since -1 x 1 = -1, and -1 x -1 = 1.

Then, you do all the other permutations (there are two more).

SO the answer is 5 since there is (0,0,0), (1,1,1), (-1,-1,1), (-1,1,-1) and (1,-1,-1)

Bryan Tran
May 20, 2014

We can see that (1,1,1) and (0,0,0) work. We can also see that only 1's and -1's will work, so the only other solution is (-1,-1,1), which there are 3 permutations of.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...