Results 1 to 12 of 12

Thread: Ladders!!!

  1. #1

    Thread Starter
    Addicted Member S@NSIS's Avatar
    Join Date
    Aug 2000
    Location
    Stoke-On-Trent, England
    Posts
    243

    Ladders!!!

    Hi,
    Can anyone help me solve this problem which my colleague has just given to me!!!

    There are two ladders in an alleyway resting against opposite walls. (the feet of either ladder are firmly in the opposite corner). One ladder is 40m long, the other 60m long. The height at which they intersect is 15m.

    How wide is the alley????

    Any help will be appreciated

    S@NSIS
    Last edited by S@NSIS; May 4th, 2001 at 09:59 AM.
    Web/Application Developer
    VB6 Ent (SP5), Win 2000,SQL Server 2000

  2. #2

    Thread Starter
    Addicted Member S@NSIS's Avatar
    Join Date
    Aug 2000
    Location
    Stoke-On-Trent, England
    Posts
    243
    It looks like this...

    Code:
    |\ 40        /| 60
    | \         / | 
    |  \       /  |
    |   \     /   |
    |    \   /    |
    |     \ /     |
    |     /|\     |
    |    / | \    |
    |   /  |  \   |
    |  /   |   \  |
    | /    |15  \ |
    |/     |     \|
    |--------------
      <-- (x?) -->
    Well, sort of!!!!!
    Web/Application Developer
    VB6 Ent (SP5), Win 2000,SQL Server 2000

  3. #3
    Fanatic Member
    Join Date
    Sep 2000
    Location
    UK.
    Posts
    728

    Question Angles?

    Is there any information on the angles that the ladders make with the floor?

    Laterz
    Digital-X-Treme
    Contact me on MSN Messenger: [email protected]

    [VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
    / (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]

  4. #4

    Thread Starter
    Addicted Member S@NSIS's Avatar
    Join Date
    Aug 2000
    Location
    Stoke-On-Trent, England
    Posts
    243
    No, there isn't! I wish there was though as that would make it easier!!!

    S@NSIS
    Web/Application Developer
    VB6 Ent (SP5), Win 2000,SQL Server 2000

  5. #5
    Addicted Member
    Join Date
    Jul 2000
    Location
    California
    Posts
    154
    24 feet is the answer.
    I used a graphing calculator to graph both lines and find out where they intersected.
    Last edited by Bjwbell; May 4th, 2001 at 02:27 PM.
    VB-World addict!

    All spelling errors are undocumented words!
    http://www.bells.f2s.com

  6. #6
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    Approx 34

    BjwBell: I made a scale drawing using an alley 24 meters wide. It does not seem to be even approximately correct.

    Everybody: I constructed a fairly accurate scale drawing using graph paper and the width looks like approximately 34 meters. While making the drawing, it looks as though the data given forces a unique solution.

    If you draw a line parallel to the ground 15 meters above the ground, you get a bunch of similar triangles. It is possible to set up a lot of simultaneous equations in a lot of unknowns using ratios based on the similar triangles and the theorem of Pythagorus. A brute force solution based on this approach seems possible. I am too lazy to pursue this further.

    I suspect that there is some simple idea which I am overlooking.

    The information given might describe a special case. My scale drawing seems to indicate that the ladders meet at right angles, but I do not see an obvious proof of this. I would hesitate to make this assumption based merely on my scale drawing.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  7. #7
    Addicted Member
    Join Date
    Jul 2000
    Location
    California
    Posts
    154
    I was wrong. the equation i used was
    y=(15/(60/x)+15/(40/x))
    and
    y=15


    60/x gives the slope of the first line and 40/x is the other lines slope.

    15/(60/x) is how far from the first wall the first line is fifteen feet from the ground.

    15/(40/x) is how far from the oposite wall the second line is fifteen feet from the ground

    the equations i should have used are

    y=(15/(60/x)+15/(40/x))
    and
    y=x
    VB-World addict!

    All spelling errors are undocumented words!
    http://www.bells.f2s.com

  8. #8
    Hyperactive Member DavidHooper's Avatar
    Join Date
    Apr 2001
    Posts
    357

    Solution...

    Just a few thoughts:
    *think of it on xy axes.
    *I have the 60m ladder running bottom right to top left and vice versa for the 40m ladder. doesn;t really matter, but hey.
    *there are four unknowns: the width of the alley, the x coordinate where the ladders intercept, the height of the alley (ie where the 60m cuts the y axis) and the y coordinate where the 40m ladder cuts the other side of the alley.

    *Call the height of the alley c.
    *Call the width of the alley q.
    *Call the x coord of the interception p.
    *Call the y coord where 40m cuts other side d.

    *Now, check this out: you can find four equations from this setup and with four unknowns then (after a fair amount of work) the answer will come out.

    *One equation can be found using pythagoras theorem with the 60m ladder - 60m hypotenuse, unknown height, unknown width. The equation is 60^2=q^2+c^2.

    *Equation number two is found, again, using pythagoras with the 40m ladder. The equation is 40^2=q^2+d^2

    *Equation three is found from the equation of the 40m ladder line. y=(d/q)*x so, specifically, using values, 15=dp/q.

    *Equation four is, in the same vein, equation of the 60m ladder. y=-(c/q)*x+c. (c is the intercept). specifically, using values, 15=c-cp/q.

    *Voila, 4 equations, 4 unknowns. soluble problem.

    *Too much work for me to substitute all these equations into each other! does someone want to use excel solver function on it?

    /dh/
    There are 10 types of people in the world - those that understand binary, and those that don't.

  9. #9
    Hyperactive Member DavidHooper's Avatar
    Join Date
    Apr 2001
    Posts
    357

    Answers...

    The width of the alley (q) is 33.73117848m.
    The height of the alley (c) is 49.62063682m.
    The ladder interception (p) occurs at x=23.53445974m.
    The 40m ladders cuts at y=21.4990139m
    There are 10 types of people in the world - those that understand binary, and those that don't.

  10. #10

    Thread Starter
    Addicted Member S@NSIS's Avatar
    Join Date
    Aug 2000
    Location
    Stoke-On-Trent, England
    Posts
    243

    Thumbs up

    Thanks for all your help guys
    Web/Application Developer
    VB6 Ent (SP5), Win 2000,SQL Server 2000

  11. #11
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Originally posted by Bjwbell
    60/x gives the slope of the first line and 40/x is the other lines slope.
    Did you assume the wrong measurements ?
    60m is the length of the ladder / and not the height | at which it meets the opposite wall.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  12. #12
    Addicted Member
    Join Date
    Jul 2000
    Location
    California
    Posts
    154
    Yep.
    VB-World addict!

    All spelling errors are undocumented words!
    http://www.bells.f2s.com

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