Answer:
y = mx + b
Step-by-step explanation:
The reason is, x is always the hour, and m is the amount of money you earn in the hours.
Answer:
The equation of the line that passes through the points
(1,-6) and (-4,9)
is
y=-3x-3
Answer:
B. (8, 4)
Step-by-step explanation:
Hope this helps!
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: