question stringlengths 104 120 | answer stringclasses 24
values | metadata dict | difficulty int64 2 4 |
|---|---|---|---|
Find the Greatest Common Divisor (GCD) of these numbers: 2574, 2199, 3529. Give only the GCD as your final answer. | 1 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 3,
"numbers": [
2574,
2199,
3529
],
"result": 1,
"source_dataset": "gcd",
"source_index": 60
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 4826, 3944, 3852, 4010. Give only the GCD as your final answer. | 2 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 4,
"numbers": [
4826,
3944,
3852,
4010
],
"result": 2,
"source_dataset": "gcd",
"source_index": 61
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 4304, 4349, 1068. Give only the GCD as your final answer. | 1 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 3,
"numbers": [
4304,
4349,
1068
],
"result": 1,
"source_dataset": "gcd",
"source_index": 62
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 2199, 1670, 4480, 2426. Give only the GCD as your final answer. | 1 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 4,
"numbers": [
2199,
1670,
4480,
2426
],
"result": 1,
"source_dataset": "gcd",
"source_index": 63
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 1068, 3274, 4858, 3158. Give only the GCD as your final answer. | 2 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 4,
"numbers": [
1068,
3274,
4858,
3158
],
"result": 2,
"source_dataset": "gcd",
"source_index": 64
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 3538, 3380, 4138. Give only the GCD as your final answer. | 2 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 3,
"numbers": [
3538,
3380,
4138
],
"result": 2,
"source_dataset": "gcd",
"source_index": 65
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 2226, 1879, 1738. Give only the GCD as your final answer. | 1 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 3,
"numbers": [
2226,
1879,
1738
],
"result": 1,
"source_dataset": "gcd",
"source_index": 66
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 4917, 2223, 3304, 4754. Give only the GCD as your final answer. | 1 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 4,
"numbers": [
4917,
2223,
3304,
4754
],
"result": 1,
"source_dataset": "gcd",
"source_index": 67
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 3229, 2706, 3052. Give only the GCD as your final answer. | 1 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 3,
"numbers": [
3229,
2706,
3052
],
"result": 1,
"source_dataset": "gcd",
"source_index": 68
} | 4 |
Find the Greatest Common Divisor (GCD) of these numbers: 3579, 1793, 3858. Give only the GCD as your final answer. | 1 | {
"difficulty": {
"num_terms": [
3,
4
],
"value": [
1000,
5000
]
},
"num_terms": 3,
"numbers": [
3579,
1793,
3858
],
"result": 1,
"source_dataset": "gcd",
"source_index": 69
} | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.