Which number replaces the question mark in the circle?











up vote
8
down vote

favorite
1












enter image description here



While solving the number puzzle, I couldn't find any solution for this problem. Please help me solve it and briefly explain your answer. Which number will replace the question mark in the circle below?










share|improve this question









New contributor




Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    8
    down vote

    favorite
    1












    enter image description here



    While solving the number puzzle, I couldn't find any solution for this problem. Please help me solve it and briefly explain your answer. Which number will replace the question mark in the circle below?










    share|improve this question









    New contributor




    Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      8
      down vote

      favorite
      1









      up vote
      8
      down vote

      favorite
      1






      1





      enter image description here



      While solving the number puzzle, I couldn't find any solution for this problem. Please help me solve it and briefly explain your answer. Which number will replace the question mark in the circle below?










      share|improve this question









      New contributor




      Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      enter image description here



      While solving the number puzzle, I couldn't find any solution for this problem. Please help me solve it and briefly explain your answer. Which number will replace the question mark in the circle below?







      number-sequence puzzle-creation






      share|improve this question









      New contributor




      Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday









      S. M.

      800411




      800411






      New contributor




      Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      Mateen Ahmed

      3159




      3159




      New contributor




      Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Mateen Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          10
          down vote



          accepted











          7




          In the first row,




          The number in the middle circle is the sum of the numbers in the left and right circles in the same positions.




          In the second row,




          The number in the middle circle is the difference between the numbers in the left and right circles in the same positions. It does not matter which is subtracting from which, it is the absolute difference.







          share|improve this answer





















          • Interestingly, if the 5 in the bottom right circle is changed to a 3 then the pattern which has only subtly changed would be more easily stated, because the upper and lower rows would have the same pattern. Of course, this would change the value of the "?"
            – Octopus
            yesterday










          • @Octopus I'm afraid I don't understand. Even if that were changed, the top row's pattern wouldn't function in the bottom row. Care to expand?
            – kanoo
            12 hours ago










          • Diff between circle A and circle B is in circle C ... on both rows, but only if the 5 is changed to a 3.
            – Octopus
            9 hours ago


















          up vote
          6
          down vote














          If we number the circles as follow:

          First row A B C

          Second row D E F

          On the first row we get for each corresponding sector B(n) = A(n) + C(n)

          namely: 5 = 2 + 3, 7 = 6 + 1, etc.

          On the second row the rule seems to change to alternating D(n) - E(n) = F(n)

          and in the next segment D(n+1) + E(n+1) = F(n+1)

          Starting from top left we get 7 - 1 = 6, 1 + 4 = 5, 8 - 6 = 2, 2 + ? = 9

          Which leads us to ? = 7







          share|improve this answer























          • Your answer was invisible when I answered. I'd like to point out, however, that the answer that I have provided is simpler and the rule for the second row more closely matches the rule for the first row. +1 anyway
            – kanoo
            yesterday










          • @kanoo Fair enough, I'm not arguing about being first.
            – rhsquared
            yesterday






          • 1




            Nono, I know you're first, the timestamps prove that lol and I don't spend enough time on this site to care about the points. No ill intent my friend.
            – kanoo
            yesterday











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          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',
          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
          });


          }
          });






          Mateen Ahmed is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f76336%2fwhich-number-replaces-the-question-mark-in-the-circle%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          10
          down vote



          accepted











          7




          In the first row,




          The number in the middle circle is the sum of the numbers in the left and right circles in the same positions.




          In the second row,




          The number in the middle circle is the difference between the numbers in the left and right circles in the same positions. It does not matter which is subtracting from which, it is the absolute difference.







          share|improve this answer





















          • Interestingly, if the 5 in the bottom right circle is changed to a 3 then the pattern which has only subtly changed would be more easily stated, because the upper and lower rows would have the same pattern. Of course, this would change the value of the "?"
            – Octopus
            yesterday










          • @Octopus I'm afraid I don't understand. Even if that were changed, the top row's pattern wouldn't function in the bottom row. Care to expand?
            – kanoo
            12 hours ago










          • Diff between circle A and circle B is in circle C ... on both rows, but only if the 5 is changed to a 3.
            – Octopus
            9 hours ago















          up vote
          10
          down vote



          accepted











          7




          In the first row,




          The number in the middle circle is the sum of the numbers in the left and right circles in the same positions.




          In the second row,




          The number in the middle circle is the difference between the numbers in the left and right circles in the same positions. It does not matter which is subtracting from which, it is the absolute difference.







          share|improve this answer





















          • Interestingly, if the 5 in the bottom right circle is changed to a 3 then the pattern which has only subtly changed would be more easily stated, because the upper and lower rows would have the same pattern. Of course, this would change the value of the "?"
            – Octopus
            yesterday










          • @Octopus I'm afraid I don't understand. Even if that were changed, the top row's pattern wouldn't function in the bottom row. Care to expand?
            – kanoo
            12 hours ago










          • Diff between circle A and circle B is in circle C ... on both rows, but only if the 5 is changed to a 3.
            – Octopus
            9 hours ago













          up vote
          10
          down vote



          accepted







          up vote
          10
          down vote



          accepted







          7




          In the first row,




          The number in the middle circle is the sum of the numbers in the left and right circles in the same positions.




          In the second row,




          The number in the middle circle is the difference between the numbers in the left and right circles in the same positions. It does not matter which is subtracting from which, it is the absolute difference.







          share|improve this answer













          7




          In the first row,




          The number in the middle circle is the sum of the numbers in the left and right circles in the same positions.




          In the second row,




          The number in the middle circle is the difference between the numbers in the left and right circles in the same positions. It does not matter which is subtracting from which, it is the absolute difference.








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          kanoo

          1,956328




          1,956328












          • Interestingly, if the 5 in the bottom right circle is changed to a 3 then the pattern which has only subtly changed would be more easily stated, because the upper and lower rows would have the same pattern. Of course, this would change the value of the "?"
            – Octopus
            yesterday










          • @Octopus I'm afraid I don't understand. Even if that were changed, the top row's pattern wouldn't function in the bottom row. Care to expand?
            – kanoo
            12 hours ago










          • Diff between circle A and circle B is in circle C ... on both rows, but only if the 5 is changed to a 3.
            – Octopus
            9 hours ago


















          • Interestingly, if the 5 in the bottom right circle is changed to a 3 then the pattern which has only subtly changed would be more easily stated, because the upper and lower rows would have the same pattern. Of course, this would change the value of the "?"
            – Octopus
            yesterday










          • @Octopus I'm afraid I don't understand. Even if that were changed, the top row's pattern wouldn't function in the bottom row. Care to expand?
            – kanoo
            12 hours ago










          • Diff between circle A and circle B is in circle C ... on both rows, but only if the 5 is changed to a 3.
            – Octopus
            9 hours ago
















          Interestingly, if the 5 in the bottom right circle is changed to a 3 then the pattern which has only subtly changed would be more easily stated, because the upper and lower rows would have the same pattern. Of course, this would change the value of the "?"
          – Octopus
          yesterday




          Interestingly, if the 5 in the bottom right circle is changed to a 3 then the pattern which has only subtly changed would be more easily stated, because the upper and lower rows would have the same pattern. Of course, this would change the value of the "?"
          – Octopus
          yesterday












          @Octopus I'm afraid I don't understand. Even if that were changed, the top row's pattern wouldn't function in the bottom row. Care to expand?
          – kanoo
          12 hours ago




          @Octopus I'm afraid I don't understand. Even if that were changed, the top row's pattern wouldn't function in the bottom row. Care to expand?
          – kanoo
          12 hours ago












          Diff between circle A and circle B is in circle C ... on both rows, but only if the 5 is changed to a 3.
          – Octopus
          9 hours ago




          Diff between circle A and circle B is in circle C ... on both rows, but only if the 5 is changed to a 3.
          – Octopus
          9 hours ago










          up vote
          6
          down vote














          If we number the circles as follow:

          First row A B C

          Second row D E F

          On the first row we get for each corresponding sector B(n) = A(n) + C(n)

          namely: 5 = 2 + 3, 7 = 6 + 1, etc.

          On the second row the rule seems to change to alternating D(n) - E(n) = F(n)

          and in the next segment D(n+1) + E(n+1) = F(n+1)

          Starting from top left we get 7 - 1 = 6, 1 + 4 = 5, 8 - 6 = 2, 2 + ? = 9

          Which leads us to ? = 7







          share|improve this answer























          • Your answer was invisible when I answered. I'd like to point out, however, that the answer that I have provided is simpler and the rule for the second row more closely matches the rule for the first row. +1 anyway
            – kanoo
            yesterday










          • @kanoo Fair enough, I'm not arguing about being first.
            – rhsquared
            yesterday






          • 1




            Nono, I know you're first, the timestamps prove that lol and I don't spend enough time on this site to care about the points. No ill intent my friend.
            – kanoo
            yesterday















          up vote
          6
          down vote














          If we number the circles as follow:

          First row A B C

          Second row D E F

          On the first row we get for each corresponding sector B(n) = A(n) + C(n)

          namely: 5 = 2 + 3, 7 = 6 + 1, etc.

          On the second row the rule seems to change to alternating D(n) - E(n) = F(n)

          and in the next segment D(n+1) + E(n+1) = F(n+1)

          Starting from top left we get 7 - 1 = 6, 1 + 4 = 5, 8 - 6 = 2, 2 + ? = 9

          Which leads us to ? = 7







          share|improve this answer























          • Your answer was invisible when I answered. I'd like to point out, however, that the answer that I have provided is simpler and the rule for the second row more closely matches the rule for the first row. +1 anyway
            – kanoo
            yesterday










          • @kanoo Fair enough, I'm not arguing about being first.
            – rhsquared
            yesterday






          • 1




            Nono, I know you're first, the timestamps prove that lol and I don't spend enough time on this site to care about the points. No ill intent my friend.
            – kanoo
            yesterday













          up vote
          6
          down vote










          up vote
          6
          down vote










          If we number the circles as follow:

          First row A B C

          Second row D E F

          On the first row we get for each corresponding sector B(n) = A(n) + C(n)

          namely: 5 = 2 + 3, 7 = 6 + 1, etc.

          On the second row the rule seems to change to alternating D(n) - E(n) = F(n)

          and in the next segment D(n+1) + E(n+1) = F(n+1)

          Starting from top left we get 7 - 1 = 6, 1 + 4 = 5, 8 - 6 = 2, 2 + ? = 9

          Which leads us to ? = 7







          share|improve this answer















          If we number the circles as follow:

          First row A B C

          Second row D E F

          On the first row we get for each corresponding sector B(n) = A(n) + C(n)

          namely: 5 = 2 + 3, 7 = 6 + 1, etc.

          On the second row the rule seems to change to alternating D(n) - E(n) = F(n)

          and in the next segment D(n+1) + E(n+1) = F(n+1)

          Starting from top left we get 7 - 1 = 6, 1 + 4 = 5, 8 - 6 = 2, 2 + ? = 9

          Which leads us to ? = 7








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited yesterday

























          answered yesterday









          rhsquared

          6,99721641




          6,99721641












          • Your answer was invisible when I answered. I'd like to point out, however, that the answer that I have provided is simpler and the rule for the second row more closely matches the rule for the first row. +1 anyway
            – kanoo
            yesterday










          • @kanoo Fair enough, I'm not arguing about being first.
            – rhsquared
            yesterday






          • 1




            Nono, I know you're first, the timestamps prove that lol and I don't spend enough time on this site to care about the points. No ill intent my friend.
            – kanoo
            yesterday


















          • Your answer was invisible when I answered. I'd like to point out, however, that the answer that I have provided is simpler and the rule for the second row more closely matches the rule for the first row. +1 anyway
            – kanoo
            yesterday










          • @kanoo Fair enough, I'm not arguing about being first.
            – rhsquared
            yesterday






          • 1




            Nono, I know you're first, the timestamps prove that lol and I don't spend enough time on this site to care about the points. No ill intent my friend.
            – kanoo
            yesterday
















          Your answer was invisible when I answered. I'd like to point out, however, that the answer that I have provided is simpler and the rule for the second row more closely matches the rule for the first row. +1 anyway
          – kanoo
          yesterday




          Your answer was invisible when I answered. I'd like to point out, however, that the answer that I have provided is simpler and the rule for the second row more closely matches the rule for the first row. +1 anyway
          – kanoo
          yesterday












          @kanoo Fair enough, I'm not arguing about being first.
          – rhsquared
          yesterday




          @kanoo Fair enough, I'm not arguing about being first.
          – rhsquared
          yesterday




          1




          1




          Nono, I know you're first, the timestamps prove that lol and I don't spend enough time on this site to care about the points. No ill intent my friend.
          – kanoo
          yesterday




          Nono, I know you're first, the timestamps prove that lol and I don't spend enough time on this site to care about the points. No ill intent my friend.
          – kanoo
          yesterday










          Mateen Ahmed is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Mateen Ahmed is a new contributor. Be nice, and check out our Code of Conduct.













          Mateen Ahmed is a new contributor. Be nice, and check out our Code of Conduct.












          Mateen Ahmed is a new contributor. Be nice, and check out our Code of Conduct.
















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.


          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%2f76336%2fwhich-number-replaces-the-question-mark-in-the-circle%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