Part 1
Let:
y be the total cost
x be the number of tickets
a be fair admission
Since the fair charges $1.25 per ticket, the equation of the line would look like:
y = 1.25x + a
Since Johnny spent $43.75 and bought 25 tickets, we find a by replacing y with 43.75 and x with 25:
43.75 = 1.25×25 + a
Now solve for a
43.75 = 31.25 + a
43.75 - 31.25 = a
a = 12.50
Going back to the first equation:
y = 1.25x + 12.50
Part 2:
a) Let (9,8) be (x1,y1) and (4,-12) be (x2,y2)
The formula for slope is:
[tex]m = \frac{y2 - y1}{x2 - x1} \\ m = \frac{ - 12 - 8}{4 - 9} \\ m = \frac{ - 20}{ - 5} \\ m = 4[/tex]
b) For the point-slope equation, I'll use (9,8)
Using the formula:
[tex]y - y1 = m(x - x1) \\ y - 8 = 4(x - 9)[/tex]
c) For the slope-intercept form, we solve for y in the point-slope formula:
[tex]y - 8 = 4(x - 9) \\ y = 4x - 36 + 8 \\ y = 4x - 28[/tex]