I am having some trouble solving this exercise.
I have a family of fuctions defined by $y=k\cdot 2^{2px - 1}-3$
The function and graphic is $f(x)=2^{2x-2}-3$
And two dots of the ghaphic f: A (2;1) and B (1;-2)
I need to prove that $f(x)=2^{2x-2}-3$
Please, give me a hint.
Thank you :)
Here's a nudge.
From your two points you get:
$$1 = k \cdot 2^{4p-1} - 3$$ $$-2 = k \cdot 2^{2p-1} - 3$$
Consolidate the constants:
$$4 = k \cdot 2^{4p-1}$$ $$1 = k \cdot 2^{2p-1}$$
This implies
$$k \cdot 2^{4p-1} = 4k \cdot 2^{2p-1}$$
Divide both sides by $k \cdot 2^{2p-1}$.
Can you take it from here?