<?xml version="1.0" encoding="ISO-8859-1" ?>
  <resource>
  <id>7282</id>
  <path>/www/nrich/html/content/id/7282/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-05-26T13:06:28</last_published>
  <indexXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
Charlie has been investigating square numbers. He decided to
organise his work in a table:&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;mdo:image height=&quot;415&quot; width=&quot;311&quot; src=&quot;pythag.jpg&quot; alt=&quot;table of square numbers&quot;&gt;&lt;/mdo:image&gt;&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Charlie noticed some special relationships between certain square
numbers:&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
$$3^2+4^2=5^2$$ $$5^2+12^2=13^2$$&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Sets of integers like ${3,4,5}$ and ${5,12,13}$ are called
&lt;span style=&quot;font-weight: bold;&quot;&gt;Pythagorean Triples&lt;/span&gt;,
because they could be the lengths of the sides of a right-angled
triangle.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
He wondered whether he could find any more...&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Can you extend Charlie's table to find any more sets of Pythagorean
Triples where the hypotenuse is 1 unit longer than one of the other
sides?&lt;br&gt;&lt;/br&gt;
Do you notice any patterns?&lt;br&gt;&lt;/br&gt;
Can you make any predictions?&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Can you find a formula that
generates Pythagorean Triples like Charlie's?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Can you prove that your formula
works?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Alison has been working on Pythagorean Triples where the
hypotenuse is 2 units longer than one of the other sides.&lt;br&gt;&lt;/br&gt;
So far, she has found these:&lt;br&gt;&lt;/br&gt;
$$4^2 + 3^2 = 5^2$$ $$6^2+8^2=10^2$$ $$8^2+15^2=17^2$$&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Some of these are just scaled-up versions of Charlie's
triples, but some of them are new and can't be divided by a common
factor (these are called &lt;span style=&quot;font-weight: bold;&quot;&gt;primitive
triples&lt;/span&gt;).&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Can you find more Pythagorean Triples like Alison's?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Can you find a formula for
generating Pythagorean Triples like Alison's?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Can you prove that your formula
works?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Here are some follow-up questions you might like to consider:&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;ul&gt;
&lt;li&gt;Can you find Triples where the hypotenuse is 3 units longer
than one of the other sides? Or 4 units longer? Or...?&lt;/li&gt;

&lt;li&gt;Can you say anything about when such triples will be primitive
triples?&lt;/li&gt;
&lt;/ul&gt;

