Put the line into the y = mx+b format where m is the slope:
x - 3y = 16
-3y = -x + 16
y = (1/3)X - 16/3
The slope of this line is 1/3. A tangent line to y = (2x-1)1/2 will be parallel if it has the same slope (1/3). The slope of the tangent line is equal to the derivative of y = (2x-1)1/2. Use the chain rule and the power rule to find the derivative. Let u = 2x-1:
dy/dx = dy/du · du/dx = du1/2/du · d(2x-1)/dx = (1/2)u-1/2 · 2 = (2x-1)-1/2
We want:
1/3 = 1/(2x-1)1/2
(2x-1)1/2 = 3
2x-1 = 9
2x = 10
x = 5
y = (2·5-1)1/2 = 91/2 = 3
The point is (5,3).