CINXE.COM
Make a Square Puzzle - Solution
<!doctype html> <html lang="en"> <!-- #BeginTemplate "/Templates/Main.dwt" --><!-- DW6 --><head> <meta charset="UTF-8"> <!-- #BeginEditable "doctitle" --> <title>Make a Square Puzzle - Solution</title> <meta name="description" content="This is the solution to the Make a Square Puzzle ... Try to assemble these pieces 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 - Solution</h1> <p class="center">This is the solution to the <a href="square.html">Make a Square Puzzle</a></p> <h2>The Puzzle</h2> <p>Try to assemble these pieces into a square like the green one shown:</p> <p class="center"><img src="puzzles/images/square.svg" alt="square and pieces" height="242" width="515"></p> <h2>The Solution</h2> <p>Assemble the Square like this:</p> <p class="center"><img src="puzzles/images/square-soln.svg" alt="How to Solve the Square" height="176" width="176"></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>