document.write( "Question 1184373: A & B Pty Ltd manufactures window air-conditioners in both a
\n" );
document.write( "deluxe model and a standard model. An auditor undertaking a
\n" );
document.write( "compliance audit of the firm is validating the sales account for
\n" );
document.write( "April. She has collected 200 invoices for the month, some of which
\n" );
document.write( "were sent to wholesalers and the remainder to retailers. Of the
\n" );
document.write( "140 retail invoices, 28 are for the standard model. Of the
\n" );
document.write( "wholesale invoices, 24 are for the standard model. If the auditor
\n" );
document.write( "selects one invoice at random, find the probability that:
\n" );
document.write( "a) the invoice selected is for the deluxe model .
\n" );
document.write( "b) the invoice selected is wholesale invoice for the deluxe model
\n" );
document.write( "c) the invoice selected is either a wholesale invoice or an invoice
\n" );
document.write( "for the standard model\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849849 by CPhill(1987) You can put this solution on YOUR website! Here's how to calculate the probabilities:\r \n" ); document.write( "\n" ); document.write( "First, let's organize the data into a table:\r \n" ); document.write( "\n" ); document.write( "| Invoice Type | Deluxe Model | Standard Model | Total | \n" ); document.write( "|---|---|---|---| \n" ); document.write( "| Retail | 140 - 28 = 112 | 28 | 140 | \n" ); document.write( "| Wholesale | 200 - 140 - 24 = 36 | 24 | 60 | \n" ); document.write( "| Total | 112 + 36 = 148 | 28 + 24 = 52 | 200 |\r \n" ); document.write( "\n" ); document.write( "**a) Probability of a Deluxe Model Invoice:**\r \n" ); document.write( "\n" ); document.write( "* There are 148 deluxe model invoices out of a total of 200 invoices. \n" ); document.write( "* P(Deluxe) = 148/200 = 0.74 or 74%\r \n" ); document.write( "\n" ); document.write( "**b) Probability of a Wholesale Invoice for the Deluxe Model:**\r \n" ); document.write( "\n" ); document.write( "* There are 36 wholesale invoices for the deluxe model. \n" ); document.write( "* P(Wholesale and Deluxe) = 36/200 = 0.18 or 18%\r \n" ); document.write( "\n" ); document.write( "**c) Probability of a Wholesale Invoice or a Standard Model Invoice:**\r \n" ); document.write( "\n" ); document.write( "We can use the addition rule for probability:\r \n" ); document.write( "\n" ); document.write( "P(Wholesale or Standard) = P(Wholesale) + P(Standard) - P(Wholesale and Standard)\r \n" ); document.write( "\n" ); document.write( "* P(Wholesale) = 60/200 = 0.30 \n" ); document.write( "* P(Standard) = 52/200 = 0.26 \n" ); document.write( "* P(Wholesale and Standard) = 24/200 = 0.12\r \n" ); document.write( "\n" ); document.write( "P(Wholesale or Standard) = 0.30 + 0.26 - 0.12 = 0.44 or 44%\r \n" ); document.write( "\n" ); document.write( "Alternatively, we can count the number of invoices that are either wholesale or for the standard model (or both):\r \n" ); document.write( "\n" ); document.write( "* Wholesale: 60 \n" ); document.write( "* Standard: 52 \n" ); document.write( "* Both: 24\r \n" ); document.write( "\n" ); document.write( "So, 60 + 52 - 24 = 88 invoices are either wholesale or standard (or both). \n" ); document.write( "Then P(Wholesale or Standard) = 88/200 = 0.44 or 44% \n" ); document.write( " \n" ); document.write( " |