document.write( "Question 1207641: Hi
\n" );
document.write( "The number of men is more than the number of women. 20% of men and 25% of women are unmarried. The number of unmarried men and unmarried women are equal. A total of 230 employees are unmarried. What is the percentage of women . My son tried to solve it but the number of employees was in fractions. \n" );
document.write( "
Algebra.Com's Answer #845619 by Theo(13342)![]() ![]() You can put this solution on YOUR website! this is what i get.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = number of men \n" ); document.write( "let y = number of women\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that 20% of men and 25% of women are unmarried.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is .2x + .25y = number of unmarried employees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a total of 230 employees are unmarried.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is .2x + .25y = 230\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of unmarried men and unmarried women are equal.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that gets you .2x = .25y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if .2x + .25y = 230, and .2x = .25y, then replace .2x with .25y to get: \n" ); document.write( ".25y + .25y = 230 \n" ); document.write( "combine like terms to get .5y = 230 \n" ); document.write( "solve for y to get y = 230 / .5 = 460.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "likewise replace .25y with .2x to get: \n" ); document.write( ".2x + .2x = 230 \n" ); document.write( "combine like terms to get: \n" ); document.write( ".4x = 230 \n" ); document.write( "solve for x to get x = 230 / .4 = 575.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 575 men and 460 women for a total of 1035 employees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the percentage of women is 460 / 1035 * 100 = 44.4444444.....%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the percent is a fraction, but the number of employees is not.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "working from the beginning, you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "575 men and 460 women. \n" ); document.write( "20% of the men and 25% of the women are unmarried. \n" ); document.write( "that makes .20 * 575 + .25 * 460 unmarried employees = 115 men and 115 women that are unmarried. \n" ); document.write( "that makes a total of 230 employees that are unmarried, with the number of unmarried men being equal to the number of unmarried women.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let me know if this helps. \n" ); document.write( "theo \n" ); document.write( " |