Is there a picture for the question
Recursive equation would be f(x+1) = f(x) - 25 with f(0) = 300
Explicit equation would be f(x) = -25x + 300
And graph would looks like this:
Comment
You have to begin by declaring what g(f(x)) means. It means that wherever you see an x in g(x) you put in f(x).
It will look like this to start with
g(f(x)) = (f(x) + 5) / (f(x)
Now substitute into this for g(-3)
g(x^2 + 5) = (x^2 + 5 + 5)/(x^2 + 5) It's time to use some numbers.
g(- 3) = ((-3)^2 + 10)/( (-3)^2 +5)
g(-3) = ( 9 + 10 ) / ( 9 + 5)
g(-3) = (19)/14 <<<<<< answer.
C <<<< answer.
Answer:
p=7x
Step-by-step explanation:
49x^[2] + 28x - 10 = p^[2] + 4p -10
This equation is in the form a^[2]x + bx + c.
<u><em>The 'c' is common for both equations, this means the 'a' and 'b' must also be common. </em></u>
There are two ways to find p: 'a' or 'b'
<u>a method</u>
49x^[2] = p^[2]
=> The square root of both sides = 7x = p
<u>b method</u>
28x = 4p
28x/4 = 4p/4
7x = p