document.write( "Question 1027419: In a city,there's a 0,4 probability that it will rain.If it rains,there's a 0,8 prob of heavy traffic.If it doesnt rain,there's heavy traffic with 0,4 prob.If there's heavy traf,WHAT IS THE PROB THAT IT RAINS ?? \n" ); document.write( "
| Algebra.Com's Answer #642623 by robertb(5830)     You can put this solution on YOUR website! P(R) = 0.4 \n" ); document.write( "P(T|R) = 0.8 \n" ); document.write( "P(T|R') = 0.4 \n" ); document.write( "P(R|T) = ???\r \n" ); document.write( "\n" ); document.write( "Now P(T) = P(T∩R) + P(T∩R') = P(T|R)P(R) + P(T|R')P(R')\r \n" ); document.write( "\n" ); document.write( "= 0.8*0.4 + 0.4*0.6 = 0.32 + 0.24 = 0.56\r \n" ); document.write( "\n" ); document.write( "==> P(R|T) = P(R∩T)/P(T) = 0.32/0.56 = 4/7. \n" ); document.write( " |