document.write( "Question 928052: Two factory plants are making TV panels. Yesterday, Plant A produced 6000 panels. Ten percent of the panels from Plant A and 3% 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 6% ? \n" ); document.write( "
Algebra.Com's Answer #563418 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = panels produced by plant A = 6000 \n" ); document.write( "y = panels produced by plant B = ? \n" ); document.write( "--- \n" ); document.write( "0.1x + 0.03y = 0.06(x + y) \n" ); document.write( "0.1*6000 + 0.03y = 0.06(6000 + y) \n" ); document.write( "600 + 0.03y = 0.06*6000 + 0.06y \n" ); document.write( "0.06y - 0.03y = 600 - 360 \n" ); document.write( "0.03y = 600 - 360 \n" ); document.write( "y = (600 - 360)/0.03 \n" ); document.write( "y = 8000 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "y = panels produced by plant B = 8000 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |