Saved Bookmarks
| 1. |
UUL3.Write a Pythagorean triplet if one number is 14. |
|
Answer» Pythagorean triplets are of the form 2m,m²-1 and m²+1 Given one number,that is 14 14 can not be in the form of m²-1 or m²+1 as we get the following result. m²-1=14m²=13;m=√13 m²+1=14m²=15;m=√15 So,it is of the form 2m2m=14m=7 So,the other Pythagorean triplets are of the form m²-1 and m²+1m²-1=7²-1=49-1=48 m²+1=7²+1=49+1=50 So,the three Pythagorean triplets are 14,48 and 50 |
|