<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>6624</id>
  <path>/www/nrich/html/content/id/6624/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
 

&lt;script type=&quot;text/javascript&quot;&gt;
//
//
//

  $(document).ready(function() {
    $('#hideShow1').click(function(event) {
      event.preventDefault();
      $('#hidden1').toggle();
    });
    
    $('#hideShow2').click(function(event) {
      event.preventDefault();
      $('#hidden2').toggle();
    });
    
     $('#hideShow3').click(function(event) {
      event.preventDefault();
      $('#hidden3').toggle();
    });
    
    $('#hideShow4').click(function(event) {
      event.preventDefault();
      $('#hidden4').toggle();
    });
    
    $('#hideShow5').click(function(event) {
      event.preventDefault();
      $('#hidden5').toggle();
    });
    
  });
//
//
//
&lt;/script&gt;

&lt;span style=&quot;font-style: italic;&quot;&gt;This problem is in two parts. The
first part consists of four similar challenges which provide
building blocks to help you to solve the final challenge. You could
work on them with others, but if you are working on your own, you
may not need to attempt all four.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-style: italic;&quot;&gt;Of course, you are welcome to go
straight to the Final Challenge!&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In this problem, you will be working with cyclic quadrilaterals. A
cyclic quadrilateral is a quadrilateral whose
vertices lie on a circle. There is an interactivity at the bottom
of the page which you can use to create cyclic
quadrilaterals.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Click on one of the questions below to get started.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;a id=&quot;hideShow1&quot; href=&quot;#&quot;&gt;Question A&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;display: none;&quot; id=&quot;hidden1&quot;&gt;Using a circle with &lt;span style=&quot;font-weight: bold;&quot;&gt;nine&lt;/span&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt; evenly spaced points around the edge,
draw triangles which use the centre of the circle as one of the
vertices. You may find these &lt;a href=&quot;/content/id/6624/9dot.pdf&quot;&gt;nine-point circles&lt;/a&gt;
useful.&lt;br&gt;&lt;/br&gt;
How many different triangles can you find?&lt;br&gt;&lt;/br&gt;
Work out all the angles in these triangles.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
On a nine-point circle, we can join four points to create cyclic
quadrilaterals. Here are two examples:&lt;br&gt;&lt;/br&gt;
 &lt;mdo:image width=&quot;483&quot; height=&quot;245&quot; alt=&quot;&quot; src=&quot;quads.jpg&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
Create at least six different cyclic quadrilaterals on nine-point circles.
Split your quadrilaterals into triangles, and use your earlier results to
work out the angles in your quadrilaterals.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;What do you notice about the
angles on opposite vertices of your quadrilaterals?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 &lt;a id=&quot;hideShow2&quot; href=&quot;#&quot;&gt;Question B&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;display: none;&quot; id=&quot;hidden2&quot;&gt;Using a circle with &lt;span style=&quot;font-weight: bold;&quot;&gt;twelve&lt;/span&gt; evenly spaced points
around the edge, draw triangles which use the centre of the circle
as one of the vertices. You may find these &lt;a href=&quot;/content/id/6624/12dot.pdf&quot;&gt;twelve-point circles&lt;/a&gt;
useful.&lt;br&gt;&lt;/br&gt;
How many different triangles can you find?&lt;br&gt;&lt;/br&gt;
Work out all the angles in these triangles.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
On a twelve-point circle, we can join four points to create cyclic
quadrilaterals. Here are two examples:&lt;br&gt;&lt;/br&gt;
 &lt;mdo:image width=&quot;483&quot; height=&quot;231&quot; alt=&quot;&quot; src=&quot;cyclic12.png&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
Create at least six different cyclic quadrilaterals on twelve-point circles.
Split your quadrilaterals into triangles, and use your earlier results to
work out the angles in your quadrilaterals.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;What do you notice about the
angles on opposite vertices of your quadrilaterals?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 &lt;a id=&quot;hideShow3&quot; href=&quot;#&quot;&gt;Question C&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;display: none;&quot; id=&quot;hidden3&quot;&gt;Using a circle with &lt;span style=&quot;font-weight: bold;&quot;&gt;fifteen&lt;/span&gt; evenly spaced points
around the edge, draw triangles which use the centre of the circle
as one of the vertices. You may find these &lt;a href=&quot;/content/id/6624/15dot.pdf&quot;&gt;fifteen-point circles&lt;/a&gt;
useful.&lt;br&gt;&lt;/br&gt;
How many different triangles can you find?&lt;br&gt;&lt;/br&gt;
Work out all the angles in these triangles.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
On a fifteen-point circle, we can join four points to create cyclic
quadrilaterals. Here are two examples:&lt;br&gt;&lt;/br&gt;
 &lt;mdo:image width=&quot;483&quot; height=&quot;231&quot; alt=&quot;&quot; src=&quot;cyclic15.png&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
