document.write( "Question 1173625: The probability that a student passes a class is
\n" );
document.write( "p(P) = 0.58.
\n" );
document.write( " The probability that a student studied for a class is
\n" );
document.write( "p(S) = 0.53.
\n" );
document.write( " The probability that a student passes a class given that he or she studied for the class is
\n" );
document.write( "p(P / S) = 0.76.
\n" );
document.write( " What is the probability that a student studied for the class, given that he or she passed the class
\n" );
document.write( "(p(S / P))?
\n" );
document.write( " Hint: Use Bayes' theorem. (Round your answer to two decimal places.)
\n" );
document.write( "p(S / P) = \n" );
document.write( "
Algebra.Com's Answer #798892 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P{S|P}= p{S}* p{P|S}/p{P} \n" ); document.write( "=0.53*0.76/0.58 \n" ); document.write( "=0.69 \n" ); document.write( " |