Find the number of students, given the total bill to which four did not contribute

84 Views Asked by At

There is a lunch bill of $\$239.25$. $4$ students are not paying because it is their birthday. All the other students pay $1$ extra dollar to cover the bill. How many students had lunch?

I assume it means each student's meal costs the same amount, but I still don't know how to solve it. Any help?

3

There are 3 best solutions below

0
On BEST ANSWER

The formula representing this problem is, if $y$ is the number of students paying, then $$\frac{239.25}{y}+1=\frac{239.25}{y-4}.$$

0
On

Hint:

Let $x$ be the number of students and $y$ the cost of the meal. Then $xy=239.25$ and $(x-4)(y+1)=239.25$.

0
On

Use a simple equation involving $x$, the number of students, then solve for $x$. We have that each student (except for those who had birthday) should pay $239.25/x$ plus an additional dollar. $x-4$ did not have birthday so:
Let $A=239.25$. $$ (\frac{A}{x}+1)\cdot (x-4) = A\\ \frac{A+x}{x}\cdot (x-4) = A\\ (A+x)(x-4) = Ax\\ x^2+Ax-4A-4x = Ax\\ x^2-4x-4A = 0 $$ From here on we may use the formula $$ x^2+px+q=0 \Leftrightarrow x = -\frac p 2 \pm \sqrt{\left(\frac p 2\right)^2-q} $$ Here our $-p/2 = 2$. But we know there is more than two students so we have the positive root: $$ x = 2+\sqrt{(-2)^2+4A}\\ = 2+\sqrt{4(1+A)}\\ = 2+2\sqrt{1+A}\\ = 2+2\sqrt{240.25}\\ = 33 $$