I divided $.55 by 777 and got 0.00585 cents per apple. Then I mulitplied 0.00585 by 999 and got $5.85.
Given the equation - x² + 5x = 3, which can be rewritten as:
- x² + 5x - 3 = 0
where a = -1, b = 5 and c = -3.
Quadratic formula:
![\frac{-b\text{ }\pm\text{ }\sqrt[]{b^2\text{ - 4ac}}}{2a}](https://tex.z-dn.net/?f=%5Cfrac%7B-b%5Ctext%7B%20%7D%5Cpm%5Ctext%7B%20%7D%5Csqrt%5B%5D%7Bb%5E2%5Ctext%7B%20-%204ac%7D%7D%7D%7B2a%7D)
Now, we just replace the values of a, b and c on the equation above.
![\frac{-5\text{ }\pm\text{ }\sqrt[]{5^2\text{ - 4(-1)(3)}}}{2(-1)}](https://tex.z-dn.net/?f=%5Cfrac%7B-5%5Ctext%7B%20%7D%5Cpm%5Ctext%7B%20%7D%5Csqrt%5B%5D%7B5%5E2%5Ctext%7B%20-%204%28-1%29%283%29%7D%7D%7D%7B2%28-1%29%7D)
=
Let:
x = cost of senior citizen ticket
y = cost of student ticket
4x + 5y = 102
7x + 5y = 126
4x + 5y = 102
4x = 102 - 5y
x = (102 - 5y)/4
x = 102/4 - 5y/4
7x + 5y = 126
7(102/4 - 5y/4) + 5y = 126
(714/4 - 35y/4) + 5y = 126
-35y/4 + 5y = 126 - 714/4
note:
-35y/4 = -8.75y
714/4 = 178.5
-8.75y + 5y = 126 - 178.5
-3.75y = -52.5
y = -52.5/-3.75
y = 14
x = 102/4 - 5y/4
x = 102/4 - 5(14)/4
x = 8
x = cost of senior citizen ticket = $8/ea
y = cost of student ticket = $14/ea
3x - x + 8 + 5x - 2 = 10
combine like terms on the left, then add or subtract as asked
(3x - x + 5x) + (8 - 2) = 10
7x + 6 = 10
subtract 6 from both sides
7x = 4
divide both sides by 7
x = 4/7
Hope this helps! :)