probability of a circuit operating











up vote
-1
down vote

favorite












Circuit



Hello. Please see the link for a diagram explaining the problem. I am new here so I upload a picture directly. Basically I have a circuit that with switches that close with probability p and open with probability (1-p). I would like to find the probability that the circuit is connected from left to the right.



I tried several different methods but they all have different results. Short of enumerating all 32 possibilities, I can't think of a smarter method to do this problem.



Here is my results:
Let $A_1 = P(A B closed)$, $A_2 = P(A E D closed)$, $A_3 = P(CD closed$, $A_4 = P(CEB closed)$.



Then
$$P(circuit works) = P( A_1 cup A_2cup A_3 cup A_4) = P(A_1) + P(A_2 - A_1) + P(A_3 - A_2 - A_1) + P(A_4 - A_3 - A_2 - A_1) $$



This works out to be
$$ P(circuit works) = 4p^5 - 9p^4 + 2p^3 + 4p^2$$










share|cite|improve this question







New contributor




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
























    up vote
    -1
    down vote

    favorite












    Circuit



    Hello. Please see the link for a diagram explaining the problem. I am new here so I upload a picture directly. Basically I have a circuit that with switches that close with probability p and open with probability (1-p). I would like to find the probability that the circuit is connected from left to the right.



    I tried several different methods but they all have different results. Short of enumerating all 32 possibilities, I can't think of a smarter method to do this problem.



    Here is my results:
    Let $A_1 = P(A B closed)$, $A_2 = P(A E D closed)$, $A_3 = P(CD closed$, $A_4 = P(CEB closed)$.



    Then
    $$P(circuit works) = P( A_1 cup A_2cup A_3 cup A_4) = P(A_1) + P(A_2 - A_1) + P(A_3 - A_2 - A_1) + P(A_4 - A_3 - A_2 - A_1) $$



    This works out to be
    $$ P(circuit works) = 4p^5 - 9p^4 + 2p^3 + 4p^2$$










    share|cite|improve this question







    New contributor




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






















      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      Circuit



      Hello. Please see the link for a diagram explaining the problem. I am new here so I upload a picture directly. Basically I have a circuit that with switches that close with probability p and open with probability (1-p). I would like to find the probability that the circuit is connected from left to the right.



      I tried several different methods but they all have different results. Short of enumerating all 32 possibilities, I can't think of a smarter method to do this problem.



      Here is my results:
      Let $A_1 = P(A B closed)$, $A_2 = P(A E D closed)$, $A_3 = P(CD closed$, $A_4 = P(CEB closed)$.



      Then
      $$P(circuit works) = P( A_1 cup A_2cup A_3 cup A_4) = P(A_1) + P(A_2 - A_1) + P(A_3 - A_2 - A_1) + P(A_4 - A_3 - A_2 - A_1) $$



      This works out to be
      $$ P(circuit works) = 4p^5 - 9p^4 + 2p^3 + 4p^2$$










      share|cite|improve this question







      New contributor




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











      Circuit



      Hello. Please see the link for a diagram explaining the problem. I am new here so I upload a picture directly. Basically I have a circuit that with switches that close with probability p and open with probability (1-p). I would like to find the probability that the circuit is connected from left to the right.



      I tried several different methods but they all have different results. Short of enumerating all 32 possibilities, I can't think of a smarter method to do this problem.



      Here is my results:
      Let $A_1 = P(A B closed)$, $A_2 = P(A E D closed)$, $A_3 = P(CD closed$, $A_4 = P(CEB closed)$.



      Then
      $$P(circuit works) = P( A_1 cup A_2cup A_3 cup A_4) = P(A_1) + P(A_2 - A_1) + P(A_3 - A_2 - A_1) + P(A_4 - A_3 - A_2 - A_1) $$



      This works out to be
      $$ P(circuit works) = 4p^5 - 9p^4 + 2p^3 + 4p^2$$







      probability






      share|cite|improve this question







      New contributor




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











      share|cite|improve this question







      New contributor




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









      share|cite|improve this question




      share|cite|improve this question






      New contributor




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









      asked Nov 20 at 10:19









      Chen Ee Woon

      6




      6




      New contributor




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





      New contributor





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






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



























          active

          oldest

          votes











          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: "69"
          };
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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
          });


          }
          });






          Chen Ee Woon 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%2fmath.stackexchange.com%2fquestions%2f3006152%2fprobability-of-a-circuit-operating%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Chen Ee Woon is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          Chen Ee Woon is a new contributor. Be nice, and check out our Code of Conduct.













          Chen Ee Woon is a new contributor. Be nice, and check out our Code of Conduct.












          Chen Ee Woon 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%2fmath.stackexchange.com%2fquestions%2f3006152%2fprobability-of-a-circuit-operating%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

          To store a contact into the json file from server.js file using a class in NodeJS

          Redirect URL with Chrome Remote Debugging Android Devices

          Dieringhausen