document.write( "Question 1123012: 53% of the residents in a town own a dog. 64% own a cat. 49% of the dog owners also own a cat. If a resident is chosen at random. What are the probabilities for the following?
\n" );
document.write( "-Probability(own a dog)
\n" );
document.write( "-P(own a cat)
\n" );
document.write( "-P(own a cat and a dog)
\n" );
document.write( "-P(own a dog given they own a cat) \n" );
document.write( "
Algebra.Com's Answer #739269 by Theo(13342)![]() ![]() You can put this solution on YOUR website! probabilities and are related in that, if something has happened 54% of the time in the past, then, unless something changes, it is reasonable to expect that it will happen approximately 54% of the time in the future as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's why, it 54% of the people own dogs, then, it is reasonable to expect that, if you pick a person randomly out of the same population, the probability that the person will own a dog is 54%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "given that 54% own dogs and 64% own cats and 49% own both, ........\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(own a dog) = .54 \n" ); document.write( "p(own a cat) = .64 \n" ); document.write( "p(own a cat and a dog) = .49\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(own a cat given that they own a dog) requires some logic and a formula that was developed to handle this situation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 54% own a dog. \n" ); document.write( "you have 49% own a cat and a dog.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "given that a person owns a dog, the probability that the same person also owns a cat is .49 / .54 = .907407407.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula developed to handle this situation is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(owns a cat given owns a dog) = p(owns a cat and a dog) divided by p(owns a dog).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the generalizerd formula is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(A given B) = p(A and B) / p(B)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |