Answer:
yes
Step-by-step explanation:
youre trying to find when -1/4x + 3/2 = -x+ 3
so if you set it up like that and then solve for x you get 2
then, you know that 2 is your x value so just plug in x into one of the equations to get the y value
(i used -x+3 bc its easier)
-2+3=y
y= 1
so your solution is (2,1)
also heres the graph
Answer:
2y-8
-Step-by-step explanation:
2y +4y = 2y
so
2y - 8
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3