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) You can put this solution on YOUR website! \n" ); document.write( " |