- This is a 3x3 grid of dots.
- The task is to connect all nine dots with four straight lines without lifting the pen.
- The solution requires drawing lines that extend beyond the imaginary boundary of the 3x3 grid.
- Start at the top-left dot, draw a line through the top-middle and top-right dots, extending past the top-right dot.
- From the end of that line, draw a diagonal line down through the middle-right and bottom-middle dots, extending past the bottom-middle dot.
- From there, draw a line up through the bottom-left and middle-left dots, extending past the middle-left dot.
- Finally, draw a horizontal line through the middle-middle and middle-right dots to complete the puzzle.
Parent Tip: Review the logic above to help your child master the concept of connect the dots puzzles.