0
$\begingroup$

We know that, there exist integer triangles with three rational medians. The smallest has sides ($68, 85, 87$). Others include ($127, 131, 158$), ($113, 243, 290$), ($145, 207, 328$) and ($327, 386, 409$). For example, How to find coordinates of vertices of an integer triangle has sides ($68, 85, 87$)? Please help me to get them. I don't know how to start?

2 Answers 2

1

I don't see what rational medians has to do with it. If there is a triangle with sides $a,b,c$ (integer or not), you can put one vertex at $(0,0)$, a second one at $(a,0)$, and then the third at $(x,y)$, and solve the equations $x^2+y^2=b^2$, $(x-a)^2+y^2=c^2$.

  • 0
    Myyerson Thank you very much.2012-11-05
  • 0
    I see at http://en.wikipedia.org/wiki/Integer_triangle about The smallest has sides (68,85,87). Others include (127,131,158), (113,243,290), (145,207,328) and (327,386,409).2012-11-05
  • 0
    Yes, that's already in the statement of the question.2012-11-05
1

You can just place two vertices, say one at $(0,0)$ and one at $(0,68)$. Then if the other one is at $(x,y)$ we know $x^2+y^2=85^2, (x-68)^2+y^2=87^2$ You can expand the square and subtract the equations to get $-2\cdot 68 x+68^2=87^2-85^2$, which is a linear equation.

  • 0
    When I solve $x^2+y^2=85^2, (x-68)^2+y^2=87^2$, I have $x = 535/17$ and $y = 30 \sqrt{2002}/17$. But the triangle with vertices $(0,0)$, $(0,68)$ and $(535/17,30\sqrt{2002}/17)$ have not sides 68, 85, 87. You2013-02-01
  • 0
    @minthao_2011: I agree with your solution, but I get the proper sides2013-02-01