Problem of probability of two independent events











up vote
1
down vote

favorite












If A and B are two independent events such that $P(AB')=cfrac{3}{25}$ and $P(BA')=cfrac{8}{25}$ and $P(A)<P(B)$, then what is the value of $P(A)$?



I'm getting two answers of this question. So I can't be sure whether I am correct.Please help me solving this problem. Thanks in advance.










share|cite|improve this question


















  • 1




    You should edit your question to include your two answers and your thought process.
    – helper
    Nov 17 at 16:10










  • Does $P(AB')$ mean $P(A cap B')$?
    – Alex
    Nov 17 at 16:20










  • Also, could you write more stuff, like which answers you are getting (and how)
    – Alex
    Nov 17 at 16:21















up vote
1
down vote

favorite












If A and B are two independent events such that $P(AB')=cfrac{3}{25}$ and $P(BA')=cfrac{8}{25}$ and $P(A)<P(B)$, then what is the value of $P(A)$?



I'm getting two answers of this question. So I can't be sure whether I am correct.Please help me solving this problem. Thanks in advance.










share|cite|improve this question


















  • 1




    You should edit your question to include your two answers and your thought process.
    – helper
    Nov 17 at 16:10










  • Does $P(AB')$ mean $P(A cap B')$?
    – Alex
    Nov 17 at 16:20










  • Also, could you write more stuff, like which answers you are getting (and how)
    – Alex
    Nov 17 at 16:21













up vote
1
down vote

favorite









up vote
1
down vote

favorite











If A and B are two independent events such that $P(AB')=cfrac{3}{25}$ and $P(BA')=cfrac{8}{25}$ and $P(A)<P(B)$, then what is the value of $P(A)$?



I'm getting two answers of this question. So I can't be sure whether I am correct.Please help me solving this problem. Thanks in advance.










share|cite|improve this question













If A and B are two independent events such that $P(AB')=cfrac{3}{25}$ and $P(BA')=cfrac{8}{25}$ and $P(A)<P(B)$, then what is the value of $P(A)$?



I'm getting two answers of this question. So I can't be sure whether I am correct.Please help me solving this problem. Thanks in advance.







probability independence






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 17 at 16:08









user587389

326




326








  • 1




    You should edit your question to include your two answers and your thought process.
    – helper
    Nov 17 at 16:10










  • Does $P(AB')$ mean $P(A cap B')$?
    – Alex
    Nov 17 at 16:20










  • Also, could you write more stuff, like which answers you are getting (and how)
    – Alex
    Nov 17 at 16:21














  • 1




    You should edit your question to include your two answers and your thought process.
    – helper
    Nov 17 at 16:10










  • Does $P(AB')$ mean $P(A cap B')$?
    – Alex
    Nov 17 at 16:20










  • Also, could you write more stuff, like which answers you are getting (and how)
    – Alex
    Nov 17 at 16:21








1




1




You should edit your question to include your two answers and your thought process.
– helper
Nov 17 at 16:10




You should edit your question to include your two answers and your thought process.
– helper
Nov 17 at 16:10












Does $P(AB')$ mean $P(A cap B')$?
– Alex
Nov 17 at 16:20




Does $P(AB')$ mean $P(A cap B')$?
– Alex
Nov 17 at 16:20












Also, could you write more stuff, like which answers you are getting (and how)
– Alex
Nov 17 at 16:21




Also, could you write more stuff, like which answers you are getting (and how)
– Alex
Nov 17 at 16:21










3 Answers
3






active

oldest

votes

















up vote
0
down vote



accepted










You can make a table to keep the overview:



$$begin{array}{c|c|c|c} & A&overline A & \ hline B & x & frac8{25} & y \ hline overline B& frac{3}{25}& & \ hline &z&& 1end{array}$$



If A and B are independent then the follwing to equations must hold:



$$P(B|A)=P(B)Rightarrow frac{z-frac3{25}}{z}=y$$



$$P(overline A|B)=P(overline A)Rightarrow frac{frac8{25}}{y}=1-z$$



Indeed this equation system has two solutions:



1) $y^*=frac25, z^*=frac15$



2) $y^*=frac45, z^*=frac35$



Choose the solution where $P(B)>P(A)Rightarrow y>z$



Edit:



If I´m right, both solutions fulfill the condition. Maybe this was your problem.






share|cite|improve this answer























  • Yes, this was my problem. By the way, Thank you Sir.
    – user587389
    Nov 18 at 14:41










  • You´re welcome.
    – callculus
    Nov 18 at 14:55


















up vote
0
down vote













If $A, B$ are independent events then so are $A^{complement},B$ and $A,B^{complement}$ so we have $2$ equalities:




  • $P(B)-P(A)P(B)=(1-P(A))P(B)=P(A^{complement})P(B)=P(A^{complement}cap B)=frac8{25}$


  • $P(A)-P(A)P(B)=P(A)(1-P(B))=P(A)P(B^{complement})=P(Acap B^{complement})=frac3{25}$