Create at least six different cyclic quadrilaterals on fifteen-point
circles. Split your quadrilaterals into triangles, and use your earlier
results to work out the angles in your quadrilaterals.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;What do you notice about the
angles on opposite vertices of your quadrilaterals?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 &lt;a id=&quot;hideShow4&quot; href=&quot;#&quot;&gt;Question D&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;display: none;&quot; id=&quot;hidden4&quot;&gt;Using a circle with &lt;span style=&quot;font-weight: bold;&quot;&gt;eighteen&lt;/span&gt; evenly spaced points
around the edge, draw triangles which use the centre of the circle
as one of the vertices. You may find these &lt;a href=&quot;/content/id/6624/18dot.pdf.pdf&quot;&gt;eighteen-point circles&lt;/a&gt;
useful.&lt;br&gt;&lt;/br&gt;
How many different triangles can you find?&lt;br&gt;&lt;/br&gt;
Work out all the angles in these triangles.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
On an eighteen-point circle, we can join four points to create
cyclic quadrilaterals. Here are two examples:&lt;br&gt;&lt;/br&gt;
 &lt;mdo:image width=&quot;483&quot; height=&quot;231&quot; alt=&quot;&quot; src=&quot;cyclic18.png&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
Create at least six different cyclic quadrilaterals on eighteen-point
circles. Split your quadrilaterals into triangles, and use your earlier
results to work out the angles in your quadrilaterals.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;What do you notice about the
angles on opposite vertices of your quadrilaterals?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 &lt;a id=&quot;hideShow5&quot; href=&quot;#&quot;&gt;Final Challenge&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;display: none;&quot; id=&quot;hidden5&quot;&gt;What can you say about the
angles on opposite vertices of any cyclic quadrilateral?&lt;br&gt;&lt;/br&gt;
Use a diagram like the one below to create a convincing
argument.&lt;br&gt;&lt;/br&gt;
&lt;mdo:image width=&quot;243&quot; height=&quot;231&quot; src=&quot;cyclic.png&quot; alt=&quot;&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
 Does your argument still work if the centre of the circle is not
within the quadrilateral?&lt;br&gt;&lt;/br&gt;
 &lt;mdo:image width=&quot;243&quot; height=&quot;231&quot; src=&quot;cyclic2.png&quot; alt=&quot;&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
You may find this Virtual Geoboard useful.&lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;/content/id/6624/circleAngles.swf&quot;&gt;Full Screen
Version&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
 &lt;mdo:flash height=&quot;400&quot; width=&quot;550&quot;&gt;&lt;param value=&quot;/content/id/6624/circleAngles.swf&quot; name=&quot;movie&quot; &gt;&lt;/param&gt;&lt;param value=&quot;7&quot; name=&quot;flashplayerversion&quot; &gt;&lt;/param&gt;&lt;/mdo:flash&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&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;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;This problem invited students to
consider the relationship between opposite angles of cyclic
quadrilaterals. Often, with these types of problems, it is helpful
to draw diagrams; several students submitted diagrams as part of
their solution - well done&lt;/span&gt;.&lt;/p&gt;

&lt;p class=&quot;editorial&quot;&gt;The problem is divided into two parts: the
first part contains questions that form &amp;quot;building blocks&amp;quot; to help
meet the final challenge in the second part.&lt;/p&gt;

&lt;p class=&quot;editorial&quot;&gt;Nick, from St Stephen's at Carramar summed up
his solution:&lt;/p&gt;

&lt;p class=&quot;editorial&quot;&gt;&lt;/p&gt;The sum of the angles at opposite vertices
of a cyclic quadrilateral is $180^\circ$. This is the same for all
cyclic quadrilaterals, regardless of the positioning of the centre
dot.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Click&lt;/span&gt; &lt;a href=&quot;/content/id/6624/izvGBz-Cyclic%20Quadrilaterals.docx&quot; class=&quot;editorial&quot;&gt;here&lt;/a&gt; &lt;span class=&quot;editorial&quot;&gt;to see his full
solution with diagrams.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;editorial&quot;&gt;Well done also to the following students, who
also submitted similar (and correct!) answers to this problem:
Andre, Laura, Sascha, Chris and Sailesh from St. Stephen's School,
Marcus and Kye from St Philip's Primary School, and Natasha.&lt;/p&gt;

