Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Mathematics (https://www.askmehelpdesk.com/forumdisplay.php?f=199)
-   -   Solving problems involving quadratic equation (https://www.askmehelpdesk.com/showthread.php?t=511246)

  • Sep 27, 2010, 03:50 AM
    maalcosxiejohn
    solving problems involving quadratic equation
    One leg of right triangle is 2cm more than the other the hypotenuse is10cm find the measure of the two legs
  • Sep 27, 2010, 04:15 AM
    Unknown008

    Make a drawing...

    Code:

          /|
          / |
        /  |
        /  |
    10 /    | x+2
      /    |
     /      |
    /_______|
        x

    Let's call the shorter length x and the longer one x+2, while the hypotenuse is 10.

    Using Pythagoras' Theorem, we know that:



    Can you solve this quadratic now? :)
  • Sep 30, 2010, 12:54 PM
    BillRussell
    Let x be the first leg
    x + 2 is the second
    hyp² = 10² = (x² + (x+2)²)
    100 = x² + x² + 4x + 4
    2x² + 4x – 96 = 0
    x² + 2x – 48 = 0
    factor
    (x – 6)(x + 8) = 0
    x = 6, –8
    skipping the negative answer, we have
    x = 6

    checking
    leg 1 = 6
    leg 2 = 8
    h = √(6² + 8²)
    OK

    b

  • All times are GMT -7. The time now is 06:39 AM.