
Hannah O. answered 06/09/21
Girls can be engineers too!
We use the Pythagorean combined with a little algebra to solve this.
First, let us set up our formula:
- c = squareroot ( a2+b2 ), where a and be are the legs of the right triangle
- Let's start by defining a, b and c, then we can work on solving for x:
- a = x
- b = 9
- c = (x+4)
Now, let's set up our formula:
- (x+4) = squareroot ( x2 + 92 )
- To solve for x we need to eliminate the square root, we do this by squaring both sides of our equation:
- (x+4)2 = x2 + 92
- Expand the left side using FOIL:
- x2 + 8x + 16 = x2 + 92
- Combine like terms:
- 8x = 92 - 16 = 65
- Solve for x
- x = 65/8