document.write( "Question 1095029: An office has 54 employees. If there are 14 more women than men in the office, how many employees are women? \n" ); document.write( "
Algebra.Com's Answer #709568 by Boreal(15235) You can put this solution on YOUR website! x = men \n" ); document.write( "x+14=women \n" ); document.write( "they add to 54 \n" ); document.write( "x+ x+14=54 \n" ); document.write( "2x=40 \n" ); document.write( "x=20 \n" ); document.write( "x+14=34 \n" ); document.write( "20 men, 34 women. \n" ); document.write( " |