Difference between revisions of "User talk:Benq"

Line 1: Line 1:
<cmath>6x \equiv 4 \pmod{5}</cmath>
+
[asy]
<cmath>5x \equiv 7 \pmod{26} </cmath>
+
pair A,B,C,D,E,F,G;
 +
draw(circle((0,0),25));
 +
A=(15,20);
 +
B=(-7,-24);
 +
C=(7,24);
 +
D=(7,-24);
 +
draw(A--B);
 +
draw(C--D);

Revision as of 20:01, 7 December 2014

[asy] pair A,B,C,D,E,F,G; draw(circle((0,0),25)); A=(15,20); B=(-7,-24); C=(7,24); D=(7,-24); draw(A--B); draw(C--D);