Answer:
b = sqrt(11)
Explanation:
Using the Pythagorean theorem
a^2 + b^2 = c^2
and substituting what we know
5^2 + b^2= 6^2
25 + b^2 = 36
Subtract 25 from each side
25-25 + b^2 = 36-25
b^2 = 11
Take the square root of each side.
sqrt(b^2) = sqrt(11)
b = sqrt(11)
We only take the positive because length must be positive.