-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_clean_qa_data.json
More file actions
86 lines (86 loc) · 2.37 KB
/
sample_clean_qa_data.json
File metadata and controls
86 lines (86 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"question": "Solve 19*p - 18 = 108*p + 71 for p.",
"answer": "-1"
},
{
"question": "Determine n so that -2*n**5/3 + 13*n**4/3 + 10*n**3/3 - 20*n**2/3 - 8*n/3 + 7/3 = 0.",
"answer": "-1, 1/2, 1, 7"
},
{
"question": "Let 20*g**5 + 3765*g**4 + 45140*g**3 - 14392710*g**2 - 18045160*g - 3611055 = 0. Calculate g.",
"answer": "-119, -1, -1/4, 51"
},
{
"question": "Let o(q) = -q**2 + 8*q + 2. Let x(z) = -z**3 + 6*z**2 - 3*z - 2. Let u be x(5). Let l be o(u). Factor 19 - 20*m - 9 + 29*m**l + 3*m**4 - 6 - 16*m**3.",
"answer": "(m - 2)**2*(m - 1)*(3*m - 1)"
},
{
"question": "What comes next: 24, 65, 140, 249?",
"answer": "392"
},
{
"question": "What is the r'th term of -144, -277, -410, -543, -676?",
"answer": "-133*r - 11"
},
{
"question": "What is 7056491.012 take away 745?",
"answer": "7055746.012"
},
{
"question": "In base 16, what is d7ad31 - -2?",
"answer": "d7ad33"
},
{
"question": "Simplify -6*(sqrt(5) + (sqrt(5) - 1*sqrt(5)))**2*-2.",
"answer": "60"
},
{
"question": "What is the nearest to -18 in -2/5, 0.4, -27/4?",
"answer": "-27/4"
},
{
"question": "Is 3/560137 smaller than 1?",
"answer": "True"
},
{
"question": "10000 (base 3) to base 2",
"answer": "1010001"
},
{
"question": "Is 18 a factor of 6921756?",
"answer": "True"
},
{
"question": "What is the ten millions digit of 2842056948?",
"answer": "4"
},
{
"question": "Expand -q**5 - q**5 - q**5 + (3*q**2 + 0*q**2 - 5*q**2)*(0*q**3 - q**3 + 0*q**3) + 1 - 1 - q**5 - 4*q**5 - 10*q**5 + 2*q**3 + 0*q**3.",
"answer": "-16*q**5 + 2*q**3"
},
{
"question": "Let 4*g**2 + 5970656*g + 2228045816896 = 0. Calculate g.",
"answer": "-746332"
},
{
"question": "Which is the closest to -1? (a) -5 (b) -6 (c) -17697 (d) -4",
"answer": "d"
},
{
"question": "Let i be (-2555)/30 + (-2)/(-36)*3. Let w = i - -154. Calculate the remainder when w is divided by 25.",
"answer": "19"
},
{
"question": "Let u(o) = 2*o**3 - 332*o**2 + 687*o - 5083. What is u(164)?",
"answer": "1"
},
{
"question": "What is the value of (-1)/2*-310*(-73)/(-365)*-3*28/105*10/2*5/5?",
"answer": "-124"
},
{
"question": "Five letters picked without replacement from {h: 3, l: 5}. What is prob of sequence lllll?",
"answer": "1/56"
}
]