here is the graph of the sequence M define M recursively using function notation


The graph of the sequence M , we define M recursively using function notation
[tex]f(n+1)=f(n)-2[/tex]
Given :
the graph of the sequence M
Lets write the recursive function using the given points
First point is (1,7) and second point is (2,5) then (3,3) and so on
For recursive function , we use the initial point (1,7)
when n=1, f(n)=7
the y values of the point are decreasing by 2. Common difference is -2
Recursive function is
[tex]f(n+1)=f(n)-diffeference \\f(n+1)=f(n)-2[/tex]
where n=2,3,4...
Learn more : brainly.com/question/10676131