Thales' theorem

Revision as of 18:26, 14 July 2013 by Flamefoxx99 (talk | contribs) (Created page with "Thale's Theorem states that if there are three points on a circle, <math>A,B,C</math> with <math>AC</math> being a diameter, <math>\angle ABC=90^{\circ}</math> <asy> dot((5,0))...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Thale's Theorem states that if there are three points on a circle, $A,B,C$ with $AC$ being a diameter, $\angle ABC=90^{\circ}$


[asy] dot((5,0)); dot((-5,0)); draw(circle((0,0),5)); dot((3,4)); draw((5,0)--(3,4)); draw((-5,0)--(3,4)); draw((-5,0)--(5,0)); label("A",(-5,0),W); label("B",(3,4),NE); label("C",(5,0),E); [/asy]


This article is a stub. Help us out by expanding it.