Solveeit Logo

Question

Question: If a, b, c are integers such that $|a - b|^{19} + |c-a|^{19} = 1$, find the value of $|c - a| + |a -...

If a, b, c are integers such that ab19+ca19=1|a - b|^{19} + |c-a|^{19} = 1, find the value of ca+ab+bc|c - a| + |a - b| + |b - c|

A

2

B

3

C

1

D

4

Answer

2

Explanation

Solution

Let X=abX = |a - b| and Y=caY = |c - a|. Since a,b,ca, b, c are integers, XX and YY are non-negative integers. The equation is X19+Y19=1X^{19} + Y^{19} = 1. The only integer solutions are (X,Y)=(0,1)(X, Y) = (0, 1) or (1,0)(1, 0).

Case 1: ab=0|a - b| = 0 and ca=1|c - a| = 1. This implies a=ba = b. The expression is ca+ab+bc=1+0+ac=1+0+1=2|c - a| + |a - b| + |b - c| = 1 + 0 + |a - c| = 1 + 0 + 1 = 2.

Case 2: ab=1|a - b| = 1 and ca=0|c - a| = 0. This implies c=ac = a. The expression is ca+ab+bc=0+1+ba=0+1+1=2|c - a| + |a - b| + |b - c| = 0 + 1 + |b - a| = 0 + 1 + 1 = 2.

In both cases, the value is 2.