document.write( "Question 22470: Of the 1260 households in a small town, 632 have dogs, 568 have cats, and 114 have both types of pets. If a household is chosen at random, what is the probability that the household has either type of pet? \n" ); document.write( "
Algebra.Com's Answer #10904 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
P(A or B) = P(A) + P(B) - P (A and B)
\n" ); document.write( "P(cats or dogs) = P(cats) + P(dogs) - P(cats and dogs)
\n" ); document.write( " = 586/1260 + 632/1260 - 114/1260\r
\n" ); document.write( "\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );