document.write( "Question 678454: For a work there are 3 groups. In the first group there are 36% of the workers. In the second group there are 72 more workers than first group. And in the last group there are 124 workers. Totally how many workers are there? \n" ); document.write( "
Algebra.Com's Answer #421403 by rm29924(97) You can put this solution on YOUR website! Let x=the total amount of workers\r \n" ); document.write( "\n" ); document.write( "the first group=.36x \n" ); document.write( "the second group=.36x+72 \n" ); document.write( "the third group=124\r \n" ); document.write( "\n" ); document.write( ".36x+.36x+72+124=x \n" ); document.write( ".72x+196=x \n" ); document.write( "196=.28x \n" ); document.write( "x=700\r \n" ); document.write( "\n" ); document.write( "answer there are 700 workers \n" ); document.write( " |