document.write( "Question 882779: At the factory, 28% of the workers were woman. If there were 432 male workers. What was the total number of workers at the factory? \n" ); document.write( "
Algebra.Com's Answer #533077 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! At the factory, 28% of the workers were woman. If there were 432 male workers. What was the total number of workers at the factory? \n" ); document.write( "*** \n" ); document.write( "let x=total number of workers at the factory \n" ); document.write( "x-432=number of women workers \n" ); document.write( ".. \n" ); document.write( "x-432=28%x \n" ); document.write( ".72x=432 \n" ); document.write( "x=600 \n" ); document.write( "total number of workers at the factory=600 \n" ); document.write( " |