Difference between revisions of "Transversal"

(Created page with "asdf")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
asdf
+
A transversal is a line that intersects 2 parallel lines
 +
<asy>
 +
draw((0,1)--(0, 3));
 +
draw((1,1)--(1, 3));
 +
draw((-1,2)--(2, 2.5));
 +
</asy>

Revision as of 12:37, 31 March 2021

A transversal is a line that intersects 2 parallel lines [asy] draw((0,1)--(0, 3)); draw((1,1)--(1, 3)); draw((-1,2)--(2, 2.5)); [/asy]