text stringlengths 81 191 | metadata listlengths 1 1 |
|---|---|
Question: Calculate 20 x 19.
A. 1
B. 39
C. 563
D. 380
Solution: 20 x 19 = 380
Answer: D. 380 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "multiplication",
"operands": [
20,
19
],
"multi_step": false,
"answer": 380,
"correct_choice": "D",
"choices": {
"A": 1,
"B": 39,
"C": 563,
"D": 380
}
}
] |
Question: Calculate 10 + 18.
A. 8
B. 180
C. 42
D. 28
Solution: 10 + 18 = 28
Answer: D. 28 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "addition",
"operands": [
10,
18
],
"multi_step": false,
"answer": 28,
"correct_choice": "D",
"choices": {
"A": 8,
"B": 180,
"C": 42,
"D": 28
}
}
] |
Question: What is 19 times 33, then divided by 11?
A. 638
B. 627
C. 63
D. 57
Solution: 19 x 33 = 627
627 ÷ 11 = 57
Answer: D. 57 | [
{
"kind": "multi_step",
"difficulty": "medium",
"operations": [
"multiplication",
"division"
],
"operands": [
19,
33,
11
],
"intermediate_answers": [
627
],
"multi_step": true,
"answer": 57,
"correct_choice": "D",
"choices": {
... |
Question: Mia has 2 marbles and gets 7 more. How many marbles does Mia have now?
A. 2
B. 9
C. 4
D. 12
Solution: Start with 2 and add 7: 2 + 7 = 9
Answer: B. 9 | [
{
"kind": "word_problem",
"difficulty": "easy",
"operation": "addition",
"operands": [
2,
7
],
"multi_step": false,
"answer": 9,
"correct_choice": "B",
"choices": {
"A": 2,
"B": 9,
"C": 4,
"D": 12
}
}
] |
Question: How many minutes are in 45 hours?
A. 3920
B. 2700
C. 3879
D. 2546
Solution: Each hour has 60 minutes: 45 x 60 = 2700
Answer: B. 2700 | [
{
"kind": "unit_conversion",
"difficulty": "hard",
"subkind": "hours_minutes",
"operands": [
45
],
"multi_step": false,
"answer": 2700,
"correct_choice": "B",
"choices": {
"A": 3920,
"B": 2700,
"C": 3879,
"D": 2546
}
}
] |
Question: Calculate 23 - 10.
A. 13
B. 230
C. 33
D. 6
Solution: 23 - 10 = 13
Answer: A. 13 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
23,
10
],
"multi_step": false,
"answer": 13,
"correct_choice": "A",
"choices": {
"A": 13,
"B": 230,
"C": 33,
"D": 6
}
}
] |
Question: A rectangle is 16 units wide and 16 units long. What is its area?
A. 231
B. 256
C. 260
D. 160
Solution: Area is width times length: 16 x 16 = 256
Answer: B. 256 | [
{
"kind": "geometry",
"difficulty": "medium",
"subkind": "rectangle_area",
"operands": [
16,
16
],
"multi_step": false,
"answer": 256,
"correct_choice": "B",
"choices": {
"A": 231,
"B": 256,
"C": 260,
"D": 160
}
}
] |
Question: How many days are in 11 weeks?
A. 106
B. 76
C. 63
D. 77
Solution: Each week has 7 days: 11 x 7 = 77
Answer: D. 77 | [
{
"kind": "unit_conversion",
"difficulty": "easy",
"subkind": "weeks_days",
"operands": [
11
],
"multi_step": false,
"answer": 77,
"correct_choice": "D",
"choices": {
"A": 106,
"B": 76,
"C": 63,
"D": 77
}
}
] |
Question: How many days are in 9 weeks?
A. 63
B. 91
C. 68
D. 55
Solution: Each week has 7 days: 9 x 7 = 63
Answer: A. 63 | [
{
"kind": "unit_conversion",
"difficulty": "medium",
"subkind": "weeks_days",
"operands": [
9
],
"multi_step": false,
"answer": 63,
"correct_choice": "A",
"choices": {
"A": 63,
"B": 91,
"C": 68,
"D": 55
}
}
] |
Question: Mia has 12 boxes with 10 coins in each box. How many coins are there?
A. 165
B. 158
C. 120
D. 148
Solution: There are 12 groups of 10: 12 x 10 = 120
Answer: C. 120 | [
{
"kind": "word_problem",
"difficulty": "easy",
"operation": "multiplication",
"operands": [
12,
10
],
"multi_step": false,
"answer": 120,
"correct_choice": "C",
"choices": {
"A": 165,
"B": 158,
"C": 120,
"D": 148
}
}
] |
Question: Calculate 3 + 11.
A. 8
B. 14
C. 33
D. 24
Solution: 3 + 11 = 14
Answer: B. 14 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "addition",
"operands": [
3,
11
],
"multi_step": false,
"answer": 14,
"correct_choice": "B",
"choices": {
"A": 8,
"B": 14,
"C": 33,
"D": 24
}
}
] |
Question: What is 9 minus 1, then times 11?
A. 21
B. 8
C. 19
D. 88
Solution: 9 - 1 = 8
8 x 11 = 88
Answer: D. 88 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"multiplication"
],
"operands": [
9,
1,
11
],
"intermediate_answers": [
8
],
"multi_step": true,
"answer": 88,
"correct_choice": "D",
"choices": {
"A... |
Question: A rectangle is 14 units wide and 18 units long. What is its area?
A. 202
B. 252
C. 354
D. 123
Solution: Area is width times length: 14 x 18 = 252
Answer: B. 252 | [
{
"kind": "geometry",
"difficulty": "medium",
"subkind": "rectangle_area",
"operands": [
14,
18
],
"multi_step": false,
"answer": 252,
"correct_choice": "B",
"choices": {
"A": 202,
"B": 252,
"C": 354,
"D": 123
}
}
] |
Question: Calculate 45 x 37.
A. 8
B. 1142
C. 1665
D. 82
Solution: 45 x 37 = 1665
Answer: C. 1665 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "multiplication",
"operands": [
45,
37
],
"multi_step": false,
"answer": 1665,
"correct_choice": "C",
"choices": {
"A": 8,
"B": 1142,
"C": 1665,
"D": 82
}
}
] |
Question: What is 10% of 50?
A. 4
B. 11
C. 5
D. 3
Solution: 10% of 50 is 50 x 10 ÷ 100 = 5
Answer: C. 5 | [
{
"kind": "percent",
"difficulty": "medium",
"percent": 10,
"base": 50,
"multi_step": false,
"answer": 5,
"correct_choice": "C",
"choices": {
"A": 4,
"B": 11,
"C": 5,
"D": 3
}
}
] |
Question: What is 197 plus 134?
A. 26398
B. 63
C. 331
D. 434
Solution: 197 + 134 = 331
Answer: C. 331 | [
{
"kind": "arithmetic",
"difficulty": "hard",
"operation": "addition",
"operands": [
197,
134
],
"multi_step": false,
"answer": 331,
"correct_choice": "C",
"choices": {
"A": 26398,
"B": 63,
"C": 331,
"D": 434
}
}
] |
Question: Noah shares 1184 pencils equally among 8 friends. How many pencils does each friend get?
A. 148
B. 149
C. 121
D. 172
Solution: Divide 1184 by 8: 1184 ÷ 8 = 148
Answer: A. 148 | [
{
"kind": "word_problem",
"difficulty": "hard",
"operation": "division",
"operands": [
1184,
8
],
"multi_step": false,
"answer": 148,
"correct_choice": "A",
"choices": {
"A": 148,
"B": 149,
"C": 121,
"D": 172
}
}
] |
Question: What number plus 1 equals 7?
A. 7
B. 2
C. 6
D. 8
Solution: Let the number be n. n + 1 = 7, so n = 7 - 1 = 6
Answer: C. 6 | [
{
"kind": "missing_number",
"difficulty": "easy",
"operation": "addition",
"operands": [
6,
1
],
"equation_total": 7,
"multi_step": false,
"answer": 6,
"correct_choice": "C",
"choices": {
"A": 7,
"B": 2,
"C": 6,
"D": 8
}
}
] |
Question: Find the value of 9 - 7.
A. 2
B. 4
C. 63
D. 16
Solution: 9 - 7 = 2
Answer: A. 2 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
9,
7
],
"multi_step": false,
"answer": 2,
"correct_choice": "A",
"choices": {
"A": 2,
"B": 4,
"C": 63,
"D": 16
}
}
] |
Question: Zoe shares 40 pencils equally among 5 friends. How many pencils does each friend get?
A. 6
B. 3
C. 13
D. 8
Solution: Divide 40 by 5: 40 ÷ 5 = 8
Answer: D. 8 | [
{
"kind": "word_problem",
"difficulty": "easy",
"operation": "division",
"operands": [
40,
5
],
"multi_step": false,
"answer": 8,
"correct_choice": "D",
"choices": {
"A": 6,
"B": 3,
"C": 13,
"D": 8
}
}
] |
Question: How many cents are in 12 dollars?
A. 1200
B. 720
C. 706
D. 797
Solution: Each dollar has 100 cents: 12 x 100 = 1200
Answer: A. 1200 | [
{
"kind": "unit_conversion",
"difficulty": "easy",
"subkind": "dollars_cents",
"operands": [
12
],
"multi_step": false,
"answer": 1200,
"correct_choice": "A",
"choices": {
"A": 1200,
"B": 720,
"C": 706,
"D": 797
}
}
] |
Question: What do you get when you compute 17 - 17?
A. 34
B. 1
C. 0
D. 289
Solution: 17 - 17 = 0
Answer: C. 0 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
17,
17
],
"multi_step": false,
"answer": 0,
"correct_choice": "C",
"choices": {
"A": 34,
"B": 1,
"C": 0,
"D": 289
}
}
] |
Question: What is 6 squared?
A. 48
B. 14
C. 55
D. 36
Solution: 6 squared means 6^2: 6^2 = 36
Answer: D. 36 | [
{
"kind": "exponent",
"difficulty": "medium",
"base": 6,
"exponent": 2,
"multi_step": false,
"answer": 36,
"correct_choice": "D",
"choices": {
"A": 48,
"B": 14,
"C": 55,
"D": 36
}
}
] |
Question: What is 20% of 10?
A. 2
B. 3
C. 0
D. 8
Solution: 20% of 10 is 10 x 20 ÷ 100 = 2
Answer: A. 2 | [
{
"kind": "percent",
"difficulty": "easy",
"percent": 20,
"base": 10,
"multi_step": false,
"answer": 2,
"correct_choice": "A",
"choices": {
"A": 2,
"B": 3,
"C": 0,
"D": 8
}
}
] |
Question: How much greater is 4 than 1?
A. 6
B. 8
C. 5
D. 3
Solution: Find the difference: 4 - 1 = 3
Answer: D. 3 | [
{
"kind": "comparison",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
4,
1
],
"multi_step": false,
"answer": 3,
"correct_choice": "D",
"choices": {
"A": 6,
"B": 8,
"C": 5,
"D": 3
}
}
] |
Question: What is 9 minus 1, then minus 2?
A. 12
B. 10
C. 6
D. 8
Solution: 9 - 1 = 8
8 - 2 = 6
Answer: C. 6 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"subtraction"
],
"operands": [
9,
1,
2
],
"intermediate_answers": [
8
],
"multi_step": true,
"answer": 6,
"correct_choice": "C",
"choices": {
"A": 12... |
Question: What number minus 12 equals 0?
A. 21
B. 20
C. 3
D. 12
Solution: Let the number be n. n - 12 = 0, so n = 0 + 12 = 12
Answer: D. 12 | [
{
"kind": "missing_number",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
12,
12
],
"equation_total": 0,
"multi_step": false,
"answer": 12,
"correct_choice": "D",
"choices": {
"A": 21,
"B": 20,
"C": 3,
"D": 12
}
}
... |
Question: What number times 15 equals 2895?
A. 193
B. 154
C. 194
D. 160
Solution: Let the number be n. n x 15 = 2895, so n = 2895 ÷ 15 = 193
Answer: A. 193 | [
{
"kind": "missing_number",
"difficulty": "hard",
"operation": "multiplication",
"operands": [
193,
15
],
"equation_total": 2895,
"multi_step": false,
"answer": 193,
"correct_choice": "A",
"choices": {
"A": 193,
"B": 154,
"C": 194,
"D": 160... |
Question: What is 8 plus 10?
A. 18
B. 7
C. 2
D. 80
Solution: 8 + 10 = 18
Answer: A. 18 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "addition",
"operands": [
8,
10
],
"multi_step": false,
"answer": 18,
"correct_choice": "A",
"choices": {
"A": 18,
"B": 7,
"C": 2,
"D": 80
}
}
] |
Question: A rectangle is 4 units wide and 6 units long. What is its area?
A. 26
B. 24
C. 36
D. 18
Solution: Area is width times length: 4 x 6 = 24
Answer: B. 24 | [
{
"kind": "geometry",
"difficulty": "easy",
"subkind": "rectangle_area",
"operands": [
4,
6
],
"multi_step": false,
"answer": 24,
"correct_choice": "B",
"choices": {
"A": 26,
"B": 24,
"C": 36,
"D": 18
}
}
] |
Question: What is 9 squared?
A. 70
B. 54
C. 51
D. 81
Solution: 9 squared means 9^2: 9^2 = 81
Answer: D. 81 | [
{
"kind": "exponent",
"difficulty": "medium",
"base": 9,
"exponent": 2,
"multi_step": false,
"answer": 81,
"correct_choice": "D",
"choices": {
"A": 70,
"B": 54,
"C": 51,
"D": 81
}
}
] |
Question: What is 4 plus 11, then times 11?
A. 146
B. 165
C. 26
D. 15
Solution: 4 + 11 = 15
15 x 11 = 165
Answer: B. 165 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"addition",
"multiplication"
],
"operands": [
4,
11,
11
],
"intermediate_answers": [
15
],
"multi_step": true,
"answer": 165,
"correct_choice": "B",
"choices": {
"A... |
Question: How many days are in 1 weeks?
A. 7
B. 5
C. 12
D. 0
Solution: Each week has 7 days: 1 x 7 = 7
Answer: A. 7 | [
{
"kind": "unit_conversion",
"difficulty": "easy",
"subkind": "weeks_days",
"operands": [
1
],
"multi_step": false,
"answer": 7,
"correct_choice": "A",
"choices": {
"A": 7,
"B": 5,
"C": 12,
"D": 0
}
}
] |
Question: What is 75% of 12?
A. 1
B. 14
C. 4
D. 9
Solution: 75% of 12 is 12 x 75 ÷ 100 = 9
Answer: D. 9 | [
{
"kind": "percent",
"difficulty": "easy",
"percent": 75,
"base": 12,
"multi_step": false,
"answer": 9,
"correct_choice": "D",
"choices": {
"A": 1,
"B": 14,
"C": 4,
"D": 9
}
}
] |
Question: A square has side length 22. What is its area?
A. 303
B. 458
C. 313
D. 484
Solution: Area is side times side: 22 x 22 = 484
Answer: D. 484 | [
{
"kind": "geometry",
"difficulty": "medium",
"subkind": "square_area",
"operands": [
22
],
"multi_step": false,
"answer": 484,
"correct_choice": "D",
"choices": {
"A": 303,
"B": 458,
"C": 313,
"D": 484
}
}
] |
Question: Calculate 63 x 184.
A. 247
B. 16719
C. 121
D. 11592
Solution: 63 x 184 = 11592
Answer: D. 11592 | [
{
"kind": "arithmetic",
"difficulty": "hard",
"operation": "multiplication",
"operands": [
63,
184
],
"multi_step": false,
"answer": 11592,
"correct_choice": "D",
"choices": {
"A": 247,
"B": 16719,
"C": 121,
"D": 11592
}
}
] |
Question: What is 51 plus 55, then minus 3?
A. 70
B. 103
C. 106
D. 109
Solution: 51 + 55 = 106
106 - 3 = 103
Answer: B. 103 | [
{
"kind": "multi_step",
"difficulty": "hard",
"operations": [
"addition",
"subtraction"
],
"operands": [
51,
55,
3
],
"intermediate_answers": [
106
],
"multi_step": true,
"answer": 103,
"correct_choice": "B",
"choices": {
"A":... |
Question: What is 1 plus 8, then divided by 1?
A. 10
B. 15
C. 9
D. 12
Solution: 1 + 8 = 9
9 ÷ 1 = 9
Answer: C. 9 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"addition",
"division"
],
"operands": [
1,
8,
1
],
"intermediate_answers": [
9
],
"multi_step": true,
"answer": 9,
"correct_choice": "C",
"choices": {
"A": 10,
... |
Question: What number minus 5 equals 1?
A. 6
B. 12
C. 0
D. 11
Solution: Let the number be n. n - 5 = 1, so n = 1 + 5 = 6
Answer: A. 6 | [
{
"kind": "missing_number",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
6,
5
],
"equation_total": 1,
"multi_step": false,
"answer": 6,
"correct_choice": "A",
"choices": {
"A": 6,
"B": 12,
"C": 0,
"D": 11
}
}
] |
Question: What is 10 squared?
A. 60
B. 79
C. 100
D. 68
Solution: 10 squared means 10^2: 10^2 = 100
Answer: C. 100 | [
{
"kind": "exponent",
"difficulty": "medium",
"base": 10,
"exponent": 2,
"multi_step": false,
"answer": 100,
"correct_choice": "C",
"choices": {
"A": 60,
"B": 79,
"C": 100,
"D": 68
}
}
] |
Question: A square has side length 30. What is its area?
A. 892
B. 767
C. 1066
D. 900
Solution: Area is side times side: 30 x 30 = 900
Answer: D. 900 | [
{
"kind": "geometry",
"difficulty": "medium",
"subkind": "square_area",
"operands": [
30
],
"multi_step": false,
"answer": 900,
"correct_choice": "D",
"choices": {
"A": 892,
"B": 767,
"C": 1066,
"D": 900
}
}
] |
Question: What is 9 minus 9, then plus 11?
A. 29
B. 11
C. 0
D. 8
Solution: 9 - 9 = 0
0 + 11 = 11
Answer: B. 11 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"addition"
],
"operands": [
9,
9,
11
],
"intermediate_answers": [
0
],
"multi_step": true,
"answer": 11,
"correct_choice": "B",
"choices": {
"A": 29,... |
Question: A square has side length 20. What is its area?
A. 400
B. 259
C. 535
D. 564
Solution: Area is side times side: 20 x 20 = 400
Answer: A. 400 | [
{
"kind": "geometry",
"difficulty": "hard",
"subkind": "square_area",
"operands": [
20
],
"multi_step": false,
"answer": 400,
"correct_choice": "A",
"choices": {
"A": 400,
"B": 259,
"C": 535,
"D": 564
}
}
] |
Question: A rectangle is 49 units wide and 23 units long. What is its perimeter?
A. 144
B. 209
C. 100
D. 117
Solution: Perimeter is 2 x (49 + 23) = 2 x 72 = 144
Answer: A. 144 | [
{
"kind": "geometry",
"difficulty": "medium",
"subkind": "rectangle_perimeter",
"operands": [
49,
23
],
"multi_step": true,
"answer": 144,
"correct_choice": "A",
"choices": {
"A": 144,
"B": 209,
"C": 100,
"D": 117
}
}
] |
Question: Leo has 17 boxes with 5 pencils in each box. How many pencils are there?
A. 85
B. 65
C. 75
D. 77
Solution: There are 17 groups of 5: 17 x 5 = 85
Answer: A. 85 | [
{
"kind": "word_problem",
"difficulty": "medium",
"operation": "multiplication",
"operands": [
17,
5
],
"multi_step": false,
"answer": 85,
"correct_choice": "A",
"choices": {
"A": 85,
"B": 65,
"C": 75,
"D": 77
}
}
] |
Question: What is 20% of 10?
A. 7
B. 6
C. 8
D. 2
Solution: 20% of 10 is 10 x 20 ÷ 100 = 2
Answer: D. 2 | [
{
"kind": "percent",
"difficulty": "easy",
"percent": 20,
"base": 10,
"multi_step": false,
"answer": 2,
"correct_choice": "D",
"choices": {
"A": 7,
"B": 6,
"C": 8,
"D": 2
}
}
] |
Question: What number times 4 equals 20?
A. 1
B. 2
C. 11
D. 5
Solution: Let the number be n. n x 4 = 20, so n = 20 ÷ 4 = 5
Answer: D. 5 | [
{
"kind": "missing_number",
"difficulty": "easy",
"operation": "multiplication",
"operands": [
5,
4
],
"equation_total": 20,
"multi_step": false,
"answer": 5,
"correct_choice": "D",
"choices": {
"A": 1,
"B": 2,
"C": 11,
"D": 5
}
}
] |
Question: What is 116 plus 171, then divided by 1?
A. 288
B. 393
C. 287
D. 336
Solution: 116 + 171 = 287
287 ÷ 1 = 287
Answer: C. 287 | [
{
"kind": "multi_step",
"difficulty": "hard",
"operations": [
"addition",
"division"
],
"operands": [
116,
171,
1
],
"intermediate_answers": [
287
],
"multi_step": true,
"answer": 287,
"correct_choice": "C",
"choices": {
"A": ... |
Question: Calculate 32 + 19.
A. 608
B. 73
C. 51
D. 13
Solution: 32 + 19 = 51
Answer: C. 51 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "addition",
"operands": [
32,
19
],
"multi_step": false,
"answer": 51,
"correct_choice": "C",
"choices": {
"A": 608,
"B": 73,
"C": 51,
"D": 13
}
}
] |
Question: Find the value of 1536 ÷ 12.
A. 128
B. 18432
C. 1548
D. 1524
Solution: 1536 ÷ 12 = 128
Answer: A. 128 | [
{
"kind": "arithmetic",
"difficulty": "hard",
"operation": "division",
"operands": [
1536,
12
],
"multi_step": false,
"answer": 128,
"correct_choice": "A",
"choices": {
"A": 128,
"B": 18432,
"C": 1548,
"D": 1524
}
}
] |
Question: What is 12 squared?
A. 144
B. 183
C. 134
D. 189
Solution: 12 squared means 12^2: 12^2 = 144
Answer: A. 144 | [
{
"kind": "exponent",
"difficulty": "medium",
"base": 12,
"exponent": 2,
"multi_step": false,
"answer": 144,
"correct_choice": "A",
"choices": {
"A": 144,
"B": 183,
"C": 134,
"D": 189
}
}
] |
Question: What is 12 squared?
A. 87
B. 138
C. 144
D. 180
Solution: 12 squared means 12^2: 12^2 = 144
Answer: C. 144 | [
{
"kind": "exponent",
"difficulty": "medium",
"base": 12,
"exponent": 2,
"multi_step": false,
"answer": 144,
"correct_choice": "C",
"choices": {
"A": 87,
"B": 138,
"C": 144,
"D": 180
}
}
] |
Question: What is 3 squared?
A. 5
B. 9
C. 13
D. 8
Solution: 3 squared means 3^2: 3^2 = 9
Answer: B. 9 | [
{
"kind": "exponent",
"difficulty": "easy",
"base": 3,
"exponent": 2,
"multi_step": false,
"answer": 9,
"correct_choice": "B",
"choices": {
"A": 5,
"B": 9,
"C": 13,
"D": 8
}
}
] |
Question: How many days are in 9 weeks?
A. 63
B. 35
C. 87
D. 81
Solution: Each week has 7 days: 9 x 7 = 63
Answer: A. 63 | [
{
"kind": "unit_conversion",
"difficulty": "easy",
"subkind": "weeks_days",
"operands": [
9
],
"multi_step": false,
"answer": 63,
"correct_choice": "A",
"choices": {
"A": 63,
"B": 35,
"C": 87,
"D": 81
}
}
] |
Question: What is 157 times 107, then plus 132?
A. 16931
B. 16799
C. 8655
D. 396
Solution: 157 x 107 = 16799
16799 + 132 = 16931
Answer: A. 16931 | [
{
"kind": "multi_step",
"difficulty": "hard",
"operations": [
"multiplication",
"addition"
],
"operands": [
157,
107,
132
],
"intermediate_answers": [
16799
],
"multi_step": true,
"answer": 16931,
"correct_choice": "A",
"choices": {... |
Question: How many hours are in 41 days?
A. 934
B. 712
C. 984
D. 767
Solution: Each day has 24 hours: 41 x 24 = 984
Answer: C. 984 | [
{
"kind": "unit_conversion",
"difficulty": "hard",
"subkind": "days_hours",
"operands": [
41
],
"multi_step": false,
"answer": 984,
"correct_choice": "C",
"choices": {
"A": 934,
"B": 712,
"C": 984,
"D": 767
}
}
] |
Question: What is 8 minus 3, then minus 4?
A. 5
B. 15
C. 9
D. 1
Solution: 8 - 3 = 5
5 - 4 = 1
Answer: D. 1 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"subtraction"
],
"operands": [
8,
3,
4
],
"intermediate_answers": [
5
],
"multi_step": true,
"answer": 1,
"correct_choice": "D",
"choices": {
"A": 5,... |
Question: How many hours are in 8 days?
A. 138
B. 192
C. 104
D. 158
Solution: Each day has 24 hours: 8 x 24 = 192
Answer: B. 192 | [
{
"kind": "unit_conversion",
"difficulty": "easy",
"subkind": "days_hours",
"operands": [
8
],
"multi_step": false,
"answer": 192,
"correct_choice": "B",
"choices": {
"A": 138,
"B": 192,
"C": 104,
"D": 158
}
}
] |
Question: A rectangle is 5 units wide and 7 units long. What is its perimeter?
A. 13
B. 38
C. 9
D. 24
Solution: Perimeter is 2 x (5 + 7) = 2 x 12 = 24
Answer: D. 24 | [
{
"kind": "geometry",
"difficulty": "easy",
"subkind": "rectangle_perimeter",
"operands": [
5,
7
],
"multi_step": true,
"answer": 24,
"correct_choice": "D",
"choices": {
"A": 13,
"B": 38,
"C": 9,
"D": 24
}
}
] |
Question: What is 20 plus 17, then plus 6?
A. 27
B. 37
C. 43
D. 57
Solution: 20 + 17 = 37
37 + 6 = 43
Answer: C. 43 | [
{
"kind": "multi_step",
"difficulty": "medium",
"operations": [
"addition",
"addition"
],
"operands": [
20,
17,
6
],
"intermediate_answers": [
37
],
"multi_step": true,
"answer": 43,
"correct_choice": "C",
"choices": {
"A": 27... |
Question: What is 49 plus 21, then divided by 2?
A. 52
B. 72
C. 70
D. 35
Solution: 49 + 21 = 70
70 ÷ 2 = 35
Answer: D. 35 | [
{
"kind": "multi_step",
"difficulty": "medium",
"operations": [
"addition",
"division"
],
"operands": [
49,
21,
2
],
"intermediate_answers": [
70
],
"multi_step": true,
"answer": 35,
"correct_choice": "D",
"choices": {
"A": 52... |
Question: What do you get when you compute 10 x 11?
A. 21
B. 101
C. 110
D. 1
Solution: 10 x 11 = 110
Answer: C. 110 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "multiplication",
"operands": [
10,
11
],
"multi_step": false,
"answer": 110,
"correct_choice": "C",
"choices": {
"A": 21,
"B": 101,
"C": 110,
"D": 1
}
}
] |
Question: How much greater is 11 than 10?
A. 1
B. 0
C. 4
D. 7
Solution: Find the difference: 11 - 10 = 1
Answer: A. 1 | [
{
"kind": "comparison",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
11,
10
],
"multi_step": false,
"answer": 1,
"correct_choice": "A",
"choices": {
"A": 1,
"B": 0,
"C": 4,
"D": 7
}
}
] |
Question: What is 8 minus 7, then plus 2?
A. 1
B. 3
C. 2
D. 17
Solution: 8 - 7 = 1
1 + 2 = 3
Answer: B. 3 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"addition"
],
"operands": [
8,
7,
2
],
"intermediate_answers": [
1
],
"multi_step": true,
"answer": 3,
"correct_choice": "B",
"choices": {
"A": 1,
... |
Question: What is 10 times 9, then times 8?
A. 720
B. 27
C. 90
D. 98
Solution: 10 x 9 = 90
90 x 8 = 720
Answer: A. 720 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"multiplication",
"multiplication"
],
"operands": [
10,
9,
8
],
"intermediate_answers": [
90
],
"multi_step": true,
"answer": 720,
"correct_choice": "A",
"choices": {
... |
Question: What number plus 8 equals 13?
A. 11
B. 5
C. 2
D. 6
Solution: Let the number be n. n + 8 = 13, so n = 13 - 8 = 5
Answer: B. 5 | [
{
"kind": "missing_number",
"difficulty": "easy",
"operation": "addition",
"operands": [
5,
8
],
"equation_total": 13,
"multi_step": false,
"answer": 5,
"correct_choice": "B",
"choices": {
"A": 11,
"B": 5,
"C": 2,
"D": 6
}
}
] |
Question: A rectangle is 8 units wide and 4 units long. What is its area?
A. 32
B. 33
C. 28
D. 34
Solution: Area is width times length: 8 x 4 = 32
Answer: A. 32 | [
{
"kind": "geometry",
"difficulty": "easy",
"subkind": "rectangle_area",
"operands": [
8,
4
],
"multi_step": false,
"answer": 32,
"correct_choice": "A",
"choices": {
"A": 32,
"B": 33,
"C": 28,
"D": 34
}
}
] |
Question: What is 8 squared?
A. 64
B. 90
C. 58
D. 80
Solution: 8 squared means 8^2: 8^2 = 64
Answer: A. 64 | [
{
"kind": "exponent",
"difficulty": "medium",
"base": 8,
"exponent": 2,
"multi_step": false,
"answer": 64,
"correct_choice": "A",
"choices": {
"A": 64,
"B": 90,
"C": 58,
"D": 80
}
}
] |
Question: What is 50% of 10?
A. 0
B. 5
C. 2
D. 3
Solution: 50% of 10 is 10 x 50 ÷ 100 = 5
Answer: B. 5 | [
{
"kind": "percent",
"difficulty": "medium",
"percent": 50,
"base": 10,
"multi_step": false,
"answer": 5,
"correct_choice": "B",
"choices": {
"A": 0,
"B": 5,
"C": 2,
"D": 3
}
}
] |
Question: What is 9 minus 9, then divided by 1?
A. 0
B. 5
C. 1
D. 19
Solution: 9 - 9 = 0
0 ÷ 1 = 0
Answer: A. 0 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"division"
],
"operands": [
9,
9,
1
],
"intermediate_answers": [
0
],
"multi_step": true,
"answer": 0,
"correct_choice": "A",
"choices": {
"A": 0,
... |
Question: How much greater is 4 than 2?
A. 7
B. 4
C. 2
D. 1
Solution: Find the difference: 4 - 2 = 2
Answer: C. 2 | [
{
"kind": "comparison",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
4,
2
],
"multi_step": false,
"answer": 2,
"correct_choice": "C",
"choices": {
"A": 7,
"B": 4,
"C": 2,
"D": 1
}
}
] |
Question: How much greater is 42 than 38?
A. 7
B. 1
C. 4
D. 2
Solution: Find the difference: 42 - 38 = 4
Answer: C. 4 | [
{
"kind": "comparison",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
42,
38
],
"multi_step": false,
"answer": 4,
"correct_choice": "C",
"choices": {
"A": 7,
"B": 1,
"C": 4,
"D": 2
}
}
] |
Question: What is 5 minus 1?
A. 4
B. 6
C. 5
D. 2
Solution: 5 - 1 = 4
Answer: A. 4 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
5,
1
],
"multi_step": false,
"answer": 4,
"correct_choice": "A",
"choices": {
"A": 4,
"B": 6,
"C": 5,
"D": 2
}
}
] |
Question: What do you get when you compute 8 x 8?
A. 0
B. 71
C. 64
D. 16
Solution: 8 x 8 = 64
Answer: C. 64 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "multiplication",
"operands": [
8,
8
],
"multi_step": false,
"answer": 64,
"correct_choice": "C",
"choices": {
"A": 0,
"B": 71,
"C": 64,
"D": 16
}
}
] |
Question: What is 10% of 110?
A. 17
B. 4
C. 14
D. 11
Solution: 10% of 110 is 110 x 10 ÷ 100 = 11
Answer: D. 11 | [
{
"kind": "percent",
"difficulty": "hard",
"percent": 10,
"base": 110,
"multi_step": false,
"answer": 11,
"correct_choice": "D",
"choices": {
"A": 17,
"B": 4,
"C": 14,
"D": 11
}
}
] |
Question: How much greater is 20 than 10?
A. 10
B. 14
C. 4
D. 18
Solution: Find the difference: 20 - 10 = 10
Answer: A. 10 | [
{
"kind": "comparison",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
20,
10
],
"multi_step": false,
"answer": 10,
"correct_choice": "A",
"choices": {
"A": 10,
"B": 14,
"C": 4,
"D": 18
}
}
] |
Question: What is 25% of 12?
A. 8
B. 1
C. 6
D. 3
Solution: 25% of 12 is 12 x 25 ÷ 100 = 3
Answer: D. 3 | [
{
"kind": "percent",
"difficulty": "easy",
"percent": 25,
"base": 12,
"multi_step": false,
"answer": 3,
"correct_choice": "D",
"choices": {
"A": 8,
"B": 1,
"C": 6,
"D": 3
}
}
] |
Question: What is 4 minus 3?
A. 12
B. 1
C. 2
D. 7
Solution: 4 - 3 = 1
Answer: B. 1 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
4,
3
],
"multi_step": false,
"answer": 1,
"correct_choice": "B",
"choices": {
"A": 12,
"B": 1,
"C": 2,
"D": 7
}
}
] |
Question: What is 11 minus 2, then divided by 3?
A. 9
B. 3
C. 12
D. 16
Solution: 11 - 2 = 9
9 ÷ 3 = 3
Answer: B. 3 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"division"
],
"operands": [
11,
2,
3
],
"intermediate_answers": [
9
],
"multi_step": true,
"answer": 3,
"correct_choice": "B",
"choices": {
"A": 9,
... |
Question: What is 14 plus 9, then times 8?
A. 184
B. 130
C. 23
D. 31
Solution: 14 + 9 = 23
23 x 8 = 184
Answer: A. 184 | [
{
"kind": "multi_step",
"difficulty": "medium",
"operations": [
"addition",
"multiplication"
],
"operands": [
14,
9,
8
],
"intermediate_answers": [
23
],
"multi_step": true,
"answer": 184,
"correct_choice": "A",
"choices": {
"... |
Question: What is 25% of 12?
A. 1
B. 4
C. 3
D. 5
Solution: 25% of 12 is 12 x 25 ÷ 100 = 3
Answer: C. 3 | [
{
"kind": "percent",
"difficulty": "easy",
"percent": 25,
"base": 12,
"multi_step": false,
"answer": 3,
"correct_choice": "C",
"choices": {
"A": 1,
"B": 4,
"C": 3,
"D": 5
}
}
] |
Question: What is 33 minus 16, then times 68?
A. 117
B. 17
C. 85
D. 1156
Solution: 33 - 16 = 17
17 x 68 = 1156
Answer: D. 1156 | [
{
"kind": "multi_step",
"difficulty": "hard",
"operations": [
"subtraction",
"multiplication"
],
"operands": [
33,
16,
68
],
"intermediate_answers": [
17
],
"multi_step": true,
"answer": 1156,
"correct_choice": "D",
"choices": {
... |
Question: Ava shares 160 pencils equally among 10 friends. How many pencils does each friend get?
A. 17
B. 24
C. 16
D. 22
Solution: Divide 160 by 10: 160 ÷ 10 = 16
Answer: C. 16 | [
{
"kind": "word_problem",
"difficulty": "medium",
"operation": "division",
"operands": [
160,
10
],
"multi_step": false,
"answer": 16,
"correct_choice": "C",
"choices": {
"A": 17,
"B": 24,
"C": 16,
"D": 22
}
}
] |
Question: A rectangle is 11 units wide and 2 units long. What is its perimeter?
A. 26
B. 19
C. 35
D. 30
Solution: Perimeter is 2 x (11 + 2) = 2 x 13 = 26
Answer: A. 26 | [
{
"kind": "geometry",
"difficulty": "easy",
"subkind": "rectangle_perimeter",
"operands": [
11,
2
],
"multi_step": true,
"answer": 26,
"correct_choice": "A",
"choices": {
"A": 26,
"B": 19,
"C": 35,
"D": 30
}
}
] |
Question: What is 5 cubed?
A. 139
B. 123
C. 125
D. 81
Solution: 5 cubed means 5^3: 5^3 = 125
Answer: C. 125 | [
{
"kind": "exponent",
"difficulty": "medium",
"base": 5,
"exponent": 3,
"multi_step": false,
"answer": 125,
"correct_choice": "C",
"choices": {
"A": 139,
"B": 123,
"C": 125,
"D": 81
}
}
] |
Question: Calculate 368 ÷ 16.
A. 23
B. 384
C. 352
D. 5888
Solution: 368 ÷ 16 = 23
Answer: A. 23 | [
{
"kind": "arithmetic",
"difficulty": "hard",
"operation": "division",
"operands": [
368,
16
],
"multi_step": false,
"answer": 23,
"correct_choice": "A",
"choices": {
"A": 23,
"B": 384,
"C": 352,
"D": 5888
}
}
] |
Question: Calculate 40 - 22.
A. 18
B. 880
C. 62
D. 14
Solution: 40 - 22 = 18
Answer: A. 18 | [
{
"kind": "arithmetic",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
40,
22
],
"multi_step": false,
"answer": 18,
"correct_choice": "A",
"choices": {
"A": 18,
"B": 880,
"C": 62,
"D": 14
}
}
] |
Question: What is 12 times 3, then minus 5?
A. 20
B. 41
C. 36
D. 31
Solution: 12 x 3 = 36
36 - 5 = 31
Answer: D. 31 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"multiplication",
"subtraction"
],
"operands": [
12,
3,
5
],
"intermediate_answers": [
36
],
"multi_step": true,
"answer": 31,
"correct_choice": "D",
"choices": {
"... |
Question: Calculate 22 ÷ 2.
A. 11
B. 24
C. 44
D. 20
Solution: 22 ÷ 2 = 11
Answer: A. 11 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "division",
"operands": [
22,
2
],
"multi_step": false,
"answer": 11,
"correct_choice": "A",
"choices": {
"A": 11,
"B": 24,
"C": 44,
"D": 20
}
}
] |
Question: How much greater is 35 than 31?
A. 5
B. 4
C. 6
D. 1
Solution: Find the difference: 35 - 31 = 4
Answer: B. 4 | [
{
"kind": "comparison",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
35,
31
],
"multi_step": false,
"answer": 4,
"correct_choice": "B",
"choices": {
"A": 5,
"B": 4,
"C": 6,
"D": 1
}
}
] |
Question: What is 12 squared?
A. 144
B. 138
C. 174
D. 85
Solution: 12 squared means 12^2: 12^2 = 144
Answer: A. 144 | [
{
"kind": "exponent",
"difficulty": "hard",
"base": 12,
"exponent": 2,
"multi_step": false,
"answer": 144,
"correct_choice": "A",
"choices": {
"A": 144,
"B": 138,
"C": 174,
"D": 85
}
}
] |
Question: How much greater is 42 than 24?
A. 18
B. 20
C. 23
D. 26
Solution: Find the difference: 42 - 24 = 18
Answer: A. 18 | [
{
"kind": "comparison",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
42,
24
],
"multi_step": false,
"answer": 18,
"correct_choice": "A",
"choices": {
"A": 18,
"B": 20,
"C": 23,
"D": 26
}
}
] |
Question: What is 10 cubed?
A. 1451
B. 1000
C. 962
D. 825
Solution: 10 cubed means 10^3: 10^3 = 1000
Answer: B. 1000 | [
{
"kind": "exponent",
"difficulty": "easy",
"base": 10,
"exponent": 3,
"multi_step": false,
"answer": 1000,
"correct_choice": "B",
"choices": {
"A": 1451,
"B": 1000,
"C": 962,
"D": 825
}
}
] |
Question: What number minus 15 equals -8?
A. 12
B. 7
C. 11
D. 14
Solution: Let the number be n. n - 15 = -8, so n = -8 + 15 = 7
Answer: B. 7 | [
{
"kind": "missing_number",
"difficulty": "medium",
"operation": "subtraction",
"operands": [
7,
15
],
"equation_total": -8,
"multi_step": false,
"answer": 7,
"correct_choice": "B",
"choices": {
"A": 12,
"B": 7,
"C": 11,
"D": 14
}
}
] |
Question: Find the value of 10 - 9.
A. 19
B. 2
C. 90
D. 1
Solution: 10 - 9 = 1
Answer: D. 1 | [
{
"kind": "arithmetic",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
10,
9
],
"multi_step": false,
"answer": 1,
"correct_choice": "D",
"choices": {
"A": 19,
"B": 2,
"C": 90,
"D": 1
}
}
] |
Question: Ava has 8 coins and gives away 2. How many coins are left?
A. 3
B. 6
C. 11
D. 4
Solution: Subtract the amount given away: 8 - 2 = 6
Answer: B. 6 | [
{
"kind": "word_problem",
"difficulty": "easy",
"operation": "subtraction",
"operands": [
8,
2
],
"multi_step": false,
"answer": 6,
"correct_choice": "B",
"choices": {
"A": 3,
"B": 6,
"C": 11,
"D": 4
}
}
] |
Question: What is 91 times 170, then divided by 17?
A. 15487
B. 278
C. 15470
D. 910
Solution: 91 x 170 = 15470
15470 ÷ 17 = 910
Answer: D. 910 | [
{
"kind": "multi_step",
"difficulty": "hard",
"operations": [
"multiplication",
"division"
],
"operands": [
91,
170,
17
],
"intermediate_answers": [
15470
],
"multi_step": true,
"answer": 910,
"correct_choice": "D",
"choices": {
... |
Question: What is 12 minus 2, then minus 7?
A. 17
B. 21
C. 10
D. 3
Solution: 12 - 2 = 10
10 - 7 = 3
Answer: D. 3 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"subtraction"
],
"operands": [
12,
2,
7
],
"intermediate_answers": [
10
],
"multi_step": true,
"answer": 3,
"correct_choice": "D",
"choices": {
"A": ... |
Question: What is 6 minus 1, then plus 1?
A. 6
B. 5
C. 8
D. 3
Solution: 6 - 1 = 5
5 + 1 = 6
Answer: A. 6 | [
{
"kind": "multi_step",
"difficulty": "easy",
"operations": [
"subtraction",
"addition"
],
"operands": [
6,
1,
1
],
"intermediate_answers": [
5
],
"multi_step": true,
"answer": 6,
"correct_choice": "A",
"choices": {
"A": 6,
... |
Question: What is 8 squared?
A. 49
B. 64
C. 50
D. 38
Solution: 8 squared means 8^2: 8^2 = 64
Answer: B. 64 | [
{
"kind": "exponent",
"difficulty": "easy",
"base": 8,
"exponent": 2,
"multi_step": false,
"answer": 64,
"correct_choice": "B",
"choices": {
"A": 49,
"B": 64,
"C": 50,
"D": 38
}
}
] |
End of preview. Expand in Data Studio
This dataset was made by simpily asking GPT 5.5 in Pi to create a dataset with Python.
Problem type counts:
- arithmetic: 16661
- comparison: 8303
- exponent: 8387
- geometry: 8332
- missing_number: 8192
- multi_step: 25085
- percent: 8367
- unit_conversion: 8375
- word_problem: 8298
- Downloads last month
- 18