Subtraction gives $P(B)-P(A)=frac5{25}=frac15$



Then substituting this in second equality gives: $P(A)-P(A)(frac15+P(A))=P=frac3{25}$



This leads two possibilities for $(P(A),P(B))$ but on base of $P(B)=frac15+P(A)>P(A)$ we can pick out the right one.






share|cite|improve this answer




























    up vote
    0
    down vote













    Use the fact that $P(B) = 1-P(B')$ and by independence $P(A cap B') = P(A) times P(B')$: You get two unknowns in two equations.






    share|cite|improve this answer





















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


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002516%2fproblem-of-probability-of-two-independent-events%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      0
      down vote



      accepted










      You can make a table to keep the overview:



      $$begin{array}{c|c|c|c} & A&overline A & \ hline B & x & frac8{25} & y \ hline overline B& frac{3}{25}& & \ hline &z&& 1end{array}$$



      If A and B are independent then the follwing to equations must hold:



      $$P(B|A)=P(B)Rightarrow frac{z-frac3{25}}{z}=y$$



      $$P(overline A|B)=P(overline A)Rightarrow frac{frac8{25}}{y}=1-z$$



      Indeed this equation system has two solutions:



      1) $y^*=frac25, z^*=frac15$



      2) $y^*=frac45, z^*=frac35$



      Choose the solution where $P(B)>P(A)Rightarrow y>z$



      Edit:



      If I´m right, both solutions fulfill the condition. Maybe this was your problem.






      share|cite|improve this answer























      • Yes, this was my problem. By the way, Thank you Sir.
        – user587389
        Nov 18 at 14:41










      • You´re welcome.
        – callculus
        Nov 18 at 14:55















      up vote
      0
      down vote



      accepted










      You can make a table to keep the overview:



      $$begin{array}{c|c|c|c} & A&overline A & \ hline B & x & frac8{25} & y \ hline overline B& frac{3}{25}& & \ hline &z&& 1end{array}$$



      If A and B are independent then the follwing to equations must hold:



      $$P(B|A)=P(B)Rightarrow frac{z-frac3{25}}{z}=y$$



      $$P(overline A|B)=P(overline A)Rightarrow frac{frac8{25}}{y}=1-z$$



      Indeed this equation system has two solutions:



      1) $y^*=frac25, z^*=frac15$



      2) $y^*=frac45, z^*=frac35$



      Choose the solution where $P(B)>P(A)Rightarrow y>z$



      Edit:



      If I´m right, both solutions fulfill the condition. Maybe this was your problem.






      share|cite|improve this answer























      • Yes, this was my problem. By the way, Thank you Sir.
        – user587389
        Nov 18 at 14:41










      • You´re welcome.
        – callculus
        Nov 18 at 14:55













      up vote
      0
      down vote



      accepted







      up vote
      0
      down vote



      accepted






      You can make a table to keep the overview:



      $$begin{array}{c|c|c|c} & A&overline A & \ hline B & x & frac8{25} & y \ hline overline B& frac{3}{25}& & \ hline &z&& 1end{array}$$



      If A and B are independent then the follwing to equations must hold:



      $$P(B|A)=P(B)Rightarrow frac{z-frac3{25}}{z}=y$$



      $$P(overline A|B)=P(overline A)Rightarrow frac{frac8{25}}{y}=1-z$$



      Indeed this equation system has two solutions:



      1) $y^*=frac25, z^*=frac15$



      2) $y^*=frac45, z^*=frac35$



      Choose the solution where $P(B)>P(A)Rightarrow y>z$



      Edit:



      If I´m right, both solutions fulfill the condition. Maybe this was your problem.






      share|cite|improve this answer














      You can make a table to keep the overview:



      $$begin{array}{c|c|c|c} & A&overline A & \ hline B & x & frac8{25} & y \ hline overline B& frac{3}{25}& & \ hline &z&& 1end{array}$$



      If A and B are independent then the follwing to equations must hold:



      $$P(B|A)=P(B)Rightarrow frac{z-frac3{25}}{z}=y$$



      $$P(overline A|B)=P(overline A)Rightarrow frac{frac8{25}}{y}=1-z$$



      Indeed this equation system has two solutions:



      1) $y^*=frac25, z^*=frac15$



      2) $y^*=frac45, z^*=frac35$



      Choose the solution where $P(B)>P(A)Rightarrow y>z$



      Edit:



      If I´m right, both solutions fulfill the condition. Maybe this was your problem.







      share|cite|improve this answer














      share|cite|improve this answer



      share|cite|improve this answer








      edited Nov 17 at 17:08

























      answered Nov 17 at 16:57









      callculus

      17.6k31427




      17.6k31427












      • Yes, this was my problem. By the way, Thank you Sir.
        – user587389
        Nov 18 at 14:41










      • You´re welcome.
        – callculus
        Nov 18 at 14:55


















      • Yes, this was my problem. By the way, Thank you Sir.
        – user587389
        Nov 18 at 14:41










      • You´re welcome.
        – callculus
        Nov 18 at 14:55
















      Yes, this was my problem. By the way, Thank you Sir.
      – user587389
      Nov 18 at 14:41




      Yes, this was my problem. By the way, Thank you Sir.
      – user587389
      Nov 18 at 14:41












      You´re welcome.
      – callculus
      Nov 18 at 14:55




      You´re welcome.
      – callculus
      Nov 18 at 14:55










      up vote
      0
      down vote













      If $A, B$ are independent events then so are $A^{complement},B$ and $A,B^{complement}$ so we have $2$ equalities:




      • $P(B)-P(A)P(B)=(1-P(A))P(B)=P(A^{complement})P(B)=P(A^{complement}cap B)=frac8{25}$


      • $P(A)-P(A)P(B)=P(A)(1-P(B))=P(A)P(B^{complement})=P(Acap B^{complement})=frac3{25}$



      Subtraction gives $P(B)-P(A)=frac5{25}=frac15$



      Then substituting this in second equality gives: $P(A)-P(A)(frac15+P(A))=P=frac3{25}$



      This leads two possibilities for $(P(A),P(B))$ but on base of $P(B)=frac15+P(A)>P(A)$ we can pick out the right one.






      share|cite|improve this answer

























        up vote
        0
        down vote













        If $A, B$ are independent events then so are $A^{complement},B$ and $A,B^{complement}$ so we have $2$ equalities:




        • $P(B)-P(A)P(B)=(1-P(A))P(B)=P(A^{complement})P(B)=P(A^{complement}cap B)=frac8{25}$


        • $P(A)-P(A)P(B)=P(A)(1-P(B))=P(A)P(B^{complement})=P(Acap B^{complement})=frac3{25}$



        Subtraction gives $P(B)-P(A)=frac5{25}=frac15$



        Then substituting this in second equality gives: $P(A)-P(A)(frac15+P(A))=P=frac3{25}$



        This leads two possibilities for $(P(A),P(B))$ but on base of $P(B)=frac15+P(A)>P(A)$ we can pick out the right one.






        share|cite|improve this answer























          up vote
          0
          down vote










          up vote
          0
          down vote









          If $A, B$ are independent events then so are $A^{complement},B$ and $A,B^{complement}$ so we have $2$ equalities:




          • $P(B)-P(A)P(B)=(1-P(A))P(B)=P(A^{complement})P(B)=P(A^{complement}cap B)=frac8{25}$


          • $P(A)-P(A)P(B)=P(A)(1-P(B))=P(A)P(B^{complement})=P(Acap B^{complement})=frac3{25}$



          Subtraction gives $P(B)-P(A)=frac5{25}=frac15$



          Then substituting this in second equality gives: $P(A)-P(A)(frac15+P(A))=P=frac3{25}$



          This leads two possibilities for $(P(A),P(B))$ but on base of $P(B)=frac15+P(A)>P(A)$ we can pick out the right one.






          share|cite|improve this answer












          If $A, B$ are independent events then so are $A^{complement},B$ and $A,B^{complement}$ so we have $2$ equalities:




          • $P(B)-P(A)P(B)=(1-P(A))P(B)=P(A^{complement})P(B)=P(A^{complement}cap B)=frac8{25}$


          • $P(A)-P(A)P(B)=P(A)(1-P(B))=P(A)P(B^{complement})=P(Acap B^{complement})=frac3{25}$



          Subtraction gives $P(B)-P(A)=frac5{25}=frac15$



          Then substituting this in second equality gives: $P(A)-P(A)(frac15+P(A))=P=frac3{25}$



          This leads two possibilities for $(P(A),P(B))$ but on base of $P(B)=frac15+P(A)>P(A)$ we can pick out the right one.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 17 at 16:24









          drhab

          95.1k543126




          95.1k543126






















              up vote
              0
              down vote













              Use the fact that $P(B) = 1-P(B')$ and by independence $P(A cap B') = P(A) times P(B')$: You get two unknowns in two equations.






              share|cite|improve this answer

























                up vote
                0
                down vote













                Use the fact that $P(B) = 1-P(B')$ and by independence $P(A cap B') = P(A) times P(B')$: You get two unknowns in two equations.






                share|cite|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Use the fact that $P(B) = 1-P(B')$ and by independence $P(A cap B') = P(A) times P(B')$: You get two unknowns in two equations.






                  share|cite|improve this answer












                  Use the fact that $P(B) = 1-P(B')$ and by independence $P(A cap B') = P(A) times P(B')$: You get two unknowns in two equations.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 17 at 16:24









                  Alex

                  14.2k42133




                  14.2k42133






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Mathematics 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%2fmath.stackexchange.com%2fquestions%2f3002516%2fproblem-of-probability-of-two-independent-events%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

                      Plaza Victoria

                      In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                      How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...