document.write( "Question 1047789: Two factory plants are making TV panels. Yesterday, Plant A produced
\n" );
document.write( "4000
\n" );
document.write( " panels. Two percent of the panels from Plant A and
\n" );
document.write( "5%
\n" );
document.write( " of the panels from Plant B were defective. How many panels did Plant B produce, if the overall percentage of defective panels from the two plants was
\n" );
document.write( "4%
\n" );
document.write( "? \n" );
document.write( "
Algebra.Com's Answer #663331 by advanced_Learner(501)![]() ![]() You can put this solution on YOUR website! 0.02x+0.05y=0.04(x+y) \n" ); document.write( "0.02x+0.05y=0.04(4000+y) \n" ); document.write( "0.02(4000)+0.05y=0.04(4000+y) \n" ); document.write( "y=8000 \n" ); document.write( " |