212k views
5 votes
determin wether true or false. (2 points) True False The functions f(x) = x – 5 and g(x) = -3x + 15 intersect at x = 5. The functions f (x) = 3 and g(x) = 11 – 2. intersect at x = 3. O The functions f (x) = x + 3 and g(x) = -x + 7 intersect at x = 2. The functions f (x) = {x – 3 and g(x) = -2x + 2 intersect at x = -2.

1 Answer

2 votes

To find the intersection point between f(x) and g(x) we will equate their right sides


\begin{gathered} f(x)=x-5 \\ g(x)=-3x+15 \end{gathered}

Equate x - 5 by -3x + 15 to find x


x-5=-3x+15

add 3x to both sides


\begin{gathered} x+3x-5=-3x+3x+15 \\ 4x-5=15 \end{gathered}

Add 5 to both sides


\begin{gathered} 4x-5+5=15+5 \\ 4x=20 \end{gathered}

Divide both sides by 4 to get x


\begin{gathered} (4x)/(4)=(20)/(4) \\ x=5 \end{gathered}

Then the first one is TRUE

For the 2nd one

f(x) = 3, and g(x) = 11 - 2x

If x = 3, then substitute x by 3 in g(x)


\begin{gathered} g(3)=11-2(3) \\ g(3)=11-6 \\ g(3)=5 \end{gathered}

Since f(3) = 3 because it is a constant function and g(x) = 5 at x = 3

That means they do not intersect at x = 3 because f(3), not equal g(3)


f(3)\\e g(3)

Then the second one is FALSE

For the third one

f(x) = x + 3

at x = 2


\begin{gathered} f(2)=2+3 \\ f(2)=5 \end{gathered}

g(x) = -x + 7

at x = 2


\begin{gathered} g(2)=-2+7 \\ g(2)=5 \end{gathered}

Since f(2) = g(2), then

f(x) intersects g(x) at x = 2

The third one is TRUE

For the fourth one


f(x)=(1)/(2)x-3

At x = -2


\begin{gathered} f(-2)=(1)/(2)(-2)-3 \\ f(-2)=-1-3 \\ f(-2)=-4 \end{gathered}

g(x) = -2x + 2

At x = -2


\begin{gathered} g(-2)=-2(-2)+2 \\ g(-2)=4+2 \\ g(-2)=6 \end{gathered}

Hence f(-2) do not equal g(-2), then


f(-2)\\e g(-2)

f(x) does not intersect g(x) at x = -2

The fourth one is FALSE

User Hjalmar
by
3.2k points