return"Given a mathematics problem, determine the answer. Simplify your answer as much as possible."
deffewshot_examples(self,k):
assertk<=8,"There are only 8 possible shots for this task."
...
...
@@ -64,26 +66,21 @@ class Math(Task):
{"problem":"In how many ways can 4 books be selected from a shelf of 6 books if the order in which the books are selected does not matter?","answer":"$15$"},
{"problem":"Find the distance between the points $(2,1,-4)$ and $(5,8,-3).$","answer":"$\sqrt{59}$"},
{"problem":"The faces of an octahedral die are labeled with digits $1$ through $8$. What is the probability, expressed as a common fraction, of rolling a sum of $15$ with a pair of such octahedral dice?","answer":"$\\frac{1}{32}$"},
{"problem":"The first three terms of an arithmetic sequence are 1, 10 and 19, respectively. What is the value of the 21st term?","answer":"$181$"},
{"problem":"The first three terms of an arithmetic sequence are 1, 10 and 19, respectively. What is the value of the 21st term?","answer":"$181$"},