Difference between revisions of "User talk:Benq"

Line 1: Line 1:
<math>2^{50}</math>
+
[asy]
 
+
pair A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W;
<math>12^n</math>
+
A=(0,4);
 
+
B=(1,4);
<math>100!</math>
+
C=(2,4);
 
+
D=(3,4);
<math>n</math>
+
E=(4,4);
 +
F=(0,3);
 +
G=(1,3);
 +
H=(2,3);
 +
I=(3,3);
 +
J=(0,2);
 +
K=(1,2);
 +
L=(2,2);
 +
M=(3,2);
 +
N=(4,2);
 +
O=(1,1);
 +
P=(2,1);
 +
Q=(3,1);
 +
R=(4,1);
 +
S=(0,0);
 +
T=(1,0);
 +
U=(2,0);
 +
V=(3,0);
 +
W=(4,0);
 +
draw(A--E);
 +
draw(E--W);
 +
draw(S--W);
 +
draw(A--S);
 +
draw(B--T);
 +
draw(C--U);
 +
draw(D--V);
 +
draw(E--H);
 +
draw(O--R);
 +
[/asy]

Revision as of 22:22, 6 December 2014

[asy] pair A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W; A=(0,4); B=(1,4); C=(2,4); D=(3,4); E=(4,4); F=(0,3); G=(1,3); H=(2,3); I=(3,3); J=(0,2); K=(1,2); L=(2,2); M=(3,2); N=(4,2); O=(1,1); P=(2,1); Q=(3,1); R=(4,1); S=(0,0); T=(1,0); U=(2,0); V=(3,0); W=(4,0); draw(A--E); draw(E--W); draw(S--W); draw(A--S); draw(B--T); draw(C--U); draw(D--V); draw(E--H); draw(O--R); [/asy]