Answer:
D b = sqrt(c^2 -a^2)
Explanation:
We are using the Pythagorean theorem,
a^2+b^2=c^2
We want to solve for b
Subtract a^2 from each side
a^2 -a^2+b^2=c^2-a^2
b^2 = c^2 -a^2
Take the square root of each side
sqrt(b^2) = sqrt(c^2 -a^2)
b = sqrt(c^2 -a^2)