I know the coordinates of the $3$ vertices of a triangle and the $y$ coordinate of a fourth point on one side. How do I find the $x$ coordinate of the fourth point? I feel I'm missing something obvious.
$$A(0, 0), B(844, 0), C(844, 2000)$$
The mystery point is $D(??, 950)$.
Thank you for any and all help!

It's a direct proportion:
$$ \frac{950}{x}=\frac{2000}{844}$$
which you should be able to solve for $x$ with no difficulty.