To generate a Pythagorean triple using the polynomial identity \((x^2 + y^2)^2 = (x^2 - y^2)^2 + (2xy)^2\), we will substitute \(x = 10\) and \(y = 6\).
-
First, calculate \(x^2\) and \(y^2\): \[ x^2 = 10^2 = 100 \] \[ y^2 = 6^2 = 36 \]
-
Now, calculate \(x^2 + y^2\): \[ x^2 + y^2 = 100 + 36 = 136 \]
-
Next, calculate \(x^2 - y^2\): \[ x^2 - y^2 = 100 - 36 = 64 \]
-
Then calculate \(2xy\): \[ 2xy = 2 \cdot 10 \cdot 6 = 120 \]
Now we have:
- \( (x^2 - y^2) = 64 \)
- \( (2xy) = 120 \)
According to the identity: \[ (x^2 + y^2)^2 = (x^2 - y^2)^2 + (2xy)^2 \] We can confirm that: \[ 136^2 = 64^2 + 120^2 \]
Calculating both sides:
-
Left side: \[ 136^2 = 18496 \]
-
Right side: \[ 64^2 = 4096 \quad \text{and} \quad 120^2 = 14400 \] \[ 64^2 + 120^2 = 4096 + 14400 = 18496 \]
Both sides match, confirming that the identity holds.
The values of the Pythagorean triple generated are: \[ a = x^2 - y^2 = 64, \quad b = 2xy = 120, \quad c = x^2 + y^2 = 136 \]
Now, checking the options:
- A. 120 (one of the values)
- B. 16
- C. 256
- D. 60
Thus, the answer is A. 120.