document.write( "Question 575297: A restaurant bill that comes to £200 is to be divided equally among a group of people. However, three people leave before the bill is settled and the remainder of the group has to pay an extra £15 each.
\n" ); document.write( "How many people were orginally in the group?
\n" ); document.write( "

Algebra.Com's Answer #369466 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A restaurant bill that comes to £200 is to be divided equally among a group of people.
\n" ); document.write( " However, three people leave before the bill is settled and the remainder of the group has to pay an extra £15 each.
\n" ); document.write( "How many people were originally in the group?
\n" ); document.write( ":
\n" ); document.write( "let x = no. originally in the group
\n" ); document.write( "then
\n" ); document.write( "\"200%2Fx\" = amt each should have paid
\n" ); document.write( "and
\n" ); document.write( "\"200%2F%28%28x-3%29%29\" = amt that was paid
\n" ); document.write( ":
\n" ); document.write( "\"200%2F%28%28x-3%29%29\" - \"200%2Fx\" = 15
\n" ); document.write( "multiply by x(x-3)
\n" ); document.write( "x(x-3)*\"200%2F%28%28x-3%29%29\" - x(x-3)*\"200%2Fx\" = 15x(x-3)
\n" ); document.write( "Cancel the denominators and you have
\n" ); document.write( "200x - 200(x-3) = 15x^2 - 45x
\n" ); document.write( "200x - 200x + 600 = 15x^2 - 45x
\n" ); document.write( "Combine on the right to form a quadratic equation
\n" ); document.write( "0 = 15x^2 - 45x - 600
\n" ); document.write( "Simplify, divide by 15
\n" ); document.write( "x^2 - 3x - 40 = 0
\n" ); document.write( "factors to
\n" ); document.write( "(x-8)(x+5) = 0
\n" ); document.write( "positive solution
\n" ); document.write( "x = 8 people in the original group
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( "see if this checks, find out how much should be paid and was paid
\n" ); document.write( "200/8 = 25
\n" ); document.write( "200/5 = 40
\n" ); document.write( "------------
\n" ); document.write( "differs by $15
\n" ); document.write( "
\n" );