Pythagoras Theorem
Question: The longer leg of right angle triangle is 2 more than the shorter leg, and the hypotenuse is 2 less than twice the shorter leg. find the sides of the triangle. Solution: Let x be the shorter leg longer leg=x+2 hypotenuse=2x-2 apply Pythagoras theorem a 2 +b 2 =c 2 x^2+(x+2)^2=(2x-2)^2 x^2+x^2+4+4x=4x^2+4-8x 2x^2+4x=4x^2-8x 2x^2-12x=0 x^2-6x=0 x(x-6)=0 x=0 or x-6=0 x=6 shorter leg x+2=8 Longer leg 2x-2=10 hypotenuse Check: 6^2+8^2=10^2 36+64=100 ---------------------------------------------------------------------------------------------------------------------------------- Question: The diagonal of a rectangle is 3 less than 4 times the width of the rectangle. The length of the rectangle is 1 less than the diagonal. Find the length of the diagonal of the rectangle. Solution: Let width of the rectangle=x diagonal of the rectangle=4x-3 Length of rectangle = (4x-3)-1=4x-4 Leng...