One triangle is drawn on the Cartesian plane. Its vertices are located on $[-2,-6]$,$[5,-6]$ and
$[\frac{10}{3},d]$. Find the two possible positions of $d$ so that the triangle has an area of 35 square units.
So, obviously this triangle is scalene. Using Pick's theorem:
$i\frac{b}{2}-1=a$
where $i$ is the amount of interior points in the polygon in a dotted plane (the Cartesian plane if you think about it),$b$ is the amount of dotted points on the boundary and $a$ is the total area. So:
$i\frac{\geq7}{2}-1=35$
but where do I go from here. As far as I know, there is no way to find out the perimeter with only one measurement. Can anyone work this out?
P.S. Please solve this using techniques familiar to a Year 7-8, because I'm only an extension Yr 7 student. Also, I don't know the symbol for the'greater than or equal to" inequality sign in HTML or whatever, so anyone is free to fix it. Thanks
All you need to use is the formula for area of the triangle $P=\frac{ah}{2}$
Notice, that both vertices $A$ and $B$ lay on the same line $y=-6$. Vertice $C$ lay on the line $y=d$.
The height of this triangle is equal to the distance between lines $y=-6$ and $y=d$, ie. $h=|d-(-6)|=|d+6|$.
The length $a$ of the side $AB$ is $a=5-(-2)=7$.
The area of the triangle is $P=\frac{ah}{2}=37$, so you have to solve the equation: $$\frac{7|d+6|}{2}=35$$
There will be two solutions:
EDIT
If you don't know the absolute value, then you can think about this in that way - there are two cases: $d<-6$, then $h=d+6$, or $d\geq -6$, then $h=-6-d$.
In first case you have to solve the equation $\frac{7(d+6)}{2}=35$ and check, if the obtained solution is smaller than $-6$.
Analogically in the second case