&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Now that you have completed this
problem, you could try the following problems as an
extension:&lt;/span&gt; &lt;a href=&quot;http://nrich.maths.org/2845&amp;amp;part=Subtended Angles&quot; class=&quot;editorial&quot;&gt;Subtended Angles&lt;/a&gt; &lt;span class=&quot;editorial&quot;&gt;and/or&lt;/span&gt; &lt;a href=&quot;http://nrich.maths.org/2847&amp;amp;part=Right Angles&quot; class=&quot;editorial&quot;&gt;Right Angles&lt;/a&gt;&lt;span class=&quot;editorial&quot;&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&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;div&gt;This problem involves a significant 'final challenge' which
can either be tackled on its own or after working on a set of
related 'building blocks' designed to lead students to helpful
insights. It is well suited for students who are working on circle
theorems, or for applying basic understanding of angles in
triangles.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;Initially working on the building blocks gives students the
opportunity to then work on harder mathematical challenges than
they might otherwise attempt.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;The problem is structured in a way that makes it ideal for
students to work on in small groups.&lt;/div&gt;

&lt;h3&gt;Possible approach&lt;/h3&gt;

&lt;div&gt;Hand out a set of building block cards (&lt;a href=&quot;/content/id/6624/CyclicQuads.doc&quot;&gt;Word&lt;/a&gt;, &lt;a href=&quot;/content/id/6624/CyclicQuads.pdf&quot;&gt;PDF&lt;/a&gt;) to each group of
three or four students. (The final challenge will need to be
removed to be handed out later.)&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;Each student, or pair of students, could be given their own
building block to work on. After they have had an opportunity to
make progress on their question, encourage them to share their
findings with each other and work together on each other's tasks.
As the four introductory tasks are very similar, anything that one
student finds useful can be shared with the rest of the group to
help them to make progress on their own building block.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;When everyone in the group is satisfied that they have
explored the challenges in the building blocks, encourage them to
discuss the similarities between their findings. Before giving the
group the final challenge, ask if they can predict what they will
be asked to do. Then set them the final challenge.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;The teacher's role is to challenge groups to explain and
justify their mathematical thinking, so that all members of the
group are in a position to contribute to the solution of the
challenge.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;It is important to set aside some time at the end for students
to share and compare their findings and explanations, whether
through discussion or by providing a written record of what they
did.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;

&lt;div&gt;What important mathematical insights does my building block
give me?&lt;/div&gt;

&lt;div&gt;How can these insights help the group tackle the final
challenge?&lt;/div&gt;

&lt;div&gt;What would happen if I tried the same process with 10- 11- 13-
or 200-point circles?&lt;/div&gt;

&lt;h3&gt;Possible extension&lt;/h3&gt;

Other circle theorems can be explored in a similar way in the
problems &lt;a href=&quot;http://nrich.maths.org/2845&amp;amp;part=&quot;&gt;Subtended
Angles&lt;/a&gt; and &lt;a href=&quot;http://nrich.maths.org/2847&amp;amp;part=&quot;&gt;Right Angles&lt;/a&gt;. 

&lt;h3&gt;Possible support&lt;/h3&gt;

&lt;div&gt;Encourage groups not to move on until everyone in the group
understands. The building blocks could be distributed within groups
in a way that plays to the strengths of particular students.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
Draw lines from the centre point to the vertices of your
quadrilaterals in order to construct some isosceles
triangles:&lt;br&gt;&lt;/br&gt;
 &lt;mdo:image height=&quot;231&quot; width=&quot;243&quot; alt=&quot;&quot; src=&quot;cyclichint1.png&quot;&gt;&lt;/mdo:image&gt;&lt;mdo:image height=&quot;231&quot; width=&quot;243&quot; alt=&quot;&quot; src=&quot;cyclichint2.png&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML/>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>1</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>Cyclic Quadrilaterals</title>
  <description>What can you say about the angles on opposite vertices of any
cyclic quadrilateral? Working on the building blocks will give you
insights that may help you to explain what is special about them.</description>
  <spec_group>2D Geometry, Shape and Space
    <specifier>Angle properties of shapes</specifier>
  </spec_group>
  <spec_group>2D Geometry, Shape and Space
    <specifier>Circle theorems</specifier>
  </spec_group>
  <spec_group>Using, Applying and Reasoning about Mathematics
    <specifier>Mathematical reasoning &amp; proof</specifier>
  </spec_group>
</resource>