You are given the following. The translation of g of x is equal to y is 1 plus the quantity 1.5 raised to the power of x is equal to g(x) = y = 1 + (1.5ˣ). The translation of the straight line f of x joins ordered pairs (4, 1) and (2, -3). The straight line p(x) joins the ordered pairs (0, 2) and (1, -5).
To get the equation of f(x), apply point - slope formula.
(4, 1) and (2, -3)
y - y1 = m(x - x1)
y - 1 = (-3 -3/ 2 - 4)(x - 4)
y - 1 = 3(x - 4)
y - 1 = 3x - 12
y = 3x - 11
To get the equation of p(x), apply point - slope formula.
(0, 2) and (1, -5)
y - y1 = m(x - x1)
y - 2 = (-5 - 2/ 1 - 2)(x - 0)
y - 2= 7(x)
y = 7x + 2
To answer part A, equate the functions of f(x) and p(x)
3x - 11 = 7x + 2
4x = -13
x = -13/4
substitute this answer to any of the two functions to get y
y = 3x - 11
y = 3(-13/4) - 11
y = -83/4
The solution is then (-13/4, -83/4).