Question 97078
Start with the given grid of dots


<pre>


.  .  .

.  .  .

.  .  .


</pre>



Draw a line through the bottom row of dots. Make sure it extends outside the box


<pre>


    .  .  .
 
    .  .  .

___________


</pre>


Draw a diagonal line that cuts through the left middle and upper middle dots. Once again draw it outside the box

<pre> 
         /
        /
       /
    . /  .
     /  
    / .  .
   /
  /__________


</pre>



Now draw a vertical line straight down


<pre> 
         /
        /|
       / |
    . /  |
     /   |
    / .  |
   /     |
  /______|____


</pre>


Finally, draw a second diagonal connecting the remaining dots


<pre>

         /
        /|
   \   / |
    \ /  |
     /   |
    / \  |
   /   \ |
  /_____\|____


</pre>



These drawings are a bit hard to see, so feel free to ask further about any of my steps