Difference between revisions of "1957 AHSME Problems/Problem 25"

(Solution)
(diagram)
Line 12: Line 12:
  
 
== Solution ==
 
== Solution ==
 +
 +
<asy>
 +
 +
import geometry;
 +
 +
point P = (3,0);
 +
point Q = (4,0);
 +
point R = (5,4);
 +
 +
draw(P--Q--R--P);
 +
dot(P);
 +
label("P $(0,a)$",P,NW);
 +
dot(Q);
 +
label("Q $(b,0)$",Q,SE);
 +
dot(R);
 +
label("R $(c,d)$",R,NE);
 +
 +
</asy>
  
 
To solve this problem, we could use the [[distance formula]] to find the lengths of ths sides and then use [[Heron's Formula]] to find the area of the triangle, but that solution seems messy and prone to mistakes with lots of square roots and polynomial expansions. Therefore, we look for a simpler, easier solution. Suppose <math>c=b</math> and <math>a=d</math>. This makes <math>\triangle PQR</math> half of a rectangle with side lengths <math>a</math> and <math>b</math>, so it has an area of <math>\tfrac{ab}2</math>. Plugging in <math>c=b</math> and <math>d=a</math> into all of the answer choices, the only one which returns <math>\tfrac{ab}2</math> is <math>\boxed{\textbf{(B) }\frac{ac + bd - ab}{2}}</math>.
 
To solve this problem, we could use the [[distance formula]] to find the lengths of ths sides and then use [[Heron's Formula]] to find the area of the triangle, but that solution seems messy and prone to mistakes with lots of square roots and polynomial expansions. Therefore, we look for a simpler, easier solution. Suppose <math>c=b</math> and <math>a=d</math>. This makes <math>\triangle PQR</math> half of a rectangle with side lengths <math>a</math> and <math>b</math>, so it has an area of <math>\tfrac{ab}2</math>. Plugging in <math>c=b</math> and <math>d=a</math> into all of the answer choices, the only one which returns <math>\tfrac{ab}2</math> is <math>\boxed{\textbf{(B) }\frac{ac + bd - ab}{2}}</math>.

Revision as of 15:26, 25 July 2024

Problem

The vertices of $\triangle PQR$ have coordinates as follows: $P(0,a),\,Q(b,0),\,R(c,d)$, where $a,\,b,\,c$ and $d$ are positive. The origin and point $R$ lie on opposite sides of $PQ$. The area of $\triangle PQR$ may be found from the expression:

$\textbf{(A)}\ \frac{ab + ac + bc + cd}{2} \qquad  \textbf{(B)}\ \frac{ac + bd - ab}{2}\qquad  \textbf{(C)}\ \frac{ab-ac-bd}{2}\qquad \textbf{(D)}\ \frac{ac+bd+ab}{2}\qquad \textbf{(E)}\ \frac{ac+bd-ab-cd}{2}$


Solution

[asy]  import geometry;  point P = (3,0); point Q = (4,0); point R = (5,4);  draw(P--Q--R--P); dot(P); label("P $(0,a)$",P,NW); dot(Q); label("Q $(b,0)$",Q,SE); dot(R); label("R $(c,d)$",R,NE);  [/asy]

To solve this problem, we could use the distance formula to find the lengths of ths sides and then use Heron's Formula to find the area of the triangle, but that solution seems messy and prone to mistakes with lots of square roots and polynomial expansions. Therefore, we look for a simpler, easier solution. Suppose $c=b$ and $a=d$. This makes $\triangle PQR$ half of a rectangle with side lengths $a$ and $b$, so it has an area of $\tfrac{ab}2$. Plugging in $c=b$ and $d=a$ into all of the answer choices, the only one which returns $\tfrac{ab}2$ is $\boxed{\textbf{(B) }\frac{ac + bd - ab}{2}}$.

See Also

1957 AHSC (ProblemsAnswer KeyResources)
Preceded by
Problem 24
Followed by
Problem 26
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
All AHSME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png