document.write( "Question 931600: Conditional Distribution
\n" );
document.write( "Question.
\n" );
document.write( "Of employed u.s adults age 25 or older, 90.3% have completed high school, while 30.8% have completed college. for H = is completed high school, C = completed college, and assuming that one must complete high school before completing college, find following\r
\n" );
document.write( "\n" );
document.write( "a) P(H and C) b)P(C/H) c) P(C'/H) \n" );
document.write( "
Algebra.Com's Answer #565651 by ewatrrr(24785) You can put this solution on YOUR website! 90.3% have completed high school, while 30.8% have completed college. \n" ); document.write( "assuming that one must complete high school before completing college... \n" ); document.write( ".......... \n" ); document.write( "P(H and C) = 30.8% \n" ); document.write( "....... \n" ); document.write( "P(A|B) = P(A and B)/P(B) \n" ); document.write( ".... \n" ); document.write( "P(C | H) = 30.8/90.3 \n" ); document.write( "... \n" ); document.write( "P(not C | H) = 69.2/90.3 \n" ); document.write( " |