document.write( "Question 1020223: A manufacturer makes two models of an item:modelI,which accounts for 80% of unit sales,and modelI I,which accounts for 20% of unit sales.Because of defects,the manufacturer has to replace (or exchange) 10% of its modelI and 18% of its modelI I.If a model is selected at random,find the probability that it will be defective. \n" ); document.write( "
Algebra.Com's Answer #636133 by robertb(5830)![]() ![]() You can put this solution on YOUR website! P(defective) = P(defective AND model I)+ P(defective AND model II)\r \n" ); document.write( "\n" ); document.write( "= P(defective|model I)*P(model I) + P(defective|model II)*P(model II)\r \n" ); document.write( "\n" ); document.write( "= 0.10*0.80 + 0.18*0.20\r \n" ); document.write( "\n" ); document.write( "= |