Difference between revisions of "User:5849206328x"

m
m
Line 1: Line 1:
<asy>
+
{| class="wikitable" style="clear:both; margin:0.5em auto; font-size:95%; border:1px solid black;"
size(13cm);
+
| style="background:#ccf;text-align:center;" colspan="3" | '''[[{{{year}}} USAMO]]''' ('''[[{{{year}}} USAMO Problems|Problems]]''') • [http://www.artofproblemsolving.com/Forum/resources.php?c=182&cid=27&year={{{year}}} Resources])
 
+
|-
pair A1, B1, C1, D1;
+
|width="33%" align="center" |{{{beforetext|Preceded&nbsp;by<br/>}}}'''{{{before|[[{{{year}}} USAMO Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]}}}'''
A1 = 2*dir(111) + (0,1); B1 = 2*dir(210) + (0,1); C1 = 2*dir(330) + (0,1); D1 = (0,-3);
+
|width="34%" style="text-align:center;" | [[{{{year}}} USAMO Problems/Problem 1|1]] '''•''' [[{{{year}}} USAMO Problems/Problem 2|2]] '''•''' [[{{{year}}} USAMO Problems/Problem 3|3]] '''•''' [[{{{year}}} USAMO Problems/Problem 4|4]] '''•''' [[{{{year}}} USAMO Problems/Problem 5|5]]
draw(circle((0,1),2));
+
|width="33%" align="center" rowspan="{{{rowsf|1}}}" | {{{aftertext|Followed&nbsp;by<br/>}}}'''{{{after|[[{{{year}}} USAMO Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]}}}'''
draw(A1--B1--D1--C1--cycle); draw(A1--D1); draw(B1--C1);
+
|-
dot(A1); dot(B1); dot(C1); dot(D1);
+
| align="center" colspan="3" | '''[[USAMO Problems and Solutions | All USAMO Problems and Solutions]]'''
label("$A$",A1,NNW); label("$B$",B1,SW); label("$C$",C1,SE); label("$D$",D1,SE);
+
|}
 
 
pair A2, B2, C2, D2;
 
A2 = 2*dir(111) + (5,-1); B2 = 2*dir(150) + (5,-1); C2 = 2*dir(30) + (5,-1); D2 = (5,3);
 
draw(circle((5,-1),2));
 
draw(A2--B2--D2--C2--cycle); draw(A2--D2); draw(B2--C2);
 
dot(A2); dot(B2); dot(C2); dot(D2);
 
label("$A$",A2,NNW); label("$B$",B2,SW); label("$C$",C2,SE); label("$D$",D2,E);
 
</asy>
 

Revision as of 05:42, 8 August 2014

[[{{{year}}} USAMO]] ([[{{{year}}} USAMO Problems|Problems]]) • Resources)
Preceded by
[[{{{year}}} USAMO Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]
[[{{{year}}} USAMO Problems/Problem 1|1]] [[{{{year}}} USAMO Problems/Problem 2|2]] [[{{{year}}} USAMO Problems/Problem 3|3]] [[{{{year}}} USAMO Problems/Problem 4|4]] [[{{{year}}} USAMO Problems/Problem 5|5]] Followed by
[[{{{year}}} USAMO Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]
All USAMO Problems and Solutions