Suppose you have a triangle ABC, with A = ( 0 , 0 ) , B = ( 1 , 3 ) , C = ( 3 , 1 ) . Point P lies on A C , such that the area of triangle APB equals the area of triangle BPC. Point P can be represented in the form ( b a , d c ) , where a , b are coprime positive integers and c , d are coprime positive integers. Express your answer in the form a b c d by concatenating the digits of a , b , c and d . For example, if you think P is ( 2 1 , 4 3 ) , enter your answer as 1 2 3 4 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Interesting formula but it overcomplicates things here. Since P lies on AC both the triangles have the same height and need the same base to give equal areas. Hence P lies on the midpoint of AC which obviously is the point you found. And this method doesn't only work because of the neat numbers you gave...It's an overall solution in case P lies on AC and A, B and C are random points forming the triangle.
Log in to reply
I know that now after doing some work, I just forgot to change the comment.
I just wanted to use Klein's formula.
Since ∣ ∣ ∣ ∣ ∣ ∣ x 1 x 2 x 3 y 1 y 2 y 3 1 1 1 ∣ ∣ ∣ ∣ ∣ ∣ = ∣ ∣ ∣ ∣ ∣ ∣ x 1 − x 3 x 2 − x 3 x 3 y 1 − y 3 y 2 − y 3 y 3 0 0 1 ∣ ∣ ∣ ∣ ∣ ∣ = ( x 1 − x 3 ) ( y 2 − y 3 ) − ( x 2 − x 3 ) ( y 1 − y 3 ) and ⎝ ⎛ x 1 − x 3 y 1 − y 3 0 ⎠ ⎞ ∧ ⎝ ⎛ x 2 − x 3 y 2 − y 3 0 ⎠ ⎞ = ⎝ ⎛ 0 0 ( x 1 − x 3 ) ( y 2 − y 3 ) − ( x 2 − x 3 ) ( y 1 − y 3 ) ⎠ ⎞ the reason behind the matrix formula is clear.
Log in to reply
What's that ^ symbol you used?
Log in to reply
The vector product.
Log in to reply
@Mark Hennings – oh, the cross product. Ah, and you did row operations on the determinant. That's very clever what you saw. Thank you for your comment!!
Log in to reply
@Hobart Pao – I would upvote your comment but I don't see the option anymore.
The median(s) of a triangle split it into two triangles of equal area (this is a basic fact about triangle medians). Infer from that what you may.
If the areas A P B and B P C should be equal, it is necessary that point P lie at the midpoint of A C because △ A P B and △ B P C have the same height with respect to A C therefore should have the same base.
The midpoint of A C is ( 2 3 , 2 1 ) so the answer is 3 2 1 2
Problem Loading...
Note Loading...
Set Loading...
There's a really easy way to do the problem actually using symmetry. However, I found a very interesting formula in one of Felix Klein's Geometry books for the area of a triangle, which expresses it as a determinant and wanted to use it here. If the vertices of the triangle are given by ( x 1 , y 1 ) , ( x 2 , y 2 ) , ( x 3 , y 3 ) , then the area of the triangle is 2 1 ∣ ∣ ∣ ∣ ∣ ∣ x 1 x 2 x 3 y 1 y 2 y 3 1 1 1 ∣ ∣ ∣ ∣ ∣ ∣ . Let P be ( x 4 , y 4 ) . Then we have:
2 1 ∣ ∣ ∣ ∣ ∣ ∣ 1 0 x 4 3 0 y 4 1 1 1 ∣ ∣ ∣ ∣ ∣ ∣ = 2 1 ∣ ∣ ∣ ∣ ∣ ∣ 1 x 4 3 3 y 4 1 1 1 1 ∣ ∣ ∣ ∣ ∣ ∣
3 x 4 − y 4 = − 2 x 4 − 2 y 4 + 8 y 4 = − 5 x 4 + 8
Since we know P lies on A C , well we know the formula of A C is y = 3 1 x , so P has to satisfy this as well and we can substitute y 4 = 3 1 x 4 into the equation above obtained from the two determinants:
3 1 x = − 5 x 4 + 8
x 4 = 2 3 y 4 = 3 1 ⋅ 2 3 = 2 1
As these fractions are all in simplest form already, the answer is simply 3 2 1 2