Difference between revisions of "SAS Similarity"

(Diagram)
Line 25: Line 25:
 
draw(anglemark((5,0),(0,0),(3,4)));
 
draw(anglemark((5,0),(0,0),(3,4)));
 
</asy>
 
</asy>
 +
If <math>m\angle CAB = m\angle FDE</math> and <math>\dfrac{CA}{FD} = \dfrac{AB}{DE}</math>, then the triangles are similar by SAS similarity.
 +
 
==Categories==
 
==Categories==
 
{{Category: Stubs}}
 
{{Category: Stubs}}
 
{{Category: Geometry}}
 
{{Category: Geometry}}

Revision as of 21:43, 24 January 2020

Definition

SAS stands for Side-Angle-Side, for two triangles to be similar triangles by SAS similarity, they must have a pair of congruent angle and the two sides next to the angle must be proportional.

Diagram

[asy] dot((0,0)); label("A",(0,0),SW); dot((5,0)); label("B",(5,0),SE); dot((3,4)); label("C",(3,4),N); draw((0,0)--(5,0)--(3,4)--cycle); markscalefactor = 0.1; draw(anglemark((5,0),(0,0),(3,4))); [/asy] [asy] size((8cm)); dot((0,0)); label("D",(0,0),SW); dot((5,0)); label("E",(5,0),SE); dot((3,4)); label("F",(3,4),N); draw((0,0)--(5,0)--(3,4)--cycle); markscalefactor = 0.0675; draw(anglemark((5,0),(0,0),(3,4))); [/asy] If $m\angle CAB = m\angle FDE$ and $\dfrac{CA}{FD} = \dfrac{AB}{DE}$, then the triangles are similar by SAS similarity.

Categories

This page lists articles which are considered to be stubs. Please help us out by expanding them. If an article considered a stub is not a stub, then simply unclassify it. This category includes articles related to geometry and its branches.