Results 1 to 5 of 5

Thread: Math problem....

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343

    Question Math problem....

    Can this problem be solved???

    Check out the image attached to this message.

    The problem is to calculate the lenght of X in the image. The other values in the image is the lenght of each line (line color = value color). No other values are known, no angels, only these values.

    /Smirre
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

  2. #2
    Junior Member
    Join Date
    Sep 2000
    Location
    Kitchener, Ontario
    Posts
    31
    Assuming that the line with a length of 1 intersect line x at a right angle as it appears in your diagram the problem can be solved

    left(x) - the part of x to the left of the line with a lenght of 1
    right(x) - the part of x to the right of the line with a length of 1

    X = left(x) + right(x)

    7^2 = 1^2 + left(x)^2
    solve for left(X)

    left(X) = sqrt(48)

    similarily

    right(x) = sqrt(24)

    x = 11.827 roughly

  3. #3
    Hyperactive Member DavidHooper's Avatar
    Join Date
    Apr 2001
    Posts
    357
    we solved a similar problem last year

    http://161.58.186.97/showthread.php?...ighlight=alley
    There are 10 types of people in the world - those that understand binary, and those that don't.

  4. #4
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Originally posted by Julian Toft
    Assuming that the line with a length of 1 intersect line x at a right angle as it appears in your diagram the problem can be solved

    left(x) - the part of x to the left of the line with a lenght of 1
    right(x) - the part of x to the right of the line with a length of 1

    X = left(x) + right(x)

    7^2 = 1^2 + left(x)^2
    solve for left(X)

    left(X) = sqrt(48)

    similarily

    right(x) = sqrt(24)

    x = 11.827 roughly
    I don't think you can assume it is a right angle, that would be too easy.

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  5. #5
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Do they tell you anything about the black lines?

    does that form a rectangle?

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