This MCQ module is based on: Pythagorean Triples & Chapter Exercises
Pythagorean Triples & Chapter Exercises
This mathematics assessment will be based on: Pythagorean Triples & Chapter Exercises
Targeting Class 8 level in General Mathematics, with Basic difficulty.
Upload images, PDFs, or Word documents to include their content in assessment generation.
2.5 Right-Triangles Having Integer Sidelengths
In his Sulba-Sutra (Verse 1.13), Baudhayana lists a number of integer triples \((a, b, c)\) that form the sidelengths of a right triangle and therefore satisfy \(a^2 + b^2 = c^2\). These include:
| a | b | c | Check: \(a^2+b^2\) | \(c^2\) | Match? |
|---|---|---|---|---|---|
| 3 | 4 | 5 | 9+16=25 | 25 | Yes |
| 5 | 12 | 13 | 25+144=169 | 169 | Yes |
| 8 | 15 | 17 | 64+225=289 | 289 | Yes |
| 7 | 24 | 25 | 49+576=625 | 625 | Yes |
| 12 | 35 | 37 | 144+1225=1369 | 1369 | Yes |
| 15 | 36 | 39 | 225+1296=1521 | 1521 | Yes |
Generating Infinitely Many Triples
Is there an unending sequence of Baudhayana triples? Mathematicians have found a method to generate all such triples. Let us take a few steps in this direction.
We have seen that \((3, 4, 5)\) is a Baudhayana triple.
Is \((300, 400, 500)\) a Baudhayana triple? Yes, since \(300^2 + 400^2 = 250000 = 500^2\).
The list of Baudhayana triples with numbers less than or equal to 20 contains the following:
(3, 4, 5), (6, 8, 10), (9, 12, 15), (12, 16, 20), (5, 12, 13), (8, 15, 17)
Scaled Triples
Proof: Since \((a, b, c)\) is a triple, we have \(a^2 + b^2 = c^2\). Now check:
\((ka)^2 + (kb)^2 = k^2a^2 + k^2b^2 = k^2(a^2 + b^2) = k^2 c^2 = (kc)^2\).
So \((ka, kb, kc)\) is indeed a Baudhayana triple.
We call \((ka, kb, kc)\) a scaled version of \((a, b, c)\).
For example, \((3, 4, 5)\) is primitive, whereas \((9, 12, 15)\) is not (common factor 3).
Similarly, \((5, 12, 13)\) is primitive, but \((10, 24, 26)\) is not.
Generating Triples Using Odd Number Sums
We know the relation between the sum of consecutive odd numbers and square numbers:
The sum of the first \(n\) odd numbers is \(n^2\).
This means: \((n-1)^2 + (2n-1) = n^2\)
If the \(n\)th odd number, \(2n - 1\), is also a perfect square, then we have a sum of two square numbers equal to another square number -- giving us a Baudhayana triple!
Example: \(n = 5\)
The 5th odd number is \(2 \times 5 - 1 = 9\). Is 9 a perfect square? Yes, \(9 = 3^2\). So we have:
\(1 + 3 + 5 + 7 + 9 = 5^2\)
\(4^2 + 3^2 = 5^2\)
This gives the triple \((3, 4, 5)\).
We could also verify using the equation \((n-1)^2 + (2n-1) = n^2\). Since we took the 5th odd number, \(n = 5\):
\((5-1)^2 + 9 = 5^2\)
\(16 + 9 = 25\) ... \(4^2 + 3^2 = 5^2\)
Example: \(n = 13\)
The 13th odd number is \(2 \times 13 - 1 = 25\). Is 25 a perfect square? Yes, \(25 = 5^2\). So:
\(1 + 3 + 5 + \cdots + 23 + 25 = 13^2\)
\(12^2 + 5^2 = 13^2\)
This gives the triple \((5, 12, 13)\).
Substituting \(n = 13\) in the equation: \((13-1)^2 + 25 = 13^2\), i.e., \(144 + 25 = 169\). Confirmed!
Figure it Out (Section 2.5)
\(n = 5\): \(2n-1 = 9 = 3^2\). Triple: \((3, 4, 5)\).
\(n = 13\): \(2n-1 = 25 = 5^2\). Triple: \((5, 12, 13)\).
\(n = 25\): \(2n-1 = 49 = 7^2\). \((24)^2 + 7^2 = 576 + 49 = 625 = 25^2\). Triple: \((7, 24, 25)\).
\(n = 41\): \(2n-1 = 81 = 9^2\). \(40^2 + 9^2 = 1600 + 81 = 1681 = 41^2\). Triple: \((9, 40, 41)\).
\(n = 61\): \(2n-1 = 121 = 11^2\). \(60^2 + 11^2 = 3600 + 121 = 3721 = 61^2\). Triple: \((11, 60, 61)\).
\(n = 85\): \(2n-1 = 169 = 13^2\). \(84^2 + 13^2 = 7056 + 169 = 7225 = 85^2\). Triple: \((13, 84, 85)\).
\(n = 113\): \(2n-1 = 225 = 15^2\). \(112^2 + 15^2 = 12544 + 225 = 12769 = 113^2\). Triple: \((15, 112, 113)\).
2.6 A Long-Standing Open Problem
The study of Baudhayana triples inspired the great French mathematician Fermat? -- who lived during the 17th century -- to make a general statement about the sum of powers of positive integers.
We have seen that there are an infinite number of square numbers that can be written as a sum of two square numbers. This made Fermat wonder if there is a perfect cube that can be written as a sum of two perfect cubes, a fourth power that can be written as a sum of two fourth powers, and so on.
In other words, he wondered if there is a solution to the equation
\(x^n + y^n = z^n\)
where \(x\), \(y\), and \(z\) are natural numbers, and \(n > 2\).
No one could ever find Fermat's proof of this statement, which became known as Fermat's Last Theorem.
After Fermat's death, many great mathematicians tried their hand at proving this theorem. There followed more than 300 years of failed attempts.
In 1963, a 10-year-old boy named Andrew Wiles read a book about Fermat's Last Theorem and its history. Despite reading about the failures of so many great mathematicians, this young boy resolved to prove this theorem. He eventually did prove it in 1994!
2.7 Further Applications of the Baudhayana-Pythagoras Theorem
A Problem from Bhaskaracharya's Lilavati
Here is a translation of a classic problem from Bhaskaracharya's (Bhaskara II) Lilavati:
When the lotus is swayed, the stem makes a right triangle with:
- Vertical side = \(x\) (depth)
- Horizontal side = 3 (distance from original position)
- Hypotenuse = \(x + 1\) (total stem length)
By Baudhayana's Theorem:
\(3^2 + x^2 = (x+1)^2\)
\(9 + x^2 = x^2 + 2x + 1\)
\(9 = 2x + 1\)
\(x = 4\)
The depth of the lake is 4 units.
Figure it Out (Section 2.7 -- Final Exercises)
Diagonal = \(5\sqrt{2} = 5 \times 1.414... \approx 7.07\) cm.
Triangle (4, 10, ?): \(c^2 = 4^2 + 10^2 = 16 + 100 = 116\). \(c = \sqrt{116} \approx 10.8\).
Triangle (40, ?, 41): \(b^2 = 41^2 - 40^2 = 1681 - 1600 = 81\). \(b = 9\).
Triangle (?, ?, \(\sqrt{200}\)) [isosceles right triangle]: \(2a^2 = 200\), so \(a^2 = 100\), \(a = 10\). Both legs are 10.
Triangle (10, \(\sqrt{150}\), ?): \(c^2 = 100 + 150 = 250\). \(c = \sqrt{250} = 5\sqrt{10} \approx 15.8\).
Triangle (27, 45, ?): \(c^2 = 729 + 2025 = 2754\). \(c = \sqrt{2754} \approx 52.5\).
Alternatively: \(27 = 9 \times 3\), \(45 = 9 \times 5\). This is a scaled \((3, 5, ?)\) triangle with \(k=9\). Hypotenuse = \(9\sqrt{34} \approx 52.5\).
Each side forms a right triangle with these half-diagonals as legs:
\(s^2 = 12^2 + 35^2 = 144 + 1225 = 1369\)
\(s = \sqrt{1369} = 37\) units.
The sidelength of the rhombus is 37 units.
1. Rectangle \(3 \times 4\), diagonal = 5
2. Rectangle \(5 \times 12\), diagonal = 13
3. Rectangle \(8 \times 15\), diagonal = 17
4. Rectangle \(7 \times 24\), diagonal = 25
5. Rectangle \(20 \times 21\), diagonal = 29
Side of this square = \(\sqrt{24} = 2\sqrt{6} \approx 4.9\) units.
Construction method: Since \(7^2 = 5^2 + (\sqrt{24})^2\), draw a right triangle with hypotenuse 7 and one leg 5. The other leg will be \(\sqrt{24}\). Build a square on this leg.
(ii) Suppose the grid extends indefinitely. What are the possible integer-valued areas of squares you can create in this manner?
(a) Area 2: Tilt a unit square by 45 degrees. Vertices at grid points (0,1), (1,0), (0,-1), (-1,0). Side = \(\sqrt{2}\), area = 2. YES.
(b) Area 3: We need vertices at grid points forming a square with area 3. No -- on a square grid, areas of grid-vertex squares are always of the form \(a^2 + b^2\) where \(a, b\) are integers. Since 3 cannot be written as a sum of two perfect squares (check: \(0+3\) fails, \(1+2\) fails), area 3 is NOT possible.
(c) Area 4: A \(2 \times 2\) aligned square. YES.
(d) Area 5: Side vector (1, 2). Vertices at (0,0), (1,2), (3,1), (2,-1). Area = \(1^2 + 2^2 = 5\). YES.
(ii) The possible integer-valued areas are all numbers that can be expressed as a sum of two squares of integers: 1, 2, 4, 5, 8, 9, 10, 13, 16, 17, 18, 20, 25, ... These are numbers of the form \(a^2 + b^2\).
Half-base = 3, hypotenuse = 6.
By Baudhayana's Theorem: \(h^2 + 3^2 = 6^2\)
\(h^2 = 36 - 9 = 27\)
\(h = \sqrt{27} = 3\sqrt{3}\)
Area = \(\frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 6 \times 3\sqrt{3} = 9\sqrt{3}\)
Since \(\sqrt{3} \approx 1.732\): Area \(\approx 15.59\) sq. units.
- List all perfect squares that are odd and less than 200: 1, 9, 25, 49, 81, 121, 169.
- For each, find \(n\): if \(2n - 1 = m^2\), then \(n = \frac{m^2 + 1}{2}\).
- For \(m = 3\): \(n = 5\), triple = \((3, 4, 5)\). For \(m = 5\): \(n = 13\), triple = \((5, 12, 13)\). Continue...
- Verify each triple: check \(a^2 + b^2 = c^2\).
- Try to find a primitive triple NOT generated by this method.
Observe: Every triple generated has the form where the hypotenuse is exactly 1 more than the larger leg. The triple \((8, 15, 17)\) has hypotenuse 2 more than the larger leg, so it cannot come from this method.
Explain: The formula \((n-1)^2 + (2n-1) = n^2\) always gives triples where \(c - b = 1\) (since \(c = n\) and the larger leg \(= n - 1\)). Triples with \(c - b > 1\) require different generation methods.
Summary
- The Baudhayana-Pythagoras Theorem is one of the most fundamental theorems in geometry. It expresses the relationship among the three sides of a right-angled triangle.
- If \(a\), \(b\), \(c\) are the sidelengths of a right-angled triangle, where \(c\) is the length of hypotenuse, then \(a^2 + b^2 = c^2\).
- In an isosceles right triangle with sidelengths \(a\), \(a\), \(c\), we have \(a^2 + a^2 = 2a^2 = c^2\), i.e., \(c = a\sqrt{2}\).
- The number \(\sqrt{2}\) lies between 1.414 and 1.415. However, it cannot be expressed as a terminating decimal. It also cannot be expressed as a fraction \(\frac{m}{n}\) with \(m\), \(n\) positive integers.
- A triple \((a, b, c)\) of positive integers satisfying \(a^2 + b^2 = c^2\) is called a Baudhayana triple. Examples include \((3, 4, 5)\), \((5, 12, 13)\), and \((8, 15, 17)\). Infinitely many such triples can be constructed.
- The equation \(a^n + b^n = c^n\) has no solution in positive integers when \(n > 2\). This is known as Fermat's Last Theorem. It was proven by Andrew Wiles in 1994.
There are 3 closed boxes -- one containing only red balls, the second containing only blue balls, and the third containing only green balls. The boxes are labelled RED, BLUE, and GREEN such that no box has the correct label. We need to find which label goes with which box. How can this be done if we are allowed to open only one box?
Step 1: Open the box labelled "GREEN". It does NOT contain green balls. Suppose it contains RED balls.
Step 2: Now the box labelled "GREEN" actually has red balls. The box labelled "RED" cannot have red balls (wrong label) and cannot have green balls (because the box labelled "BLUE" must have the remaining colour). So the box labelled "RED" has BLUE balls.
Step 3: That leaves green balls for the box labelled "BLUE".
The same logic works regardless of what we find in the first box we open. Opening just one box is sufficient! The key insight is that since ALL labels are wrong, finding the contents of one box determines the contents of the other two.
Check: \(6^2 + 8^2 = 36 + 64 = 100 = 10^2\). This is a scaled version of (3, 4, 5) with \(k=2\). The others fail: \(16+25 \neq 36\); \(25+36 \neq 49\); \(4+9 \neq 16\).
New position (foot at 6 m): \(h'^2 + 6^2 = 13^2\), so \(h'^2 = 169 - 36 = 133\), \(h' = \sqrt{133} \approx 11.53\) m.
The ladder drops by about \(12 - 11.53 = 0.47\) m. Moving the foot 1 m outward does NOT cause the height to drop by 1 m -- the relationship is non-linear because of the squares.
Half-base = \(\frac{s}{2}\), hypotenuse = \(s\).
By Baudhayana's Theorem: \(h^2 + \left(\frac{s}{2}\right)^2 = s^2\)
\(h^2 = s^2 - \frac{s^2}{4} = \frac{3s^2}{4}\)
\(h = \frac{s\sqrt{3}}{2}\)
Area = \(\frac{1}{2} \times s \times \frac{s\sqrt{3}}{2} = \frac{s^2\sqrt{3}}{4}\)
General formula: Area of equilateral triangle with side \(s\) = \(\frac{s^2\sqrt{3}}{4}\).
Assertion–Reason Questions
Reason (R): A primitive Baudhayana triple has no common factor greater than 1 among all three numbers.
Reason (R): Fermat's Last Theorem applies to all integer exponents \(n > 2\), not just \(n = 3\).
Frequently Asked Questions — Chapter 2
What is Pythagorean Triples & Chapter Exercises in NCERT Class 8 Mathematics?
Pythagorean Triples & Chapter Exercises is a key concept covered in NCERT Class 8 Mathematics, Chapter 2: Chapter 2. This lesson builds the student's foundation in the chapter by explaining the core ideas with worked examples, definitions, and step-by-step methods aligned to the CBSE curriculum.
How do I solve problems on Pythagorean Triples & Chapter Exercises step by step?
To solve problems on Pythagorean Triples & Chapter Exercises, follow the NCERT method: identify the given quantities, choose the relevant formula or theorem, substitute values carefully, and simplify. Class 8 exercises gradually increase in difficulty — start with solved NCERT examples before attempting exercise questions, and always verify your answer by substitution or diagram.
What are the most important formulas for Chapter 2: Chapter 2?
The essential formulas of Chapter 2 (Chapter 2) are listed in the chapter summary and highlighted throughout the lesson in formula boxes. Memorise them and practise at least 2–3 problems per formula. CBSE board exams frequently test direct application as well as combined use of multiple formulas from this chapter.
Is Pythagorean Triples & Chapter Exercises important for the Class 8 board exam?
Pythagorean Triples & Chapter Exercises is part of the NCERT Class 8 Mathematics syllabus and appears in CBSE board exams. Questions typically include short-answer, long-answer, and competency-based items. Review the NCERT examples, exercise questions, and previous-year board problems on this topic to prepare confidently.
What mistakes should students avoid in Pythagorean Triples & Chapter Exercises?
Common mistakes in Pythagorean Triples & Chapter Exercises include skipping steps, misapplying formulas, sign errors, and losing track of units. Write each step clearly, double-check algebraic manipulations, and re-read the question after solving to verify that your answer matches what was asked.
Where can I find more NCERT practice questions on Pythagorean Triples & Chapter Exercises?
End-of-chapter NCERT exercises for Pythagorean Triples & Chapter Exercises cover all difficulty levels tested in CBSE exams. After completing them, try the examples again without looking at the solutions, attempt the NCERT Exemplar questions for Chapter 2, and solve at least one previous-year board paper to consolidate your understanding.