document.write( "Question 949394: A supply officer distributes 80 business envelops among 13 employees, giving half the number to the female employees and the other half to the male employees. Each female employee received 3 more than each male. How many male employees are there? \n" ); document.write( "
Algebra.Com's Answer #579606 by Theo(13342)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "you are given that the total number of employees are equal to 13. \n" ); document.write( "you are also given that 80 envelopes are distributed among them, with 40 going to the males and 40 going to the females. \n" ); document.write( "you are also given that each female employee receives 3 more than each male.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = number of males. \n" ); document.write( "let y = number of females. \n" ); document.write( "let a = number of envelopes that each male received. \n" ); document.write( "let a+3 = number of envelopes that each female received.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the males received 40 envelopes, and the number of envelopes each male received is equal to a, then a*x = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the females received 40 envelopes, and the number of envelopes each female received is equal to a+3, then (a+3)*y = 40.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x and solve for y in each of these equations to get both x and ys in terms of a.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a*x = 40 results in x = 40/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a+3)*y = 40 results in y = 40/(a+3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you know that x+y = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace x with 40/a and replace y with 40/(a+3) to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40/a + 40/(a+3) = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all you have to do now is solve for a.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of that equation by a*(a+3) to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40*(a+3) + 40*a = 13*a*(a+3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40a + 120 + 40a = 13a^2 + 39a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "80a + 120 = 13a^2 + 39a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 80a from both sides of the equation and subtract 120 from both sides of the equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = 13a^2 + 39a - 80a - 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = 13a^2 - 41a - 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "flip sides in the equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "13a^2 - 41a - 120 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is a quadratic equation in standard form.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factor it and you will get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 5 or a = -24/13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a can't be negative, so the solution is a = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the formula of ax = 40, replace a with 5 to get 5x = 40 which results in x = 8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the formula of (a+3)y = 40, replace a with 5 to get 8y = 40 which results in y = 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of males is 8 \n" ); document.write( "number of females is 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8 males got 40 envelopes which results in 5 envelopes each. \n" ); document.write( "5 females got 40 envelopes which results i 8 envelopes each. \n" ); document.write( "each female got 3 more envelopes than each male. \n" ); document.write( "problem is solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "answer to the question is there are 8 male employees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |