CINXE.COM
Make a Square Puzzle
<!doctype html> <html lang="en"> <!-- #BeginTemplate "/Templates/Main.dwt" --><!-- DW6 --><head> <meta charset="UTF-8"> <!-- #BeginEditable "doctitle" --> <title>Make a Square Puzzle</title> <meta name="description" content="Print out the page and cut out the shapes. Once you have the shapes try and assemble them into a square like the green one shown. "> <!-- #EndEditable --> <meta name="keywords" content="math, maths, mathematics, school, homework, education"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="HandheldFriendly" content="true"> <meta name="referrer" content="always"> <link rel="preload" href="images/style/font-champ-bold.ttf" as="font" type="font/ttf" crossorigin> <link rel="preload" href="style4.css" as="style"> <link rel="preload" href="main4.js" as="script"> <link rel="stylesheet" href="style4.css"> <script src="main4.js" defer></script> </head> <body id="bodybg"> <div id="stt"></div> <div id="adTop"></div> <header> <div id="hdr"></div> <div id="tran"></div> <div id="adHide"></div> <div id="cookOK"></div> </header> <div class="mid"> <nav> <div id="menuWide" class="menu"></div> <div id="logo"><a href="https://www.mathsisfun.com/"><img src="images/style/logo.svg" alt="Math is Fun"></a></div> <div id="search" role="search"></div> <div id="linkto"></div> <div id="menuSlim" class="menu"></div> <div id="menuTiny" class="menu"></div> </nav> <div id="extra"></div> <article id="content" role="main"> <!-- #BeginEditable "Body" --> <h1 class="center">"Make a Square" Puzzle</h1> <p class="center80 center">Print out the page and cut out the shapes. Once you have the shapes try and assemble them into a square like the green one shown.<br> If you get stuck click on the link at the bottom of the page.</p> <p class="center"><img src="puzzles/images/square.svg" alt="square and pieces" ></p> <p> </p> <h3 class="center">Stuck? <a href="squaresolution.html">See The Solution</a></h3> <p class="center"> </p> <div class="related"> <a href="puzzles/index.html">Puzzles Index</a> <a href="puzzle.html">Assorted Puzzles</a> </div> <!-- #EndEditable --> </article> <div id="adend" class="centerfull noprint"></div> <footer id="footer" class="centerfull noprint"></footer> <div id="copyrt">Copyright © 2024 Rod Pierce</div> </div> </body> <!-- #EndTemplate --> </html>