Answer:
f−1(x)=x5+45
Step-by-step explanation:
I think its the... second.... please correct me if im wrong :(
Answer:
Your answer is: Slope = Y-intercept =
Graph the line using the slope and y-intercept, or two points.
Step-by-step explanation:
Graph Below : ↓
Hope this helped : )
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END
f(x) = 5x^2 - 4x
g(x) = 5x + 1
Therefore f - g = 5x^2 - 4x - (5x + 1)
= 5x^2 - 4x - 5x -1
= 5x^2 -9x - 1
Hope it helps :)