document.write( "Question 882381: Two factory plants are making TV panels. Yesterday, Plant A produced 3 times as many panels as Plant B. 3% of the panels from Plant A and 2% of the panels from Plant B were defective. How many panels did Plant B produce, if the two plants together produced 1100 DEFECTIVE panels? \n" ); document.write( "
Algebra.Com's Answer #532814 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Two factory plants are making TV panels. Yesterday, Plant A produced 3 times as many panels as Plant B. 3% of the panels from Plant A and 2% of the panels from Plant B were defective. How many panels did Plant B produce, if the two plants together produced 1100 DEFECTIVE panels? \n" ); document.write( "*** \n" ); document.write( "let x=total number of panels produced by plant B \n" ); document.write( "3x=total number of panels produced by plant A \n" ); document.write( "3%*3x+2%x=1100 \n" ); document.write( ".09x+.02x=1100 \n" ); document.write( ".11x=1100 \n" ); document.write( "x=10,000 \n" ); document.write( "total number of panels produced by plant B=10,000 \n" ); document.write( " |