The triangles are drawn to scale. The first triangle has side lengths of 17, 17, 16 while the second triangle has side lengths of 17,17,$k$. The triangles have the same area.
Find the value of $k$ algebraically.
So for the first triangle, I know that the height of the triangle splits the base into two parts of 8 each. sO then using pythagorean theorem, I get the height to be 15 and then the area is $\frac{1}{2} 16 *15 = 120$
For the second triangle, I'm not sure what to do and I don't know what solving for $k$ algebraically means.

HINT
Exactly the same idea. Split in two parts using the height, and in the half-triangle you have the hypotenuse of $17$ and one of the legs is $k/2$.
Remark It's obvious one of the answers will be $k=16$ because then the triangles are identical. Are there other values?
Update
You have $$k = \sqrt{4\left(17^2 - h^2\right)} = 2\sqrt{17^2 - h^2},$$ hence the final equation is $$ 120 = k(h) \cdot h /2 = \frac{h}{2} \cdot 2\sqrt{17^2 - h^2} = h \sqrt{17^2 - h^2} $$
To solve this, square both sides to get $$ 120^2 = h^2 \left(17^2 - h^2\right) $$ and let $z = h^2$ to get a quadratic in $z$.