document.write( "Question 914354: a tire company produces a batch of 6000 tires that includes exactly 260 that are defective. If four tires are randomly selected for installation on a car, what is the probabilty that they are all good? \n" ); document.write( "
Algebra.Com's Answer #555037 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(def) = 260/6000 = .043
\n" ); document.write( "n = 4
\n" ); document.write( "P(all good) = .957^4
\n" ); document.write( "
\n" );