Surely they can fit?Find a heptagon with mirror symmetry that can tile a flat planeMax 4x1 pattern fit within 11x11 areaFit as many overlapping generators as possible

What does "Ich wusste, dass aus dir mal was wird" mean?

Front derailleur hard to move due to gear cable angle

How are one-time password generators like Google Authenticator different from having two passwords?

Why was Endgame Thanos so different than Infinity War Thanos?

What is the significance of 4200 BCE in context of farming replacing foraging in Europe?

Reaction of borax with NaOH

Why does getw return -1 when trying to read a character?

Are there variations of the regular runtimes of the Big-O-Notation?

Why is this int array not passed as an object vararg array?

Usefulness of complex chord names?

How can dragons propel their breath attacks to a long distance

Should these notes be played as a chord or one after another?

How can a Lich look like a human without magic?

What to do if SUS scores contradict qualitative feedback?

When a land becomes a creature, is it untapped?

Does the 500 feet falling cap apply per fall, or per turn?

What does a comma mean inside an 'if' statement?

How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?

Exclude loop* snap devices from lsblk output?

Make all the squares explode

tikz: not so precise graphic

How does noise-cancellation work in Mac laptops?

How to make a language evolve quickly?

On what legal basis did the UK remove the 'European Union' from its passport?



Surely they can fit?


Find a heptagon with mirror symmetry that can tile a flat planeMax 4x1 pattern fit within 11x11 areaFit as many overlapping generators as possible













1












$begingroup$


Suppose you have a grid of squares that has even dimensions, with at least one dimension greater than or equal to 4 squares, and from one corner you remove a 1x4 rectangle of those squares



for example:



□□□□□□
□□□□□□
□□□□□□
XXXX□□


Can you fill in that grid using as many copies of the following shapes as you like?



(Each shape can be rotated any of the four ways, and can be flipped/mirrored)



□□
□□



□□
□□



□□□□
□□□□


If you can, provide an example solution. If you cannot, then you should provide a reasonable argument to why it can't be done.










share|improve this question









$endgroup$
















    1












    $begingroup$


    Suppose you have a grid of squares that has even dimensions, with at least one dimension greater than or equal to 4 squares, and from one corner you remove a 1x4 rectangle of those squares



    for example:



    □□□□□□
    □□□□□□
    □□□□□□
    XXXX□□


    Can you fill in that grid using as many copies of the following shapes as you like?



    (Each shape can be rotated any of the four ways, and can be flipped/mirrored)



    □□
    □□



    □□
    □□



    □□□□
    □□□□


    If you can, provide an example solution. If you cannot, then you should provide a reasonable argument to why it can't be done.










    share|improve this question









    $endgroup$














      1












      1








      1





      $begingroup$


      Suppose you have a grid of squares that has even dimensions, with at least one dimension greater than or equal to 4 squares, and from one corner you remove a 1x4 rectangle of those squares



      for example:



      □□□□□□
      □□□□□□
      □□□□□□
      XXXX□□


      Can you fill in that grid using as many copies of the following shapes as you like?



      (Each shape can be rotated any of the four ways, and can be flipped/mirrored)



      □□
      □□



      □□
      □□



      □□□□
      □□□□


      If you can, provide an example solution. If you cannot, then you should provide a reasonable argument to why it can't be done.










      share|improve this question









      $endgroup$




      Suppose you have a grid of squares that has even dimensions, with at least one dimension greater than or equal to 4 squares, and from one corner you remove a 1x4 rectangle of those squares



      for example:



      □□□□□□
      □□□□□□
      □□□□□□
      XXXX□□


      Can you fill in that grid using as many copies of the following shapes as you like?



      (Each shape can be rotated any of the four ways, and can be flipped/mirrored)



      □□
      □□



      □□
      □□



      □□□□
      □□□□


      If you can, provide an example solution. If you cannot, then you should provide a reasonable argument to why it can't be done.







      tiling






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 hours ago









      micsthepickmicsthepick

      2,49111127




      2,49111127




















          1 Answer
          1






          active

          oldest

          votes


















          3












          $begingroup$

          No, you cannot:




          Color the grid like this.

          enter image description here


          Since the grid (before removal of the four cells) has even dimensions, it is made up of 2x2 blocks with each color once. So each color appears the same number of times.


          All of the given shapes will always cover the same number of squares of each color: the first two cover one of each, and the last covers two of each. But after marking off the unused cells, the grid has more red and blue cells than yellow and green. So you can't cover the grid perfectly.







          share|improve this answer









          $endgroup$












          • $begingroup$
            that’s pretty much my reasoning!
            $endgroup$
            – micsthepick
            20 mins ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "559"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f83856%2fsurely-they-can-fit%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3












          $begingroup$

          No, you cannot:




          Color the grid like this.

          enter image description here


          Since the grid (before removal of the four cells) has even dimensions, it is made up of 2x2 blocks with each color once. So each color appears the same number of times.


          All of the given shapes will always cover the same number of squares of each color: the first two cover one of each, and the last covers two of each. But after marking off the unused cells, the grid has more red and blue cells than yellow and green. So you can't cover the grid perfectly.







          share|improve this answer









          $endgroup$












          • $begingroup$
            that’s pretty much my reasoning!
            $endgroup$
            – micsthepick
            20 mins ago















          3












          $begingroup$

          No, you cannot:




          Color the grid like this.

          enter image description here


          Since the grid (before removal of the four cells) has even dimensions, it is made up of 2x2 blocks with each color once. So each color appears the same number of times.


          All of the given shapes will always cover the same number of squares of each color: the first two cover one of each, and the last covers two of each. But after marking off the unused cells, the grid has more red and blue cells than yellow and green. So you can't cover the grid perfectly.







          share|improve this answer









          $endgroup$












          • $begingroup$
            that’s pretty much my reasoning!
            $endgroup$
            – micsthepick
            20 mins ago













          3












          3








          3





          $begingroup$

          No, you cannot:




          Color the grid like this.

          enter image description here


          Since the grid (before removal of the four cells) has even dimensions, it is made up of 2x2 blocks with each color once. So each color appears the same number of times.


          All of the given shapes will always cover the same number of squares of each color: the first two cover one of each, and the last covers two of each. But after marking off the unused cells, the grid has more red and blue cells than yellow and green. So you can't cover the grid perfectly.







          share|improve this answer









          $endgroup$



          No, you cannot:




          Color the grid like this.

          enter image description here


          Since the grid (before removal of the four cells) has even dimensions, it is made up of 2x2 blocks with each color once. So each color appears the same number of times.


          All of the given shapes will always cover the same number of squares of each color: the first two cover one of each, and the last covers two of each. But after marking off the unused cells, the grid has more red and blue cells than yellow and green. So you can't cover the grid perfectly.








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 33 mins ago









          DeusoviDeusovi

          64.1k6221277




          64.1k6221277











          • $begingroup$
            that’s pretty much my reasoning!
            $endgroup$
            – micsthepick
            20 mins ago
















          • $begingroup$
            that’s pretty much my reasoning!
            $endgroup$
            – micsthepick
            20 mins ago















          $begingroup$
          that’s pretty much my reasoning!
          $endgroup$
          – micsthepick
          20 mins ago




          $begingroup$
          that’s pretty much my reasoning!
          $endgroup$
          – micsthepick
          20 mins ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Puzzling Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f83856%2fsurely-they-can-fit%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

          Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

          19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу