The answer would be 10820
-2/3 :)))))))))))))))))))))))))
The equation of the line in point-slope form is given by:

Where,
(xo, yo): point that belongs to the line
m: slope of the line
The slope is given by:

Substituting values:

Rewriting:

Now we choose an ordered pair:

Substituting values we have:

We now rewrite the equation in its standard form:

Where,
b: cut with the y axis.
We have then:
Answer: point-slope form: 
or
standard form
is 
<h3>What is a recursive function?</h3>
- A recursive function generates a series of phrases by repeating or using its own prior term as input.
- Problems that can be split down into smaller, repeating problems are ideal for recursion to solve. It is particularly useful when working on issues with numerous potential solutions that are too complex to handle iteratively. Searching a file system is an effective illustration of this.
- A recursive formula is one that defines each term in a sequence by reference to the one before it.
To find f(1):
f(n 1) = one-half(n).
f(3) = 9.

A sequence is defined by the recursive function
is 
To learn more about recursive functions, refer to:
brainly.com/question/11316313
#SPJ4