document.write( "Question 907317: The following table shows passengers of the Titanic, what class cabin they were in and whether they survived.
\n" ); document.write( " First class Second class Third class Crew/employees
\n" ); document.write( "Survived 203 118 178 212
\n" ); document.write( "Died 122 167 528 673
\n" ); document.write( "Calculate the probability a person was in First class or died.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #550291 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Previously Posted
\n" ); document.write( "Recommend chart/Totals
\n" ); document.write( " 1st 2nd 3rd Other Total
\n" ); document.write( "lived 203 118 178 212 711
\n" ); document.write( "died 122 167 528 673 1490
\n" ); document.write( "Total 325 285 706 885 2201
\n" ); document.write( "P(1st 0r died) = 325/2201 + 1490/2201 - 122/2201
\n" ); document.write( " \n" ); document.write( "
\n" );