question
stringlengths
117
119
answer
stringlengths
2
37
metadata
dict
difficulty
int64
2
4
Find the prime factorization of 2606. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
2 × 1303
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 2, 1303 ], "number": 2606, "source_dataset": "prime_factorization", "source_index": 60 }
4
Find the prime factorization of 4925. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
5 × 5 × 197
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 5, 5, 197 ], "number": 4925, "source_dataset": "prime_factorization", "source_index": 61 }
4
Find the prime factorization of 2080. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
2 × 2 × 2 × 2 × 2 × 5 × 13
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 2, 2, 2, 2, 2, 5, 13 ], "number": 2080, "source_dataset": "prime_factorization", "source_index": 62 }
4
Find the prime factorization of 4422. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
2 × 3 × 11 × 67
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 2, 3, 11, 67 ], "number": 4422, "source_dataset": "prime_factorization", "source_index": 63 }
4
Find the prime factorization of 4910. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
2 × 5 × 491
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 2, 5, 491 ], "number": 4910, "source_dataset": "prime_factorization", "source_index": 64 }
4
Find the prime factorization of 3009. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
3 × 17 × 59
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 3, 17, 59 ], "number": 3009, "source_dataset": "prime_factorization", "source_index": 65 }
4
Find the prime factorization of 2534. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
2 × 7 × 181
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 2, 7, 181 ], "number": 2534, "source_dataset": "prime_factorization", "source_index": 66 }
4
Find the prime factorization of 3145. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
5 × 17 × 37
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 5, 17, 37 ], "number": 3145, "source_dataset": "prime_factorization", "source_index": 67 }
4
Find the prime factorization of 3589. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
37 × 97
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 37, 97 ], "number": 3589, "source_dataset": "prime_factorization", "source_index": 68 }
4
Find the prime factorization of 2871. Write the factors separated by × (Example: for 12 the answer would be: 2 × 2 × 3)
3 × 3 × 11 × 29
{ "difficulty": { "value": [ 2000, 5000 ] }, "factors": [ 3, 3, 11, 29 ], "number": 2871, "source_dataset": "prime_factorization", "source_index": 69 }
4