Difference between revisions of "Template:ProbAMC"

(doc)
(default values (nice template))
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
{{{problem}}}
+
{{{problem|{{problem}}}}}
  
 
<includeonly><math></includeonly>\mathrm{(A)}\ {{{answera}}} \qquad \mathrm{(B)}\ {{{answerb}}} \qquad \mathrm{(C)}\ {{{answerc}}} \qquad \mathrm{(D)}\ {{{answerd}}} \qquad \mathrm{(E)}\ {{{answere}}}<includeonly></math></includeonly>
 
<includeonly><math></includeonly>\mathrm{(A)}\ {{{answera}}} \qquad \mathrm{(B)}\ {{{answerb}}} \qquad \mathrm{(C)}\ {{{answerc}}} \qquad \mathrm{(D)}\ {{{answerd}}} \qquad \mathrm{(E)}\ {{{answere}}}<includeonly></math></includeonly>
 
== Solution ==
 
== Solution ==
{{{solution}}}
+
{{{solution|{{solution}}}}}
  
 
== See also ==
 
== See also ==
{{AMC {{{tentwelve}}} box|year={{{year}}}|ab={{{ab}}}|num-b={{{num-b}}}|num-a={{{num-a}}}}}
+
{{AMC{{{tentwelve}}} box|year={{{year}}}|ab={{{ab|}}}|num-b={{{num-b}}}|num-a={{{num-a}}}}}
  
[[Category:{{{diff}}} {{{subject}}} Problems]]
+
[[Category:{{{diff}}} {{{subject}}} Problems]]<noinclude>
 
 
<noinclude>
 
 
==Documentation==
 
==Documentation==
 
Use it as follows:
 
Use it as follows:
Line 32: Line 30:
 
  }}
 
  }}
 
  </nowiki>
 
  </nowiki>
 +
Note that <tt>tentwelve</tt> should be either <tt>10</tt> or <tt>12</tt>, and <tt>num-b/a</tt> refer to the number before/after the current problem (ex, if the problem is number 5, then num-b=4 and num-a=6).
 +
 +
</noinclude>

Revision as of 12:08, 19 January 2008

Problem

This problem has not been edited in. If you know this problem, please help us out by adding it.

\mathrm{(A)}\ {{{answera}}} \qquad \mathrm{(B)}\ {{{answerb}}} \qquad \mathrm{(C)}\ {{{answerc}}} \qquad \mathrm{(D)}\ {{{answerd}}} \qquad \mathrm{(E)}\ {{{answere}}}

Solution

This problem needs a solution. If you have a solution for it, please help us out by adding it.

See also

{{AMC{{{tentwelve}}} box|year={{{year}}}|ab=|num-b={{{num-b}}}|num-a={{{num-a}}}}}

[[Category:{{{diff}}} {{{subject}}} Problems]]

Documentation

Use it as follows:

 {{subst:probAMC
 | problem =
 | answera =
 | answerb =
 | answerc =
 | answerd =
 | answere =
 | solution =
 | tentwelve =
 | year =
 | ab =
 | num-b =
 | num-a =
 | diff =
 | subject =
 }}
 

Note that tentwelve should be either 10 or 12, and num-b/a refer to the number before/after the current problem (ex, if the problem is number 5, then num-b=4 and num-a=6).