<svg width="450" height="300" xmlns="http://www.w3.org/2000/svg"><style>.axis-label { font-family: Arial, sans-serif; font-size: 12px; } .title { font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; text-anchor: middle; }</style><text x="225" y="20" class="title">Figure 11</text><!-- Y Axis --><line x1="50" y1="50" x2="50" y2="250" stroke="black" /><text x="15" y="150" class="axis-label" transform="rotate(-90, 15, 150)">Lowest temperature of solution in °C</text><g class="axis-label" text-anchor="end"><text x="45" y="250">10</text><text x="45" y="210">12</text><text x="45" y="170">14</text><text x="45" y="130">16</text><text x="45" y="90">18</text><text x="45" y="50">20</text></g><!-- X Axis --><line x1="50" y1="250" x2="425" y2="250" stroke="black" /><text x="237.5" y="275" class="axis-label" text-anchor="middle">Mass of ammonium nitrate added in grams</text><g class="axis-label" text-anchor="middle"><text x="50" y="265">0</text><text x="125" y="265">5</text><text x="200" y="265">10</text><text x="275" y="265">15</text><text x="350" y="265">20</text><text x="425" y="265">25</text></g><!-- Grid lines --><path d="M 50 230 h 375 M 50 210 h 375 M 50 190 h 375 M 50 170 h 375 M 50 150 h 375 M 50 130 h 375 M 50 110 h 375 M 50 90 h 375 M 50 70 h 375 M 50 50 h 375 M 87.5 50 v 200 M 125 50 v 200 M 162.5 50 v 200 M 200 50 v 200 M 237.5 50 v 200 M 275 50 v 200 M 312.5 50 v 200 M 350 50 v 200 M 387.5 50 v 200 M 425 50 v 200" stroke="lightgrey" stroke-width="0.5" /><!-- Data points --><circle cx="110" cy="86" r="2" fill="red"/><circle cx="170" cy="126" r="2" fill="red"/><circle cx="230" cy="146" r="2" fill="red"/><circle cx="290" cy="162" r="2" fill="red"/><circle cx="350" cy="174" r="2" fill="red"/><circle cx="410" cy="192" r="2" fill="red"/><!-- Line of best fit --><line x1="50" y1="56" x2="425" y2="200" stroke="blue" stroke-width="1.5"/></svg>
To plot the graph:\n- The independent variable (mass) goes on the x-axis, and the dependent variable (temperature) goes on the y-axis.\n- Each pair of values from the table is plotted as a coordinate (x, y). For example, (4.0, 18.2), (8.0, 16.2), etc.\n- The points should be marked clearly.\n\nTo draw the line of best fit:\n- Observe that the points lie approximately on a straight line.\n- Use a ruler to draw a single straight line that passes as close as possible to all the plotted points.\n- The line should balance the points, with some above and some below the line, or all points lying on the line.\n- The line should not be forced to go through the origin (0,0) unless the data suggests it should.