Art of Problem Solving

AoPS Wiki:Sandbox: Difference between revisions

1=2 (talk | contribs)
No edit summary
I like pie (talk | contribs)
No edit summary
Line 7: Line 7:


=== Sandbox Area ===
=== Sandbox Area ===
 
<asy>unitsize(1cm);
<asy>
 
unitsize(1cm);
 
defaultpen(fontsize(8));
defaultpen(fontsize(8));
pair A=(-0.5,0.5), B=(0.5,0.5), C=(0.5,-0.5), D=(-0.5,-0.5);
pair A=(-0.5,0.5), B=(0.5,0.5), C=(0.5,-0.5), D=(-0.5,-0.5);
pair K=(0,1.366), L=(1.366,0), M=(0,-1.366), N=(-1.366,0);
pair K=(0,1.366), L=(1.366,0), M=(0,-1.366), N=(-1.366,0);
Line 20: Line 15:
label("B",B,SW);
label("B",B,SW);
label("C",C,NW);
label("C",C,NW);
label("D",D,NE);
label("D",D,NE);</asy>
 
----
</asy>
 
 
<math>\begin{align*}
<math>\begin{align*}
\dfrac{p+q}{p-q}&=1+\dfrac{2q}{p-q}\\
\dfrac{p+q}{p-q}&=1+\dfrac{2q}{p-q}\\
Line 30: Line 22:
&= \boxed{7}
&= \boxed{7}
\end{align*}</math>
\end{align*}</math>
----
Testing answers template:
<math>{{answers
| a = 4
| b = 5
| c = 6
| d = 7
| e = 8
}}</math>

Revision as of 18:28, 24 April 2008

Template:AoPSWiki:Sandbox/header In the computer world, a sandbox is a place to test and experiment -- essentially, it's a place to play.

This is the AoPSWiki Sandbox. Feel free to experiment here.

Warning: anything you place here is subject to deletion without notice.

Sandbox Area

[asy]unitsize(1cm); defaultpen(fontsize(8)); pair A=(-0.5,0.5), B=(0.5,0.5), C=(0.5,-0.5), D=(-0.5,-0.5); pair K=(0,1.366), L=(1.366,0), M=(0,-1.366), N=(-1.366,0); draw(A--N--K--A--B--K--L--B--C--L--M--C--D--M--N--D--A); label("A",A,SE); label("B",B,SW); label("C",C,NW); label("D",D,NE);[/asy]


$\begin{align*} \dfrac{p+q}{p-q}&=1+\dfrac{2q}{p-q}\\ &= 1+\dfrac{14}{2}\\ &= \boxed{7} \end{align*}$ (Error compiling LaTeX. Unknown error_msg)


Testing answers template: ${{answers  | a = 4  | b = 5  | c = 6  | d = 7  | e = 8 }}$