LAST ONE: A retention pond is located close to a sidewalk where small children play. The city plans to fence it in to keep children from accessing the water. What is the perimeter of a triangular-shaped fence the city can place around the retention pond, using integer coordinates (no decimals) on the grid? You must show all work to receive credit.
Last one @ganeshie8
So I will need to draw the triangle, just barely touching the edge of the pond. Put the vertices at points A,B,C, then find distances AB AC BC and add them to get perimeter total length.
Then to get the perimeter, all the 3 lines length, using the "distance formula" D = {x*2 - x*1} *2 + { y*2 - y*1} *2
Dont know the rest :\
You have everything u need :)
start by *deciding* the vertex points of triangle
Keep in mind - you need to pick vertex points such that the pond lies completely inside the triangle
Thats pretty diffcult
yeah lets try
ok
Ok so im pretty bad at this but the start point of the tringle would be -4,6 I think?
see if that triangle works ^
That looks much better ^^
Ok so now what @ganeshie8
find the length of each side
Look at the triangle - can you tell the coordinates of vertices ? A = ? B = ? C = ?
A = -4,5 B = 2,5 C = -9,4 This is supposing I did it in the correct order :)
order doesn't matter, so you're right ! but check the numbers again :)
Opps C = -9, 5 My bad
you should get : A = (-4, -5) B = (2, 5) C = (-9, 5)
Yes !
next, find the lengths of AB, BC and CA using distance formula
So d = {-5 - -4}*2 + {5 - 2}*2
square root is missing ^
d = -9*2 + 3*2 d = -18 + 6 = -12
Opps i do square root like this *
leme show u calculating the length of side AB : A = (-4, -5) B = (2, 5)
Ok
length of side AB = \(\sqrt{(5--5)^2 + (2--4)^2} = \sqrt{(10)^2 + (6)^2} \\ =\sqrt{100 + 36} = \sqrt{136} \)
OMG RIGHT! im so sorry its supposed to be x -x and y - y SORRY!
You got it ! try finding BC :)
d = {5 - 5)*2 + (-9 - 2)*2 d = 0*2 + -11*2 d = 0 + -22 d = -22
Ok is that correct
Good try ! but no... the distance can never be negative okay ?
B = (2, 5) C = (-9, 5) length of side BC = \(\sqrt{(-9-2)^2 + (5-5)^2} = \sqrt{(-11)^2 + (0)^2} \\ =\sqrt{121} = 11 \)
d = ( 5 - -5)*2 + (-9 - -4)*2 d = -10*2 + 13*2 d = 100 + 169 d = 269 Ok this better be correct :)
d = 16
slight mistake :P
in first line
whats the value of -9--4 ?
5
Yes, -9--4 = -9+4 = -5
So whats the distance of CA ?
So then 125 = 5
C = (-9, 5) A = (-4, -5) length of CA = \(\sqrt{(-4--9)^2 + (-5--5)^2} = \sqrt{(5)^2 + (10)^2} \\ =\sqrt{125} \)
add all the side lengths to get the perimeter
perimeter of triangle = AB + BC + CA = \(\large \sqrt{136} + 11+ \sqrt{125}\)
use ur calculator
Ok
http://www.wolframalpha.com/input/?i=+%5Csqrt%7B136%7D+%2B+11%2B+%5Csqrt%7B125%7D
So pretty much decimal output would be 33.84
Would that be it @ganeshie8
33.84
thats it !
YAY! THANK YOU SOOOOOOO MUCH UR THE BEST TEACHER EVER :)
np :D
nice problem
Join our real-time social learning platform and learn together with your friends!