document.write( "Question 1190835:  If the inverse conditional posterior probability formulas are
\n" );
document.write( "P(A|B) = [P(B|A)*P(A)]/[P(B|A)*P(A)+P(B|¬A)*P(¬A)], and
\n" );
document.write( "P(¬A|¬B) = [P(¬B|¬A)*P(¬A)]/[P(¬B|¬A)*P(¬A)+P(¬B|A)*P(A)],
\n" );
document.write( "then what are the posterior probability equations for P(A|¬B), and P(¬A|B)?
\n" );
document.write( "P(A|¬B) = ?
\n" );
document.write( "P(¬A|B) = ?\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
| Algebra.Com's Answer #822592 by math_tutor2020(3817)      You can put this solution on YOUR website! \n" ); document.write( "You only really need to memorize or write down on a reference sheet one formula, and it is \n" ); document.write( "P(A|B) = [P(B|A)*P(A)]/[P(B|A)*P(A)+P(B|¬A)*P(¬A)]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is because the second formula is derived from the first one. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how replacing every A with ¬A gets us this: \n" ); document.write( "P(¬A|B) = [P(B|¬A)*P(¬A)]/[P(B|¬A)*P(¬A)+P(B|¬¬A)*P(¬¬A)] \n" ); document.write( "If you see ¬¬A, then that's the same as A \n" ); document.write( "P(¬A|B) = [P(B|¬A)*P(¬A)]/[P(B|¬A)*P(¬A)+P(B|A)*P(A)]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now if you replaced every B with ¬B, then you should end up with the second formula you mentioned.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use this idea to compute what P(A|¬B) would be. \n" ); document.write( "You would of course need to start back over with the P(A|B) formula. Then replace every B with ¬B and simplify any ¬¬B into B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: \n" ); document.write( "P(B) = P(B|A)*P(A) + P(B|¬A)*P(¬A) \n" ); document.write( "due to the law of total probability \n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |