Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

77%
+5 −0
Q&A Similar triangles with the same area

2 answers  ·  posted 3y ago by msh210‭  ·  last activity 3y ago by DonielF‭

#1: Initial revision by user avatar msh210‭ · 2020-10-02T09:50:57Z (over 3 years ago)
Similar triangles with the same area
My kid was assigned this problem:

> Given
> 
> ![line segments ADB, AEC, COE, and BOE;](https://math.codidact.com/uploads/N4FMPUuM5TMaqhhKXksq66mg)
> 
> $\overline{AC}\cong\overline{AB}$ and $\angle B\cong\angle C$.
> 
> Prove (a)&nbsp;$\overline{CE}\cong\overline{BD}$ and (b)&nbsp;$\overline{OB}\cong\overline{OC}$.

(I apologize for the ugly sketch. All lines that seem like they're meant to be straight are.)

The most direct way seems to be: Prove triangles $CAD$ and $BAE$ congruent (easy). Prove triangles $COE$ and $BOD$ similar (easy). Prove triangles $COE$ and $BOD$ congruent because they're similar and have the same area (by subtracting the common area of $ADOE$). The rest follows immediately.

The problem is &mdash; I don't recall ever seeing in a high-school geometry text the proposition "If two triangles are similar and have the same area, they're congruent". Or at least not as a method of proof for proving triangles congruent. So I guess my question is: Why not? It would certainly come in handy for cases like this. (Or am I wrong that it's correct in general?)

As a secondary question, is there a better way to do the problem above?