Skip to content

Problem 6

A right-angled triangle has a hypotenuse of length 2x3. The other two sides have lengths of x and x1.

Right angled triangle

Find the value of x.

Hint

By Pythagoras' Theorem,

x2+(x1)2=(2x3)2
Solution

By Pythagoras' Theorem,

x2+(x1)2=(2x3)2x2+x22x+1=4x212x+92x210x+8=0x25x+4=0(x1)(x4)=0x{1,4}

However, x=1 does not make sense as a solution, since then the side of length x1 would be 0 and the side of length 2x3 would be 1, neither of which make sense.

Therefore, x=4 is the only solution.