&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-style: italic;&quot;&gt;For a challenging extension
investigation, why not take a look at&lt;/span&gt; &lt;a style=&quot;font-style: italic;&quot; href=&quot;http://nrich.maths.org/7542&amp;amp;part=&quot;&gt;Few and Far
Between?&lt;/a&gt; &lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;http://nrich.maths.org/7542&amp;amp;part=&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML>&lt;mdoxml version=&quot;1.0&quot;&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Elliott from Wilson's school used a&lt;/span&gt; &lt;a href=&quot;/content/id/7282/Elliott.xls&quot;&gt;spreadsheet&lt;/a&gt; &lt;span class=&quot;editorial&quot;&gt;to find sets of triples where the hypotenuse is 1, 2, 3 and 4 units bigger than one of the other sides. He explains his method:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If you square each number, subtract one square from the square greater than it, then square root this number, you can find Pythagorean Triples. If the result is a whole number, the two numbers and the square rooted number make up a Pythagorean Triple.&lt;/p&gt;
&lt;p&gt;For example, $24^2 = 576$, and $25^2 = 625$. $625-576 = 49 = 7^2$, so $(7, 24, 25)$ make up a Pythagorean Triple. &lt;/p&gt;
&lt;p&gt;The first square, when the hypotenuse is one greater than the other side, is always odd, increasing by two each time.&lt;/p&gt;
&lt;p&gt;$9^2 + 40^2 = 41^2$&lt;br&gt;&lt;/br&gt;
$11^2 + 60^2 = 61^2$&lt;br&gt;&lt;/br&gt;
$13^2 + 84^2 = 85^2$&lt;/p&gt;
&lt;p&gt;If, instead of subtracting the square from the square one greater than it, you subtract it from the square two greater, you can work out the Pythagorean Triples similar to Alison's.&lt;/p&gt;
&lt;p&gt;For example, $15^2 = 225$ and $17^2 = 289$. $289 - 225 = 64 = 8^2$ so $(8, 15, 17)$ makes up a Pythagorean Triple.&lt;/p&gt;
&lt;p&gt;The first square number is always even and increases by two each time.&lt;/p&gt;
&lt;p&gt;$10^2 + 24^2 = 26^2$&lt;br&gt;&lt;/br&gt;
$12^2 + 35^2 = 37^2$&lt;br&gt;&lt;/br&gt;
$14^2 + 48^2 = 50^2$&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;
&lt;p&gt;If the hypotenuse is three longer than a side, the shortest side increases by 6 each time (starting on 3) e.g. 3, 15, 21, 27 etc. If the hypotenuse is four units longer, the shortest side increases by 4 each time e.g. 4, 8, 12, 16 etc.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Michael from St Patrick's in Australia used the following method:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of Charlie's triples have an even square in them. Using that, the triples for Charlie are &lt;br&gt;&lt;/br&gt;
$1^2 + 0^2 = 1^2$&lt;br&gt;&lt;/br&gt;
$3^2 + 4^2 = 5^2$&lt;br&gt;&lt;/br&gt;
$5^2 + 12^2 = 13^2$&lt;br&gt;&lt;/br&gt;
$7^2 + 24^2 = 25^2$&lt;br&gt;&lt;/br&gt;
$9^2 + 40^2 = 41^2$&lt;br&gt;&lt;/br&gt;
$11^2 + 60^2 = 61^2$&lt;br&gt;&lt;/br&gt;
$13^2 + 84^2 = 85^2$&lt;br&gt;&lt;/br&gt;
There is a pattern. The smaller, odd, square number will always rise by two. The larger, even, square number will go up by multiples of four in order, 4,8,12,16,20,24 etc. The answer will always be one square number more than the largest number in the equation.&lt;br&gt;&lt;/br&gt;
The next equation in the pattern will be $15^2+112^2=113^2$. $15^2=225, 112^2=12544,$ and $113^2=12769$. $12544+225=12769$.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Thomas, also from St Patrick's sent us his work on Alison's Pythagorean triples:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The hypotenuse is two units longer than one of the other sides. Can you find a formula for generating Pythagorean Triples like Alison's? Can you prove that your formula works?&lt;/p&gt;
&lt;p&gt;The three examples given are: 4²+3²=5² 6²+8²=10² 8²+15²=17² There is a pattern here (from left to right) the first number goes up by 2. The second number goes up by 5 then by 7 so it only makes sense that in the next equation the second number would be (15+9)=24. The third number again goes up by 5 then 7 so the third number should be (17+9) =26 Using this info I can make the accurate
assumption that the next equation in line will be; 10²+24²=26². Now to prove this, 10²=100 and 24²=576 so 100+576=676. 26²=676. The next two equations in line will be 12²+35²=37² 14²+48²=50²&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;I wonder if you can explain why Michael's and Thomas's patterns generate Pythagorean triples?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Nathan from Rushmore School observed:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If $x+x+1=y^2$, $y,x,x+1$ make a Pythagorean triple.&lt;/p&gt;
&lt;p&gt;Get two consecutive whole numbers that add up to a square number. For example, $4$ and $5$ - $4+5=9$ and $\sqrt9=3$ 3,4 and 5 make a Pythagorean triple. $12$ and $13$ - $12+13=25$ $\sqrt{25}=5$ 5,12 and 13 make a Pythagorean triple.&lt;br&gt;&lt;/br&gt;
The inverse of this is get any odd number ($x$) and square it. Halve the square number and add/take away half to make $y$ and $z$. $x,y$ and $z$ will be Pythagorean triples.&lt;/p&gt;
&lt;p&gt;Once you have these numbers you can multiply the triples by $n$ to make more Pythagorean triples.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Lucy from Belgium sent us her solution:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The formula is (2n+1)² + (2n²+2n)² = (2n²+2n+1)²&lt;/p&gt;
&lt;p&gt;I tried it a few times :&lt;br&gt;&lt;/br&gt;
If n=1 =&amp;gt; 3² + 4² = 5²&lt;br&gt;&lt;/br&gt;
If n=5 =&amp;gt; 11² + 60² = 61²&lt;/p&gt;
&lt;p&gt;Finding that you need an odd square number as the difference between the two other numbers wasn't so difficult. And then I found that between 4 and 12 there were 8 units, between 12 and 24 there are 12 units, and then 16 units and 20 units and so on... Which meant that the n was multiplied each time with the previous number+2&lt;br&gt;&lt;/br&gt;
n=1 was multiplied by 4 to get to 4&lt;br&gt;&lt;/br&gt;
n=2 was multiplied by 6 to get to&lt;br&gt;&lt;/br&gt;
12 n=3 was multiplied by 8 to get to 24 and so on again... in other words n was multiplied by the odd square number plus one =&amp;gt; n(2n+2) =&amp;gt; (2n²+2n) the last number is just one unit more so that is (2n²+2n+1)&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Well done Lucy! Can you show algebraically that the expression will always give a Pythagorean triple?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;We also received solutions from&lt;/span&gt; &lt;a href=&quot;/content/id/7282/Niharika.pdf&quot;&gt;Niharika&lt;/a&gt;, &lt;a href=&quot;/content/id/7282/Chuyi.pdf&quot;&gt;Chuyi&lt;/a&gt; and &lt;a href=&quot;/content/id/7282/Rajeev.pdf&quot;&gt;Rajeev&lt;/a&gt;.&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;

