Problem 4 Proving Triangle Is Isosceles

Problem-4: Proving triangle is isosceles

graph TD A["Problem-4: Proving a Triangle is Isosceles"] A --> B[Given: Triangle ABC] B --> C["AB = AC"] B --> D["Angle B = Angle C"] D --> E["By Angle-Side-Angle (ASA), Triangle ABC is congruent to another triangle"] C --> E