The only true statement that compares the two functions is:
B: The solution to f(x)=g(x) is 1
<h3>
Which statements are correct?</h3>
Here we have the functions:
f(x) = |x - 3| + 1
g(x) = 2x + 1
First, let's find the solution for:
f(x) = g(x)
|x - 3| + 1 = 2x + 1
|x - 3| = 2x
Notice that we have two options, x = 3:
|3 - 3| = 2*3
0 = 6 (x = 3 is not a solution)
And x = 1:
|1 - 3| = 2*1
2 = 2 (x = 1 is a solution).
Now to get the y-value where the graphs intersect, we just evaluate one of the functions in the solution we found above;
f(1) = |1 - 3| + 1 = 2 + 1 = 3
The graphs intersect when y = 3.
Then we conclude that the only true statement is:
B: The solution to f(x)=g(x) is 1
If you want to learn more about systems of equations, you can read:
brainly.com/question/13729904