&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;mdoxml version=&quot;1.0&quot;&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Why do this problem?&lt;/h3&gt;
&lt;p&gt;This problem connects different areas of mathematics. Students are required to apply their knowledge of Pythagoras&amp;#39; theorem and properties of numbers, while using their algebra skills to make generalisations and prove their conjectures.&lt;/p&gt;
&lt;h3&gt;Possible approach&lt;/h3&gt;
&lt;div&gt;&amp;quot;Look at this right-angled triangle:&amp;quot;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;mdo:image alt=&quot;right-angled triangle&quot; height=&quot;216&quot; src=&quot;pythag3.jpg&quot; width=&quot;305&quot;&gt;&lt;/mdo:image&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&amp;quot;We know that the three sides have to satisfy the relationship $a^2 + b^2 = c^2$.&lt;/div&gt;
&lt;div&gt;Can you find examples where $a, b$ and $c$ are whole numbers? Here is a table of square numbers you might find useful.&amp;quot;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;mdo:image alt=&quot;List of square numbers&quot; height=&quot;395&quot; src=&quot;pythag2.jpg&quot; width=&quot;211&quot;&gt;&lt;/mdo:image&gt;&lt;/div&gt;
&lt;div&gt;Give students a few minutes to seek sets of 3 numbers. Then bring the class together again and collect the examples they found on the board. &lt;span style=&quot;font-style: italic;&quot;&gt;If ${3, 4, 5}$ and ${6, 8, 10}$ have both been suggested, it may be worth taking the time to discuss whether we should be surprised that doubling a, b and c still maintained the Pythagorean relationship.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;For students who are wondering why the difference between consecutive square numbers is always odd, &lt;a href=&quot;http://nrich.maths.org/content/id/2275/SumOddIntegers.htmlf&quot;&gt;this representation&lt;/a&gt; might be useful.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Now introduce the name &lt;span style=&quot;font-weight: bold;&quot;&gt;Pythagorean triple&lt;/span&gt; to describe a set of three whole numbers that satisfy $a^2 + b^2 = c^2$.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&amp;quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;To start with, let&amp;#39;s focus on Pythagorean Triples where b and c differ by just 1.&lt;/span&gt; The annotations on this table might give you some ideas on how to find some more.&amp;quot;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;mdo:image alt=&quot;&quot; height=&quot;415&quot; src=&quot;pythag.jpg&quot; width=&quot;311&quot;&gt;&lt;/mdo:image&gt;&lt;/div&gt;
&lt;p&gt;Set students to work in pairs looking for more Pythagorean triples. &amp;quot;At the end of the lesson, I want you to be able to explain a method for generating more Pythagorean triples where $b$ and $c$ differ by just 1, and to be able to explain how you know your method will always work.&amp;quot;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
For some students, it may be appropriate to nudge them towards algebraic representations to justify their findings. This could start with writing the relationship as $a^2 + b^2 = (b+1)^2$&lt;br&gt;&lt;/br&gt;
to explain why $a$ needs to be an odd number.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Then students could move on to the more sophisticated idea of writing $a^2$ as $(2n+1)^2$ and using their results to find expressions for $b$ and $c$ in terms of $n$.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
If more lesson time is available, students can go on to use their insights from investigating the case where $b$ and $c$ differ by 1 to explore triples where they differ by more than 1. There are some suggestions for follow-up questions in the problem.&lt;/p&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;
&lt;div&gt;Look at the table:&lt;/div&gt;
&lt;div&gt;&lt;mdo:image alt=&quot;&quot; height=&quot;93&quot; src=&quot;pythag4.jpg&quot; width=&quot;301&quot;&gt;&lt;/mdo:image&gt;&lt;/div&gt;
&lt;div&gt;Where is the $5^2$?&lt;/div&gt;
&lt;div&gt;Where is the $12^2$?&lt;/div&gt;
&lt;div&gt;Where is the $13^2$?&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Where might we find a similar set of related square numbers?&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;h3&gt;Possible extension&lt;/h3&gt;
&lt;div&gt;&lt;a href=&quot;http://nrich.maths.org/7542&amp;amp;part=&quot;&gt;Few and Far Between?&lt;/a&gt; challenges students to find triples where $a$ and $b$ differ by just 1.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;h3&gt;Possible support&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://nrich.maths.org/742&amp;amp;part=&quot;&gt;What&amp;#39;s Possible?&lt;/a&gt; offers a rich exploration of properties of square numbers that could be a good starting point for working on this problem.&lt;/p&gt;

