| Author |
Message |
|
r08
|
Post subject: In the rectangular coordinate system above, the area of tria Posted: Sun Jul 06, 2008 6:21 pm |
|
|
|
Greetings,
Forgive me if this seems too simple.
I searched for the question in the forums but could not find it.
Could you help explain the answer?
(I calculated 14 but I knew it was wrong)
|
|
 |
|
 |
|
Guest
|
Post subject: Posted: Mon Jul 07, 2008 12:02 pm |
|
|
|
There are several ways to do this and I'm going to show you the two minute solution.
The question is asking us to calculate the different sides of the triangle, identify the base and height, and calculate.
These problems can get time consuming so the important thing is to work with what they give you.
By looking at the points of the yellow triangle, we see that it contains the points (0,3) and (4,0). This means its a 3,4,5 triangle and we know one side of the mystery triangle = 5
By drawing an imaginary line to the point (7,0) from (7,4), we can see that we have another 3,4,5 triangle and the other side of the mystery triangle is 5.
(BxH)/2 = 25/2 = 12.5
You can always use the distance formula too which is 
|
|
 |
|
 |
|
r08
|
Post subject: In the rectangular coordinate system above, the area of tria Posted: Mon Jul 07, 2008 8:00 pm |
|
|
|
|
Thank you!
Great explanation.
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Posted: Sat Jul 12, 2008 5:17 am |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 7146
|
|
the solution is beautiful, but it also relies on the fortuitous fact that the lines QP and PR are perpendicular. you didn't explicitly acknowledge this fact in your otherwise wonderfully detailed solution, so i'm not sure you're aware of it; the only reason that the formula (1/2)(b)(h) works in this case is because PQ just so happens to be perpendicular to PR.
for instance, if you move R from (7, 4) to (8, 3), then your green triangle would still be 3-4-5, but in that case the formula (1/2)(5)(5) would yield the wrong area.
here's a much more universally applicable way to find the area of triangles like these:
surround the triangle with a rectangle, and then subtract out the unwanted area.
this will always work, regardless of the shape of your triangle, because the unwanted parts of the rectangle will always be either rectangles or right triangles with sides perpendicular to the axes (both of which have areas that are extremely easy to calculate).
in this problem:
surround the triangle with a rectangle whose vertices lie at O(0, 0), A(7, 0), R, and B(0, 4).
the area of the rectangle is (7)(4) = 28.
the area of unwanted triangle QBR is (1/2)(1)(7) = 3.5.
the area of unwanted triangle RAP is (1/2)(3)(4) = 6.
the area of unwanted triangle POQ is (1/2)(4)(3) = 6.
28 - 3.5 - 6 - 6 = 12.5
|
|
 |
|
 |
|
Priyanka
|
Post subject: Posted: Sat Jul 12, 2008 11:41 am |
|
|
|
|
Hi the area can be calculated by solving a 3 x 3 matrix
= 1/2 | 1 x1 y1 |
| 1 x2 y2 |
| 1 x3 y3 |
where A (x1,y1) , B(x2,y2) and C (x3,y3)
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Posted: Wed Jul 23, 2008 3:56 pm |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 7146
|
Priyanka wrote: Hi the area can be calculated by solving a 3 x 3 matrix
= 1/2 | 1 x1 y1 | | 1 x2 y2 | | 1 x3 y3 |
where A (x1,y1) , B(x2,y2) and C (x3,y3)
yes, this works too, if you have this sort of artillery in your arsenal.
|
|
 |
|
 |
|
rippersid
|
Post subject: In the rectangular coordinate system above, the area of trai Posted: Tue Jan 06, 2009 11:53 am |
|
|
|
|
An arithematic approach:
Area of Triangle = 1/2*b*h
base = sqrt(( x2-x1)^2) = 7
now, imagine PQ to be a line rather than a line segment.
The equation of the line can be calculated as y=(1/7)x + 3
now the height by definition is the perpendicular drawn from the vertex, in this case (4,0)
substitute into the equation of the line and you get y = 25/7
thus area is (1/2)*7*(25/7) = 12.5 :)
Hope that works
|
|
 |
|
 |
|
Misha
|
Post subject: Posted: Tue Jan 06, 2009 1:11 pm |
|
|
|
|
Ron's solution is the best: it's easy (we can ALL do this), efficient , and most importantly provides the correct answer.
Appreciate the other interesting ways to solve this problem, but GMAT is supposed to test our basic knowledge.
|
|
 |
|
 |
|
gkhan
|
Post subject: Re: Posted: Tue Dec 22, 2009 9:32 pm |
|
 |
| Course Students |
|
|
Posts: 13
|
RonPurewal wrote: the solution is beautiful, but it also relies on the fortuitous fact that the lines QP and PR are perpendicular. you didn't explicitly acknowledge this fact in your otherwise wonderfully detailed solution, so i'm not sure you're aware of it; the only reason that the formula (1/2)(b)(h) works in this case is because PQ just so happens to be perpendicular to PR. for instance, if you move R from (7, 4) to (8, 3), then your green triangle would still be 3-4-5, but in that case the formula (1/2)(5)(5) would yield the wrong area.
here's a much more universally applicable way to find the area of triangles like these: surround the triangle with a rectangle, and then subtract out the unwanted area. this will always work, regardless of the shape of your triangle, because the unwanted parts of the rectangle will always be either rectangles or right triangles with sides perpendicular to the axes (both of which have areas that are extremely easy to calculate). in this problem: surround the triangle with a rectangle whose vertices lie at O(0, 0), A(7, 0), R, and B(0, 4). the area of the rectangle is (7)(4) = 28. the area of unwanted triangle QBR is (1/2)(1)(7) = 3.5. the area of unwanted triangle RAP is (1/2)(3)(4) = 6. the area of unwanted triangle POQ is (1/2)(4)(3) = 6. 28 - 3.5 - 6 - 6 = 12.5 Great tip, thanks...
|
|
 |
