what pyhagorean triple is generaed by muliplying each integer in he pythagorean triple (20,21,29) by 5

To generate a Pythagorean triple, we need three positive integers (a, b, c) where a^2 + b^2 = c^2.

Given the Pythagorean triple (20, 21, 29), we can multiply each integer by 5 to generate a new triple.

Multiplying each integer by 5:
a = 20 * 5 = 100
b = 21 * 5 = 105
c = 29 * 5 = 145

Therefore, the Pythagorean triple generated by multiplying each integer in the original triple (20, 21, 29) by 5 is (100, 105, 145).