Results 1 to 6 of 6

Thread: Right angle triangle problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    2

    Red face Right angle triangle problem

    Got a problem!
    I have a right angle triangle and I know that one of the sides of the right angle is 80mm, i also know the hypotenuse would be half the size of the other sideof the right angle how would i work this out?

  2. #2
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: Right angle triangle problem

    Quote Originally Posted by ellclel
    Got a problem!
    I have a right angle triangle and I know that one of the sides of the right angle is 80mm, i also know the hypotenuse would be half the size of the other sideof the right angle how would i work this out?
    So:
    2 legs and an hypotenuse.

    Leg12+leg22=Hypotenuse2

    Say Leg1 = 80

    Then, it seems you are saying Leg2 = 2*Hypotenuse, or Hypotenuse is = 1/2 that of Leg2.

    But this clearly is incorrect, since in any right triangle, the Hypotenuse is always greater than either of the legs, per the properties of the Pythagorian equation.

    So...

    If you meant Hypotenuse = 2*Leg2, then the equation becomes:

    802+Leg22=(2*Leg2)2

    -Hope this helps
    -Lou

  3. #3
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Right angle triangle problem

    Quote Originally Posted by ellclel
    Got a problem!
    I have a right angle triangle and I know that one of the sides of the right angle is 80mm, i also know the hypotenuse would be half the size of the other sideof the right angle how would i work this out?
    Welcome to the forums. If h is the hypotenuse and a and b are the legs, I think you mean the following:

    a = 80
    b = ?
    h = 2b

    How to find h and b?

    Since h2 = a2 + b2

    You can just substitute and solve.

  4. #4

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    2

    Thumbs up Re: Right angle triangle problem

    Thankyou for your help and sorry if the problem was to easy

  5. #5
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Right angle triangle problem

    I just read the thread again. The hypotenuse can't be smaller than either leg. I think NotLKH pointed this out. I believe something is wrong with the problem statement.
    Last edited by VBAhack; Oct 12th, 2006 at 02:45 PM.

  6. #6
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

    Re: Right angle triangle problem

    VB Code:
    1. i also know the hypotenuse would be half the size of the other sideof the right angle
    Indeed, this can't be true.

    If it is the other way around then the triangle's angles will be 90, 60 and 30 degrees.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width