document.write( "Question 802025: In a math society the members were discussing how to divide the cost of their $3120 bill. It was agreed that each member should pay an equal amount. However 4 members resigned leaving remaining members to pay an extra $26 each. How many members did the society originally have? \n" ); document.write( "
Algebra.Com's Answer #483755 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
In a math society the members were discussing how to divide the cost of their $3120 bill.
\n" ); document.write( " It was agreed that each member should pay an equal amount.
\n" ); document.write( " However 4 members resigned leaving remaining members to pay an extra $26 each.
\n" ); document.write( " How many members did the society originally have?
\n" ); document.write( ":
\n" ); document.write( "Let x = no. of original members
\n" ); document.write( "then
\n" ); document.write( "(x-4) = actual no. of members that paid
\n" ); document.write( ":
\n" ); document.write( "\"3120%2Fx\" = original cost for each member
\n" ); document.write( "and
\n" ); document.write( "\"3120%2F%28%28x-4%29%29\" = actual amt each had to pay
\n" ); document.write( ":
\n" ); document.write( "The equation:
\n" ); document.write( "\"3120%2F%28%28x-4%29%29\" - \"3120%2Fx\" = 26
\n" ); document.write( "multiply by x(x-4) resulting in
\n" ); document.write( "3120x - 3120(x-4) = 26x(x-4)
\n" ); document.write( "3120x - 3120x + 12480 = 26x^2 - 104x
\n" ); document.write( "A quadratic equation
\n" ); document.write( "0 = 26x^2 - 104x - 12480 = 0
\n" ); document.write( "Simplify, divide by 26
\n" ); document.write( "x^2 - 4x - 480 = 0
\n" ); document.write( "Factors to
\n" ); document.write( "(x-24)(x+20) = 0
\n" ); document.write( "The positive solution is all we want here
\n" ); document.write( "x = 24 original members
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "See if that checks out, find the actual cost for each scenario
\n" ); document.write( "3120/20 = $156
\n" ); document.write( "3120/24 = $130
\n" ); document.write( "
\n" );