Difference between revisions of "Complementary angles"

(Created page with "==Diagram== <center><asy> import olympiad; size(150); pair D = (0, 10), C = (10, 5), B = (10, 0), A = (0, 0); draw(A--B); draw(C--A); draw(D--A); label("$A$", A, SW); label("$...")
 
(Related Topics)
Line 21: Line 21:
  
 
==Related Topics==
 
==Related Topics==
Supplementary Angles
+
[[Supplementary]]
  
Right Triangles
+
[[Right Triangles]]

Revision as of 20:56, 3 January 2020

Diagram

[asy] import olympiad; size(150); pair D = (0, 10), C = (10, 5), B = (10, 0), A = (0, 0); draw(A--B); draw(C--A); draw(D--A); label("$A$", A, SW); label("$B$", B, SE); label("$C$", C, W); label("$D$", D, NE); [/asy]

As long as $\angle BAD$ is a right angle, $\angle BAC$ and $\angle CAD$ are complementary angles to each other.

Definition

Bing/Google

Either of two angles whose sum is 90°

Merriam-Webster

Two angles that add up to 90 degrees

Related Topics

Supplementary

Right Triangles