document.write( "Question 430492: A realty company has 100 homes listed for sale.Some of these homes have fire places, some have garages, and some have neither.
\n" ); document.write( "Garage and Fireplace 50
\n" ); document.write( "Garage with no fireplace 30
\n" ); document.write( "No Garage and fireplace 10
\n" ); document.write( "No garage and no fireplace 10
\n" ); document.write( "What is the probability that the home selected does not have a fire place?
\n" ); document.write( "What is the probabiltiy that the home selected has a fireplace or a garage?
\n" ); document.write( "What is the probabiltiy that the home selected had niether a fireplace nor a garage?
\n" ); document.write( "What is the probabiltiy that the home selected has a garage but not a fireplace?
\n" ); document.write( "What is the probabiltiy that the home selected has a garage, given that it has a fireplace?
\n" ); document.write( "

Algebra.Com's Answer #298973 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "A realty company has 100 homes listed for sale
\n" ); document.write( " G-only F-only both neither Total
\n" ); document.write( "status 30 10 50 10 100\r
\n" ); document.write( "\n" ); document.write( "P( that the home selected does not have a fire place)= 1 - 60/100 = 40/100
\n" ); document.write( "P(that the home selected has a fireplace or a garage)
\n" ); document.write( " P(A or B) = P(A) + P(B) - P(A and B) = 90/100 - 50/100 = 40/100
\n" ); document.write( "P(that the home selected had neither a fireplace nor a garage)= 10/100
\n" ); document.write( "P(that the home selected has a garage but not a fireplace)= 30/100
\n" ); document.write( "P(the home selected has a garage, given that it has a fireplace)
\n" ); document.write( " P(A|B) = P(A and B)/P(B)= 50/100/60/100 = 50/60
\n" ); document.write( "may reduce fractions as necessary for classroom format. \n" ); document.write( "
\n" );