Let ( 0 , 0 ) , ( 1 0 , 0 ) , ( 1 0 , 8 ) , and ( 0 , 8 ) be the vertices of a rectangle. Two lines with slopes − 3 and 3 pass through the rectangle and divide it into three regions with the same area. If the lines intersect above the rectangle, find the sum of the coordinates of their point of intersection.
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.
line 1: f ( x ) = 3 ( x − a ) , line 2: g ( x ) = − 3 ( x − b )
if a = 0 , then left part of rectangle is a triangle, and the area is: S = 2 1 × 8 × 3 8 = 3 3 2 < 3 S r e c t a n g l e
So line 1 must move some distance to right, i.e. a > 0 . Then the area of left part is: S = 3 3 2 + 8 a = 3 8 × 1 0 ⟹ a = 2 ⟹ f ( x ) = 3 ( x − 2 )
similarly b = 8 (10-2=8). So the intersection point is P ( 5 , 9 )
Problem Loading...
Note Loading...
Set Loading...
The lines of division must pass through the line y=4 (the horizontal midline) at values 10/3 and 20/3 for the areas to be equal.
Since the lines intersect above the rectangle the left line must have a positive slope. Therefore it is in the form y = 3x + b and pass through the point
(10/3,4). Solving for b after inserting the point value gives a y-intercept of -6. This yields the equation y=3x-6
Because the slopes have reflectional symmetry, we can expect that the intersection of the points will be along the vertical midline or x=5.
Putting 5 into our equation for x yields the point (5,9)