document.write( "Question 1185738: The following table represents the age of drivers (in years) and the major causes of 944 car accidents.\r
\n" );
document.write( "\n" );
document.write( "Age Speeding Careless Drinking and Driving Total
\n" );
document.write( "Below 25 160 89 286 535
\n" );
document.write( "25 and above 136 219 54 409
\n" );
document.write( "Total 296 308 340 944\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(a) Find the probability that a randomly chosen car accident is caused by a careless driver under 25 years old.
\n" );
document.write( "0.5667\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) Find the probability that a randomly chosen car accident is caused by either drinking and driving or speeding. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(c) Find the probability that a randomly chosen car accident is caused by either drinking and driving or a driver under 25 years old. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(d) Given that a car accident was caused by speeding, calculate the probability that the driver was at least 25 years old. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(e) If two car accidents are randomly chosen (without replacement), calculate the probability that they are both caused by careless driving. \n" );
document.write( "
Algebra.Com's Answer #849617 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's the breakdown of how to calculate the probabilities:\r \n" ); document.write( "\n" ); document.write( "**(a) Probability of a careless driver under 25:**\r \n" ); document.write( "\n" ); document.write( "* Number of accidents caused by careless drivers under 25: 89 \n" ); document.write( "* Total number of accidents: 944 \n" ); document.write( "* Probability = (Number of careless drivers under 25) / (Total accidents) = 89 / 944 ≈ 0.0943 (Your provided answer of 0.5667 is incorrect.)\r \n" ); document.write( "\n" ); document.write( "**(b) Probability of drinking and driving OR speeding:**\r \n" ); document.write( "\n" ); document.write( "* Number of accidents caused by drinking and driving: 340 \n" ); document.write( "* Number of accidents caused by speeding: 296 \n" ); document.write( "* Total accidents: 944 \n" ); document.write( "* Probability = (Drinking and driving + Speeding) / Total = (340 + 296) / 944 = 636 / 944 ≈ 0.6737\r \n" ); document.write( "\n" ); document.write( "**(c) Probability of drinking and driving OR a driver under 25:**\r \n" ); document.write( "\n" ); document.write( "* Number of accidents caused by drinking and driving: 340 \n" ); document.write( "* Number of accidents involving drivers under 25: 535 \n" ); document.write( "* Number of accidents caused by drinking and driving *and* a driver under 25: 286 \n" ); document.write( "* Probability = (Drinking and driving + Under 25 - Both) / Total = (340 + 535 - 286) / 944 = 589 / 944 ≈ 0.6239\r \n" ); document.write( "\n" ); document.write( "**(d) Probability the driver was at least 25 GIVEN speeding:**\r \n" ); document.write( "\n" ); document.write( "* Number of accidents caused by speeding: 296 \n" ); document.write( "* Number of accidents caused by speeding and a driver 25 or above: 136 \n" ); document.write( "* Probability = (Speeding and 25 or above) / (Total speeding) = 136 / 296 ≈ 0.4595\r \n" ); document.write( "\n" ); document.write( "**(e) Probability of two careless driving accidents (without replacement):**\r \n" ); document.write( "\n" ); document.write( "* Probability of the first accident being caused by careless driving: 308 / 944 \n" ); document.write( "* After one accident is chosen, there are 943 accidents left, and 307 are caused by careless driving. \n" ); document.write( "* Probability of the second accident being caused by careless driving: 307 / 943 \n" ); document.write( "* Probability of both being caused by careless driving = (308 / 944) * (307 / 943) ≈ 0.1066 \n" ); document.write( " \n" ); document.write( " |