Google’s triangle problem

I was reading through Google’s aptitude tests, and among the questions, this one stuck on my head… Later as I walked to the bus station came up with the answer.

triangulo

Given a triangle ABC, how would you use only a compass and straight edge to find a point M such that triangles ABM, ACM, and BCM have equal perimeters? (Assume that ABC is constructed so that a solution does exist.)

Once you realize that the line AM is the same for both, then the problem is only to divide ABC’s permieter in 2 equal parts. This is how it works..

  • Choose either AB or AC, I chose AB, which is the longest in this case, it works the same way if you choose the shortest.
  • With your compass draw the arc with radius AB
  • Prolong AC until it reaches the arc with radius AB (point B’), this extra segment is how much it takes to make AC the same length as AB
  • Again, with your compass, draw an arc over BC with radius CB’, This point is N, so now AC + CN = AB
  • Using your compass one last time, plot M at the midpoint of NB
  • With your straightedge, draw AM
  • Triangles ABM and ACM should have the same perimeter :)

Then I also figured that you could come with some interesting relationship if you had the patience to solve using Heron’s formula :P .

Google's triangle

This entry was posted in en, Google, personal. Bookmark the permalink.
  • http://droper.utpinux.org Droper

    cool!, y remember my classes in pitagoras :D

  • cachete

    demasiada geekness…

  • http://e666.invazores.org/blog/ E666

    what about triangle BCM perimeter’s?

  • Jj

    What about BCM? Assumming you choose B or C instead of A, you will have M on AC or AB. Follow the same instructions and it should work.
    Or just rotate the vertex labels :P

  • http://e666.invazores.org/blog/ E666

    “…find a point M such that triangles ABM, ACM, and BCM have equal perimeters?…”

    what about triangle BCM perimeter’s!

  • Orgen

    Cierto. El problema pide que los perímetros de los tres triángulos formados sean iguales y, en esta solución, el perímetro del triángulo BCM (2*BC) no es igual al de los triángulos ABM y ACM.

  • http://jj.isgeek.net/2006/09/12/googlee28099s-triangle-problem-correction/ Eso es ~normal! – Jj’s Blog » Google’s triangle problem (Correction)

    [...] It is always the same reason I fail in exams, I never read the whole thing, on my last post about Google’s problem I TOTALLY skipped the third triangle BCM, which my friend Enrique Llanos pointed out [...]

  • Jj
  • http://jj.isgeek.net/2006/09/12/googles-triangle-problem-correction/ Eso es ~normal! – Jj’s Blog » Google’s triangle problem (Correction)

    [...] It is always the same reason I fail in exams, I never read the whole thing, on my last post about Google’s problem I TOTALLY skipped the third triangle BCM, which my friend Enrique Llanos pointed out [...]