&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;mdoxml version=&quot;1.0&quot;&gt;Here is an extract from Charlie's table:&lt;br&gt;&lt;/br&gt;
&lt;mdo:image height=&quot;93&quot; width=&quot;301&quot; src=&quot;pythag4.jpg&quot; alt=&quot;&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
Where is the $5^2$? &lt;br&gt;&lt;/br&gt;
Where is the $12^2$? &lt;br&gt;&lt;/br&gt;
Where is the $13^2$? &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Where might we find a similar set of related square
numbers? &lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML>&lt;mdoxml version=&quot;1.0&quot;&gt;link to pythag triple articles&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>1</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>
Generating Triples

</title>
  <description>
Sets of integers like 3, 4, 5 are called Pythagorean Triples, because they could be the lengths of the sides of a right-angled triangle. Can you find any more?

</description>
  <spec_group>Numbers and the Number System
    <specifier>Square numbers</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Properties of numbers</specifier>
  </spec_group>
  <spec_group>Algebra
    <specifier>Creating expressions/formulae</specifier>
  </spec_group>
  <spec_group>Using, Applying and Reasoning about Mathematics
    <specifier>Generalising</specifier>
  </spec_group>
  <spec_group>2D Geometry, Shape and Space
    <specifier>Pythagorean triples</specifier>
  </spec_group>
</resource>