standard form for a linear equation means
• all coefficients must be integers, no fractions
• only the constant on the right-hand-side
• all variables on the left-hand-side, sorted
• "x" must not have a negative coefficient


Answer:
f(9) = f(8)·(-3)
Step-by-step explanation:
A recursive function is one where each successive term is calculated using the previous term;
The clear pattern demonstrated in the sequence of terms shown is that each term is multiplied by -3 to give the next one;
Hence, the correct option is the first.
Answer:
y = 3/4x -2
Step-by-step explanation:
slope = rise/run = 3/4
y intercept is where the line crosses the y axis, it crosses at -2
Step-by-step explanation:
Let's take cost of 1 hamburger as h and the cost of 1 hot dog as d.
Therefore, we can form the equations:
3h + 2d = 13 and
2h + 4d = 14
2(h +2d) = 14
h + 2d = 7
h = 7 - 2d
By substituting this to the first equation, we get:
3(7 - 2d) + 2d = 13
21 - 4d = 13
4d = 8
d = $2
h = 7 - 2(2)
h = $3
Hence <u>1 hot dog costs $2</u> and <u>1 hamburger costs $3</u>