document.write( "Question 472802: here is my question- a group of women decide to contribute equal amounts toward obtaining a speaker for a book review. If there were 10 more women, each would have paid $2 less. However, if there were 5 less women, each would have paid $2 more. How many women were in the group and how much was the speaker paid? \r
\n" );
document.write( "\n" );
document.write( "If you can, could you also show me how you did it?
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #324147 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! a group of women decide to contribute equal amounts toward obtaining a speaker for a book review. If there were 10 more women, each would have paid $2 less. However, if there were 5 less women, each would have paid $2 more. How many women were in the group and how much was the speaker paid? \n" ); document.write( "===================================================================== \n" ); document.write( "Let A = the amount the speaker was paid \n" ); document.write( "Let a = the amount each woman paid \n" ); document.write( "Let n = the number of women in the group \n" ); document.write( "Given the information above, we can write the following 3 equations: \n" ); document.write( "A = na \n" ); document.write( "A = (n+10)(a-2) \n" ); document.write( "A = (n-5)(a+2) \n" ); document.write( "Since the LHS's are equal we can write: \n" ); document.write( "na = (n+10)(a-2) [1] \n" ); document.write( "na = (n-5)(a+2) [2] \n" ); document.write( "Now we are left with 2 equations and 2 unknowns. Solving for a in [1] gives: \n" ); document.write( "na = na - 2n + 10a - 20 -> 2n = 10a - 20 -> n = 5a - 10 \n" ); document.write( "Now simplify [2] and substitute in this value for n: \n" ); document.write( "na = na + 2n - 5a - 10 -> 2n - 5a - 10 = 0 -> 2(5a - 10) - 5a - 10 = 0 \n" ); document.write( "Solving for a gives: \n" ); document.write( "10a - 20 - 5a - 10 = 0 \n" ); document.write( "5a - 30 = 0 \n" ); document.write( "This gives a = 6 \n" ); document.write( "Therefore, n = 5*6 - 10 -> n = 20 \n" ); document.write( "So there were 20 women in the group and the speaker was paid 20*6 = $120\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |