Hi Alexis
let x =number of members originally signed up
let y = original price of ticket per member
So y = 780/x. (Total cost divided by number members)
but this changes when 5 members drop out
Now we are told that the price goes up 1 dollar
so y+1 = 780/(x-5). (This is the new ticket price)
multiply both sides of this this equation by (x-5) and we get
(x-5)(y+1)=780
we know y=780/x from our first equation so we will replace y with this
(x-5)(780/x + 1)=780
now we multiply
780 + x - 3900/x -5 = 780.
Now subtract 780 from both sides and we get the following
x - 3900/x -5=0
Now multiply both sides of the equation by x to get rid of x in the denominator and we get
x^2 -5x -3900=0
now factor
(X+60)(X-65)=0
Therefore (X-65)=0 and X=65
There were originally 65 members who signed up for the trip. I