document.write( "Question 337010: State college has 620 students. There are 20 more women than men. How many women are there? \n" ); document.write( "
Algebra.Com's Answer #764514 by broske(1)![]() ![]() ![]() You can put this solution on YOUR website! total students - extra women / number of groups(M,W) = # of men \n" ); document.write( "(620 - 20) / 2 = 300 \n" ); document.write( "number of men + extra women = total # of women \n" ); document.write( "300 + 20 = 320 \n" ); document.write( " |