document.write( "Question 1174461: In a certain city, sports bikes are being targeted by thieves. Assume that the probability of a sports bike being stolen is 0.09 while the probability is only 0.5 for a regular bike. Taking, as an approximation for all bikes in that area, the nationwide proportion 0.19 of sports bikes, find the probability that a stolen bike is a sports bike. And find the probability that a bike will be stolen. \n" ); document.write( "
Algebra.Com's Answer #850657 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Let $S$ be the event that a bike is a sports bike, and $R$ be the event that a bike is a regular bike.
\n" ); document.write( "Let $T$ be the event that a bike is stolen.
\n" ); document.write( "We are given:
\n" ); document.write( "$P(T|S) = 0.09$ (probability a sports bike is stolen)
\n" ); document.write( "$P(T|R) = 0.005$ (probability a regular bike is stolen)
\n" ); document.write( "$P(S) = 0.19$ (proportion of sports bikes)
\n" ); document.write( "$P(R) = 1 - P(S) = 1 - 0.19 = 0.81$ (proportion of regular bikes)\r
\n" ); document.write( "\n" ); document.write( "We want to find $P(S|T)$, the probability that a stolen bike is a sports bike, and $P(T)$, the probability that a bike is stolen.\r
\n" ); document.write( "\n" ); document.write( "Using Bayes' theorem:
\n" ); document.write( "$P(S|T) = \frac{P(T|S)P(S)}{P(T)}$\r
\n" ); document.write( "\n" ); document.write( "First, we find $P(T)$, the probability a bike is stolen:
\n" ); document.write( "$P(T) = P(T|S)P(S) + P(T|R)P(R)$
\n" ); document.write( "$P(T) = (0.09)(0.19) + (0.005)(0.81)$
\n" ); document.write( "$P(T) = 0.0171 + 0.00405$
\n" ); document.write( "$P(T) = 0.02115$\r
\n" ); document.write( "\n" ); document.write( "Now we can find $P(S|T)$:
\n" ); document.write( "$P(S|T) = \frac{P(T|S)P(S)}{P(T)}$
\n" ); document.write( "$P(S|T) = \frac{(0.09)(0.19)}{0.02115}$
\n" ); document.write( "$P(S|T) = \frac{0.0171}{0.02115}$
\n" ); document.write( "$P(S|T) \approx 0.8085$\r
\n" ); document.write( "\n" ); document.write( "Therefore:
\n" ); document.write( "The probability that a stolen bike is a sports bike is approximately 0.8085.
\n" ); document.write( "The probability that a bike will be stolen is 0.02115.\r
\n" ); document.write( "\n" ); document.write( "Final Answer: The final answer is $\boxed{0.8085, 0.02115}$
\n" ); document.write( "
\n" ); document.write( "
\n" );