200k views
2 votes
The vertices of ABC are A (2,6) B(0,2) C (3,3). What type of triangle is ABC

User Sary
by
5.8k points

2 Answers

2 votes
hahahresyh54ywsr4r 5eygrat
User Brunston
by
6.3k points
7 votes

we are given

three vertices as

A (2,6) B(0,2) C (3,3)

now, we can draw these vertices and find triangle

we can use distance formula

and find AB , BC and AC


d=√((x_2-x_1)^2+(y_2-y_1)^2)

Calculation of AB:

We can use formula


d=√((x_2-x_1)^2+(y_2-y_1)^2)

A (2,6) B(0,2)


AB=√((0-2)^2+(6-2)^2)


AB=√(20)

Calculation of BC:

We can use formula


d=√((x_2-x_1)^2+(y_2-y_1)^2)

B(0,2) C(3,3)


BC=√((3-0)^2+(3-2)^2)


BC=√(10)

Calculation of AC:

We can use formula


d=√((x_2-x_1)^2+(y_2-y_1)^2)

A(2,6) C(3,3)


AC=√((3-2)^2+(3-6)^2)


AC=√(10)

Checking right angled triangle:

We can check it by Pythagoras theorem


AB^2=BC^2+AC^2

now, we can plug values


(√(20))^2=(√(10))^2+(√(10))^2


20=10+10


20=20

we can see that

left side is equal to right side

so, triangle ABC is right angled triangle.........Answer

The vertices of ABC are A (2,6) B(0,2) C (3,3). What type of triangle is ABC-example-1
User Mike Schenk
by
6.7k points