|
 |
|
rchitta
|
Post subject: Re: Posted: Tue Jan 05, 2010 1:54 pm |
|
 |
| Students |
|
|
Posts: 14
|
I think Ron's solution could be simplified even more. Ron's solution considers a rectangle but it would be simpler to consider a trapezium. Let's say we draw a perpendicular line to x -axis from R and that intersects x-axis at M. Then all we need to calculate is: A(Trapezium OQRM) - A(Right Triangle OQP) - A(Right Triangle PRM) Area of Trapezium OQRM = 1/2* (b1 + b2) * h = 1/2* (3 + 4) * 7 = 1/2 * 49 Area of right triangle OQP = 1/2 * b * h = 1/2 * 4 * 3 = 1/2 * 12 Area of right triangle PRM = 1/2 * b * h = 1/2 * 3 * 4 = 1/2 * 12 Area of Tri'gle PQR = 1/2 (49 - 12 - 12) = 12.5 sq units Take away I got from this problem: think outside the box a little bit, look for familiar diagrams (for which you know the formulas). It's not a bad idea to remember the formula for the area of a trapezium. Thanks RonPurewal wrote: the solution is beautiful, but it also relies on the fortuitous fact that the lines QP and PR are perpendicular. you didn't explicitly acknowledge this fact in your otherwise wonderfully detailed solution, so i'm not sure you're aware of it; the only reason that the formula (1/2)(b)(h) works in this case is because PQ just so happens to be perpendicular to PR. for instance, if you move R from (7, 4) to (8, 3), then your green triangle would still be 3-4-5, but in that case the formula (1/2)(5)(5) would yield the wrong area.
here's a much more universally applicable way to find the area of triangles like these: surround the triangle with a rectangle, and then subtract out the unwanted area. this will always work, regardless of the shape of your triangle, because the unwanted parts of the rectangle will always be either rectangles or right triangles with sides perpendicular to the axes (both of which have areas that are extremely easy to calculate). in this problem: surround the triangle with a rectangle whose vertices lie at O(0, 0), A(7, 0), R, and B(0, 4). the area of the rectangle is (7)(4) = 28. the area of unwanted triangle QBR is (1/2)(1)(7) = 3.5. the area of unwanted triangle RAP is (1/2)(3)(4) = 6. the area of unwanted triangle POQ is (1/2)(4)(3) = 6. 28 - 3.5 - 6 - 6 = 12.5
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Re: Re: Posted: Sat Jan 09, 2010 5:57 am |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 7146
|
rchitta wrote: I think Ron's solution could be simplified even more. Ron's solution considers a rectangle but it would be simpler to consider a trapezium.
Let's say we draw a perpendicular line to x -axis from R and that intersects x-axis at M.
Then all we need to calculate is: A(Trapezium OQRM) - A(Right Triangle OQP) - A(Right Triangle PRM)
Area of Trapezium OQRM = 1/2* (b1 + b2) * h = 1/2* (3 + 4) * 7 = 1/2 * 49 Area of right triangle OQP = 1/2 * b * h = 1/2 * 4 * 3 = 1/2 * 12 Area of right triangle PRM = 1/2 * b * h = 1/2 * 3 * 4 = 1/2 * 12
Area of Tri'gle PQR = 1/2 (49 - 12 - 12) = 12.5 sq units you can also do that, sure. i'm not sure whether that qualifies as "simpler", since the additional work involved in computing the area of a trapezoid (vs. a rectangle) pretty much cancels out the time savings of having one fewer triangle. but the point is, yeah, there are lots of ways to do problems like this one. nice job.
|
|
 |
|
 |
|
salman30
|
Post subject: Re: Re: Posted: Wed Nov 24, 2010 12:14 pm |
|
 |
| Course Students |
|
|
Posts: 22
|
RonPurewal wrote: rchitta wrote: I think Ron's solution could be simplified even more. Ron's solution considers a rectangle but it would be simpler to consider a trapezium.
Let's say we draw a perpendicular line to x -axis from R and that intersects x-axis at M.
Then all we need to calculate is: A(Trapezium OQRM) - A(Right Triangle OQP) - A(Right Triangle PRM)
Area of Trapezium OQRM = 1/2* (b1 + b2) * h = 1/2* (3 + 4) * 7 = 1/2 * 49 Area of right triangle OQP = 1/2 * b * h = 1/2 * 4 * 3 = 1/2 * 12 Area of right triangle PRM = 1/2 * b * h = 1/2 * 3 * 4 = 1/2 * 12
Area of Tri'gle PQR = 1/2 (49 - 12 - 12) = 12.5 sq units you can also do that, sure. i'm not sure whether that qualifies as "simpler", since the additional work involved in computing the area of a trapezoid (vs. a rectangle) pretty much cancels out the time savings of having one fewer triangle. but the point is, yeah, there are lots of ways to do problems like this one. nice job. Very useful thread - thanks Ron.
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Re: Re: Posted: Thu Nov 25, 2010 1:14 am |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 7146
|
salman30 wrote: Very useful thread - thanks Ron. thanks
|
|
 |
|
 |
|
nilubh
|
Post subject: Re: In the rectangular coordinate system above, the area of tria Posted: Thu Aug 25, 2011 6:33 am |
|
 |
| Forum Guests |
|
|
Posts: 2
|
|
 |
|
 |
|
RonPurewal
|
Post subject: Re: In the rectangular coordinate system above, the area of tria Posted: Sat Sep 03, 2011 8:54 pm |
|
 |
| ManhattanGMAT Staff |
|
|
Posts: 7146
|
|
 |
|
 |
|