User:Me@home

Revision as of 16:30, 7 October 2007 by Me@home (talk | contribs)

I did everything related to the Mock AIME 3 Pre 2005 all in one edit - each solution page, the answers, and the entire aime page.


Hmmm... I think dollars signs convert automatically to math symbols

 <math>ab</math> 

$ab$

[asy] unitsize(3cm); int n=18; real a=360/n; for (int i = -3; i < n-4; ++i) {   draw(dir(i*a)--dir((i+1)*a),.5+black); } for (int i = -2; i < n-4; ++i) {   draw(dir(i*a)--2*dir(i*a)-dir((i-1)*a),blue);   markangle(scale(.7)*"<math>\theta</math>",radius=15,2*dir(i*a)-dir((i-1)*a),dir(i*a),dir((i+1)*a),ArcArrow(1mm),.5+blue); } markangle(scale(.7)*"<math>\theta</math>",radius=15,2*dir(15*a)-dir(14*a),dir(15*a),dir(16*a),ArcArrow(1mm),.5+blue); draw(dir(14*a)--6*dir(14*a)-5*dir(13*a)); label("<math>\ell</math>",(7*dir(14*a)-5*dir(13*a))/2,S); label("<math>m</math>",(7*dir(15*a)-5*dir(14*a))/2,dir(3*a)); label(scale(.8)*"<math>180-\theta</math>",.95*dir(14*a),dir(5*a),red); draw(dir(14*a)--6*dir(15*a)-5*dir(14*a)); markangle("<math>\theta</math>",radius=60,2*dir(14*a)-dir(13*a),dir(14*a),dir(15*a),ArcArrow(1mm),.5+red); [/asy]