document.write( "Question 1169237: Sales A manufacturer makes two models of an item: model I, which accounts for 80% of unit sales, and model II, which accounts for 20% of unit sales. Because of defects, the manufacturer has to replace (or exchange) 10% of its model I and 18% of its model II. If a model is selected at random, find the probability that it will be defective \n" ); document.write( "
Algebra.Com's Answer #793881 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the defect rate on m1 = .1
\n" ); document.write( "the defect rate on m2 = .18
\n" ); document.write( "m1 = model 1
\n" ); document.write( "m2 = model 2
\n" ); document.write( "t = total sales of m1 and m2
\n" ); document.write( "m1 = .8 * t
\n" ); document.write( "m2 = .2 * t
\n" ); document.write( "defective m1 = .1 * m1
\n" ); document.write( "defective m2 = .18 * m2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total defective = .1 * m1 + .18 * m2
\n" ); document.write( "since m1 = .8 * t and m2 = .2 * t, then:
\n" ); document.write( "total defective = .1 * .8 * t + .18 * .2 * t
\n" ); document.write( "simplify to get:
\n" ); document.write( "total defective = .116 * t = 11.6%\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to see how this works, assume they sold a total of 1000 cars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "m1 was 80% of them = 800
\n" ); document.write( "m2 was 20% of them = 200\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10% of m1 was defective = 10% of 800 = 80
\n" ); document.write( "18% of m2 was defective = 18% of 200 = 36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total defective = 116
\n" ); document.write( "percent defective of total = 116/1000 = .116 * 100 = 11.6%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "divide percent by 100 to get rate.
\n" ); document.write( "multiply rate by 100 to get percent.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );