document.write( "Question 1178959: Ownership status Size
\n" );
document.write( " Small Large
\n" );
document.write( "Private 68 45
\n" );
document.write( "Public 33 76\r
\n" );
document.write( "\n" );
document.write( "(a) Suppose a company is selected at random. Then compute the probability that
\n" );
document.write( "I. The company is private or it is large.
\n" );
document.write( "II. The company is small and publicly owned.
\n" );
document.write( "(b) Are being publicly owned and being a large company independent events?
\n" );
document.write( "(c) What is the value of P(small and large? Explain your answer.
\n" );
document.write( "(d) If two small firms at randomly selected what is the probability that both are private?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #850273 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's break down this problem step-by-step:\r \n" ); document.write( "\n" ); document.write( "**1. Create a Total Table:**\r \n" ); document.write( "\n" ); document.write( "| Ownership Status | Small | Large | Total | \n" ); document.write( "|------------------|-------|-------|-------| \n" ); document.write( "| Private | 68 | 45 | 113 | \n" ); document.write( "| Public | 33 | 76 | 109 | \n" ); document.write( "| Total | 101 | 121 | 222 |\r \n" ); document.write( "\n" ); document.write( "**a) Probability Calculations:**\r \n" ); document.write( "\n" ); document.write( "* **I. The company is private or it is large.** \n" ); document.write( " * P(Private) = 113/222 \n" ); document.write( " * P(Large) = 121/222 \n" ); document.write( " * P(Private AND Large) = 45/222 \n" ); document.write( " * P(Private OR Large) = P(Private) + P(Large) - P(Private AND Large) \n" ); document.write( " * P(Private OR Large) = (113/222) + (121/222) - (45/222) = 189/222 = 63/74 ≈ 0.8514\r \n" ); document.write( "\n" ); document.write( "* **II. The company is small and publicly owned.** \n" ); document.write( " * P(Small AND Public) = 33/222 = 11/74 ≈ 0.1486\r \n" ); document.write( "\n" ); document.write( "**b) Independence of Public Ownership and Large Size:**\r \n" ); document.write( "\n" ); document.write( "* To check for independence, we need to see if P(Public AND Large) = P(Public) * P(Large). \n" ); document.write( "* P(Public AND Large) = 76/222 = 38/111 ≈ 0.3423 \n" ); document.write( "* P(Public) = 109/222 ≈ 0.4910 \n" ); document.write( "* P(Large) = 121/222 ≈ 0.5450 \n" ); document.write( "* P(Public) * P(Large) = (109/222) * (121/222) ≈ 0.2677 \n" ); document.write( "* Since P(Public AND Large) ≠ P(Public) * P(Large), the events are **not independent**.\r \n" ); document.write( "\n" ); document.write( "**c) P(Small and Large)?**\r \n" ); document.write( "\n" ); document.write( "* P(Small AND Large) = 0/222 = 0 \n" ); document.write( "* This is because a company cannot be both \"small\" and \"large\" simultaneously. These are mutually exclusive categories within the provided data.\r \n" ); document.write( "\n" ); document.write( "**d) Probability of Two Small Firms Being Private:**\r \n" ); document.write( "\n" ); document.write( "* P(Small AND Private) = 68/101 \n" ); document.write( "* We need to find the probability of selecting two small firms that are both private. \n" ); document.write( "* P(1st small firm is private) = 68/101 \n" ); document.write( "* P(2nd small firm is private, given the 1st was private) = 67/100 (since we assume selections are without replacement) \n" ); document.write( "* P(Both are private) = (68/101) * (67/100) = 4556/10100 ≈ 0.4511\r \n" ); document.write( "\n" ); document.write( "**Answers:**\r \n" ); document.write( "\n" ); document.write( "* **(a) I.** 189/222 or approximately 0.8514 \n" ); document.write( "* **(a) II.** 33/222 or approximately 0.1486 \n" ); document.write( "* **(b)** No, they are not independent. \n" ); document.write( "* **(c)** 0, because a firm can't be both small and large. \n" ); document.write( "* **(d)** 4556/10100 or approximately 0.4511 \n" ); document.write( " \n" ); document.write( " |