document.write( "Question 1204405: A survey of 500 people was conducted to determine how many people own a pet, and how many people own a car. The results showed that 300 people own a pet, 150 people own a car, and 100 people own both a pet and a car. What is the probability that a randomly selected person owns a pet or a car?
\n" );
document.write( "P(A or B) = P(A) + P(B) - P(A and B) where P(A) is the probability of owning a pet, P(B) is the probability of owning a car, and P(A and B) is the probability of owning both a pet and a car. Is the answer .70 or .72?\r
\n" );
document.write( "\n" );
document.write( "300/500 + 150/500 - 100/500 = 350/500 = 7/10 = .70\r
\n" );
document.write( "\n" );
document.write( "300/500 = .60 ; 150/500 = .30 ; (1 - (.60 + .30) = .10 own both a pet a and car\r
\n" );
document.write( "\n" );
document.write( ".60 + .30 - (.60 * .30)
\n" );
document.write( "0.90 - 0.18 = 0.72
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #840626 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A = set of people who own a pet (some also own a car) \n" ); document.write( "B = set of people who own a car (some also own a pet)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n(A) = number of people in set A \n" ); document.write( "n(A) = 300 \n" ); document.write( "n(B) = 150 \n" ); document.write( "n(A and B) = 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the inclusion-exclusion principle: \n" ); document.write( "n(A or B) = n(A) + n(B) - n(A and B) \n" ); document.write( "n(A or B) = 300 + 150 - 100 \n" ); document.write( "n(A or B) = 350 \n" ); document.write( "We subtract off 100 because those people were counted twice when computing the n(A)+n(B) portion. The 100 goes in the overlapped portion of the Venn Diagram.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then, \n" ); document.write( "P(A or B) = n(A or B)/n(Total) \n" ); document.write( "P(A or B) = 350/500 \n" ); document.write( "P(A or B) = 0.7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A slightly different approach\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n(A) = 300 \n" ); document.write( "n(A and B) = 100 \n" ); document.write( "n(A only) = n(A) - n(A and B) = 300-100 = 200 \n" ); document.write( "There are 200 people who own a pet, but do not own a car. \n" ); document.write( "This value 200 goes in circle A but outside circle B of the Venn Diagram.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n(B) = 150 \n" ); document.write( "n(A and B) = 100 \n" ); document.write( "n(B only) = n(B) - n(A and B) = 150-100 = 50 \n" ); document.write( "There are 50 people who own a car, but do not own a pet. \n" ); document.write( "This value 50 goes in circle B but outside circle A of the Venn Diagram.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n(A or B) = n(A only) + n(B only) + n(A and B) \n" ); document.write( "n(A or B) = 200 + 50 + 100 \n" ); document.write( "n(A or B) = 350 \n" ); document.write( "There are 350 people who own a pet, have a car, or both.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The steps from this point onward will be the same as the previous section above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 0.7 \n" ); document.write( " \n" ); document.write( " |