Answer: x = sqrt(10)
Explanation:
You can use the Pythagorean Theorem to solve:
a^2 + b^2 = c^2
You are given one leg (sqrt6) and the hypotenuse (4) and are asked to solve for the other leg (x). Plugging everything into the equation, you get:
(sqrt6)^2 + b^2 = (4)^2
Now, you can solve for b:
b^2 = 4^2 - (sqrt6)^2
b^2 = 16 - 6
b^2 = 10
b = sqrt(10)
In this case, b is equivalent to x, so your answer is x = sqrt(10).