<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>8257</id>
  <path>/www/nrich/html/content/id/8257/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>0000-00-00T00:00:00</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;p&gt;A &lt;em&gt;graph&lt;/em&gt; is a set of &lt;em&gt;vertices&lt;/em&gt; (or &lt;em&gt;nodes&lt;/em&gt;), together with a set of &lt;em&gt;edges&lt;/em&gt; (or &lt;em&gt;arcs&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;Look at the graphs below. You can print them off as a set of cards &lt;a class=&quot;pdflink&quot; href=&quot;/content/id/8257/Simply%20Graphs.pdf&quot;&gt;here&lt;/a&gt;.&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;
&lt;table style=&quot;width: 600px;border-spacing:1px;&quot; border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph1.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph2.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph3.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph4.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph5.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph6.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph7.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph8.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph9.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph10.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph11.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph12.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph13.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph14.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;td&gt;&lt;mdo:image src=&quot;Graph15.png&quot;&gt;&lt;/mdo:image&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Can you find graphs that you think &amp;#39;belong&amp;#39; together in some sense?&lt;br&gt;&lt;/br&gt;
Can you describe the features they have in common?&lt;br&gt;&lt;/br&gt;
Could you draw more graphs that &amp;#39;belong&amp;#39; in the same set?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Click below to see some definitions used to describe graphs.&lt;/p&gt;
&lt;div class=&quot;toggle&quot;&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;em&gt;loop&lt;/em&gt; is an edge with the same vertex at both ends.&lt;/li&gt;
&lt;li&gt;A simple graph has no loops, and there is no more than one edge connecting any pair of vertices. A multigraph has multiple edges connecting some pairs of vertices.&lt;/li&gt;
&lt;li&gt;A walk is a sequence of edges in which the end of one edge (except the last) is the beginning of the next.&lt;/li&gt;
&lt;li&gt;A trail is a walk in which no edge is repeated.&lt;/li&gt;
&lt;li&gt;A path is a trail in which no vertex is repeated.&lt;/li&gt;
&lt;li&gt;A cycle is a closed path (the end of the last edge is the start of the first).&lt;/li&gt;
&lt;li&gt;A Hamiltonian cycle visits every vertex.&lt;/li&gt;
&lt;li&gt;A connected graph has a path between every pair of vertices.&lt;/li&gt;
&lt;li&gt;A tree is a simple connected graph with no cycles.&lt;/li&gt;
&lt;li&gt;A complete graph is a simple graph where every pair of vertices is connected by an edge.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;Can you find examples on the cards that match each definition? Can you draw some more examples of your own?&lt;/p&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML/>
  <noteXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;h3&gt;Why do this problem?&lt;/h3&gt;
Introductions to graph theory can often end up being quite dry and dusty, with lots of definitions that need to be memorised. This problem invites students to engage with the different types of graph as a pictorial representation so that they can understand why different categorisations are necessary.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible approach&lt;/h3&gt;
Hand out the &lt;a class=&quot;pdflink&quot; href=&quot;/content/id/8257/Simply%20Graphs.pdf&quot;&gt;cards&lt;/a&gt;.&lt;br&gt;&lt;/br&gt;
&quot;Here is a set of cards. Each card shows a representation of a &lt;em&gt;graph&lt;/em&gt;. A graph is a collection of &lt;em&gt;vertices&lt;/em&gt;, also called &lt;em&gt;nodes&lt;/em&gt;, joined by &lt;em&gt;edges&lt;/em&gt;, also called &lt;em&gt;arcs&lt;/em&gt;. Sort the cards into groups that you think belong together in some way, and sketch the graphs together with an explanation of why you have sorted them together. See how many different ways of
categorising the graphs you can come up with.&quot;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
While students are working, circulate and look out for groups who have come up with collections of graphs that fit standard definitions. &lt;a class=&quot;pdflink&quot; href=&quot;/content/id/8257/Simply%20Graphs2.pdf&quot;&gt;Here&lt;/a&gt; are some definitions that might be appropriate.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Bring the class together and share the categorisations they came up with. When they identify a standard categorisation, share the usual terminology with them. Perhaps hand out the definitions sheet and invite them to find examples on the cards for each definition.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;
What is it about some graphs that make them similar to others?&lt;br&gt;&lt;/br&gt;
Can you think of different properties of the graphs?&lt;br&gt;&lt;/br&gt;
Can you trace routes from one node to another?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible extension&lt;/h3&gt;
&lt;a href=&quot;/4719&quot;&gt;This article&lt;/a&gt; discusses properties of graphs and leads to a proof of Euler&amp;#39;s formula.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible support&lt;/h3&gt;
All students should be able to make a start on this activity by sorting the cards and explaining why they have chosen to group certain graphs together.&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;What is it about some graphs that make them similar to others?&lt;br&gt;&lt;/br&gt;
Can you think of different properties of the graphs?&lt;br&gt;&lt;/br&gt;
Can you trace routes from one node to another?&lt;/mdoxml&gt;</clueXML>
  <canonXML/>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>Simply Graphs</title>
  <description>Look for the common features in these graphs. Which graphs belong together?</description>
  <spec_group>Admin
    <specifier>Stage 5 Decision mapping</specifier>
  </spec_group>
  <spec_group>Decision Mathematics and Combinatorics
    <specifier>Networks/Graph Theory</specifier>
  </spec_group>
</resource>