198k views
5 votes
Find the coordinates of the vertices of the triangle and compute the area of the triangle using the distance formula. (round to the nearest integer in units2)

A) 10 units2
B) 21 units2
C) 23 units2
D) 36 units2

What is the approximate distance from point D to the origin?
A) 7 units
B) 8 units
C) 10 units
D) 13 units

Find the coordinates of the vertices of the triangle and compute the area of the triangle-example-1
Find the coordinates of the vertices of the triangle and compute the area of the triangle-example-1
Find the coordinates of the vertices of the triangle and compute the area of the triangle-example-2
User Thell
by
5.1k points

2 Answers

6 votes
the answer is b. 8units
User Levitt
by
4.7k points
4 votes

Question 1 - answer B

vertices of triangle are (4,-2), (1,-5) and (-3,5)

Area of triangle with vertices (x1,y1), (x2,y2) and (x3,y3)

= mod[ 1/2 { x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2) } ]

on inserting the values, we get

area of triangle = 21 unit^2


Question 2- answer A

coordinates of D = (7,1)

To find distance from origin, we can use distance formula

Distance = sqrt [ ( x1 - x2 )^2 + ( y1 - y2 )^2 ]

Distance = sqrt[ ( 7-0 )^2 + ( 1-0 )^2 ]

Distance = 7.07 units

User Shuman
by
5.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.