Find all sets of positive integers A, B, and C which satisfy
1/A = 1/B + 1/C.
(In reply to
Pattern (re: hmmm...) by TomM)
Or, eliminating one set of variables:
1) Set any random b and c;
2) Set d = GCF(b,c)
3) Set a = b + c
4) Set A = bc/d; Set B = ac/d; Set C = ab/d
|
Posted by Charlie
on 2003-07-20 10:47:49 |