document.write( "Question 1113823: Sam is fond of taking long-distance trips. During each trip his car has a tire failure in each 100-mile stretch with a probability of 0.05. He recently embarked on an 800-mile trip and took two spare tires with him on the trip.
\n" );
document.write( "a. What is the probability that the first change of tire occurred 300 miles from his starting point?
\n" );
document.write( "b. What is the probability that his second change of tire occurred 500 miles from his starting point?
\n" );
document.write( "c. What is the probability that he completed the trip without having to change tires? \n" );
document.write( "
Algebra.Com's Answer #728899 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Sam is fond of taking long-distance trips. During each trip his car has a tire failure in each 100-mile stretch with a probability of 0.05. He recently embarked on an 800-mile trip and took two spare tires with him on the trip. \n" ); document.write( "a. What is the probability that the first change of tire occurred 300 miles from his starting point? \n" ); document.write( "Event description:: (no)(no)(yes) = 0.95^2*0.05 = 0.0451 \n" ); document.write( "---------------------------------- \n" ); document.write( "b. What is the probability that his second change of tire occurred 500 miles from his starting point? \n" ); document.write( "Event description: (one in the 1st 400 miles)*(0.05) \n" ); document.write( "= 4C1*0.05*0.95^4 * 0.05 \n" ); document.write( "= 4*0.05*0.8145*0.05 \n" ); document.write( "= 0.008145 \n" ); document.write( "------------------------------------- \n" ); document.write( "c. What is the probability that he completed the trip without having to change tires? \n" ); document.write( "0.95^8 = 0.6634 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |