
William A. answered 02/23/22
Tutor for Computer Science and Mathematics
put the linear function into slope-intercept form --> y = 2x - 7
for a line to be parallel, it's slope must be equivalent to the slope of the line that it's parallel to
So, take the derivative of ex --> dy/dx = ex
Find when ex = 2
x = ln2
Then, plug this value back into the original equation, so y = eln2
y = 2
the point on the original function that we're at is (ln2, 2)
Create a line using y = mx + b
solve for b
2 = 2(ln2) + b
b = 2 - 2ln(2)
y = 2x + 2 - 2ln(2)
So yes, you're correct.