question stringlengths 41 61 | answer stringlengths 4 14 | metadata stringlengths 262 272 |
|---|---|---|
Add the complex numbers: (5.0 + 6.0i) + (9.0 + 5.0i) | 14.0 + 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 200, "num1": [5.0, 6.0], "num2": [9.0, 5.0], "operation": "+", "result": [14, 11], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (18.0 - 54.0i) ÷ (3.0 - 9.0i) | 6.00 | {"source_dataset": "complex_arithmetic", "source_index": 201, "num1": [18.0, -54.0], "num2": [3.0, -9.0], "operation": "/", "result": [6, 0], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (16.0 + 28.0i) ÷ (8.0 + 4.0i) | 3.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 202, "num1": [16.0, 28.0], "num2": [8.0, 4.0], "operation": "/", "result": [3, 2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (5.0 - 8.0i) + (4.00) | 9.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 203, "num1": [5.0, -8.0], "num2": [4.0, 0.0], "operation": "+", "result": [9, -8], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (22.0 - 46.0i) ÷ (1.0 - 8.0i) | 6.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 204, "num1": [22.0, -46.0], "num2": [1.0, -8.0], "operation": "/", "result": [6, 2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-10.0 + 1.0i) - (5.0 - 9.0i) | -15.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 205, "num1": [-10.0, 1.0], "num2": [5.0, -9.0], "operation": "-", "result": [-15, 10], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (5.0 - 4.0i) × (4.0 - 7.0i) | -8.0 - 51.0i | {"source_dataset": "complex_arithmetic", "source_index": 206, "num1": [5.0, -4.0], "num2": [4.0, -7.0], "operation": "*", "result": [-8, -51], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (9.0 - 2.0i) + (9.0 + 10.0i) | 18.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 207, "num1": [9.0, -2.0], "num2": [9.0, 10.0], "operation": "+", "result": [18, 8], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-5.0 + 7.0i) + (-8.0 - 9.0i) | -13.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 208, "num1": [-5.0, 7.0], "num2": [-8.0, -9.0], "operation": "+", "result": [-13, -2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (2.0 + 8.0i) - (8.0 + 4.0i) | -6.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 209, "num1": [2.0, 8.0], "num2": [8.0, 4.0], "operation": "-", "result": [-6, 4], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-10.0 - 1.0i) - (7.0 - 6.0i) | -17.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 210, "num1": [-10.0, -1.0], "num2": [7.0, -6.0], "operation": "-", "result": [-17, 5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (2.0 + 3.0i) - (-6.0 + 10.0i) | 8.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 211, "num1": [2.0, 3.0], "num2": [-6.0, 10.0], "operation": "-", "result": [8, -7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-2.0 + 3.0i) + (-4.00i) | -2.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 212, "num1": [-2.0, 3.0], "num2": [0.0, -4.0], "operation": "+", "result": [-2, -1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (10.0 + 10.0i) + (8.0 - 9.0i) | 18.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 213, "num1": [10.0, 10.0], "num2": [8.0, -9.0], "operation": "+", "result": [18, 1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (3.0 + 1.0i) - (2.0 - 9.0i) | 1.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 214, "num1": [3.0, 1.0], "num2": [2.0, -9.0], "operation": "-", "result": [1, 10], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-7.0 - 2.0i) + (7.0 + 7.0i) | 5.00i | {"source_dataset": "complex_arithmetic", "source_index": 215, "num1": [-7.0, -2.0], "num2": [7.0, 7.0], "operation": "+", "result": [0, 5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-8.0 - 6.0i) - (7.0 + 3.0i) | -15.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 216, "num1": [-8.0, -6.0], "num2": [7.0, 3.0], "operation": "-", "result": [-15, -9], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (7.0 - 8.0i) + (3.0 + 9.0i) | 10.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 217, "num1": [7.0, -8.0], "num2": [3.0, 9.0], "operation": "+", "result": [10, 1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (3.0 + 8.0i) + (8.0 + 5.0i) | 11.0 + 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 218, "num1": [3.0, 8.0], "num2": [8.0, 5.0], "operation": "+", "result": [11, 13], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-10.0 - 5.0i) - (-9.0 + 7.0i) | -1.0 - 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 219, "num1": [-10.0, -5.0], "num2": [-9.0, 7.0], "operation": "-", "result": [-1, -12], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (7.0 + 3.0i) + (4.00) | 11.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 220, "num1": [7.0, 3.0], "num2": [4.0, 0.0], "operation": "+", "result": [11, 3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (3.00) - (9.0 + 2.0i) | -6.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 221, "num1": [3.0, 0.0], "num2": [9.0, 2.0], "operation": "-", "result": [-6, -2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-1.0 + 7.0i) - (-4.0 + 6.0i) | 3.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 222, "num1": [-1.0, 7.0], "num2": [-4.0, 6.0], "operation": "-", "result": [3, 1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (5.00) × (5.0 + 6.0i) | 25.0 + 30.0i | {"source_dataset": "complex_arithmetic", "source_index": 223, "num1": [5.0, 0.0], "num2": [5.0, 6.0], "operation": "*", "result": [25, 30], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (-56.00i) ÷ (4.0 - 4.0i) | 7.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 224, "num1": [0.0, -56.0], "num2": [4.0, -4.0], "operation": "/", "result": [7, -7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (4.00) + (-7.0 - 10.0i) | -3.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 225, "num1": [4.0, 0.0], "num2": [-7.0, -10.0], "operation": "+", "result": [-3, -10], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (7.0 + 7.0i) - (-9.00i) | 7.0 + 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 226, "num1": [7.0, 7.0], "num2": [0.0, -9.0], "operation": "-", "result": [7, 16], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-8.0 + 9.0i) + (-1.0 - 4.0i) | -9.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 227, "num1": [-8.0, 9.0], "num2": [-1.0, -4.0], "operation": "+", "result": [-9, 5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (1.0 - 8.0i) × (9.0 - 1.0i) | 1.0 - 73.0i | {"source_dataset": "complex_arithmetic", "source_index": 228, "num1": [1.0, -8.0], "num2": [9.0, -1.0], "operation": "*", "result": [1, -73], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (1.00) - (-5.0 + 1.0i) | 6.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 229, "num1": [1.0, 0.0], "num2": [-5.0, 1.0], "operation": "-", "result": [6, -1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (50.0 - 75.0i) ÷ (10.0 + 5.0i) | 1.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 230, "num1": [50.0, -75.0], "num2": [10.0, 5.0], "operation": "/", "result": [1, -8], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (10.0 + 8.0i) + (-3.0 - 1.0i) | 7.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 231, "num1": [10.0, 8.0], "num2": [-3.0, -1.0], "operation": "+", "result": [7, 7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (1.0 + 3.0i) + (-9.0 - 4.0i) | -8.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 232, "num1": [1.0, 3.0], "num2": [-9.0, -4.0], "operation": "+", "result": [-8, -1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-7.0 + 8.0i) - (1.0 + 7.0i) | -8.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 233, "num1": [-7.0, 8.0], "num2": [1.0, 7.0], "operation": "-", "result": [-8, 1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-4.00) + (-2.0 - 2.0i) | -6.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 234, "num1": [-4.0, 0.0], "num2": [-2.0, -2.0], "operation": "+", "result": [-6, -2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (25.0 + 61.0i) ÷ (-9.0 - 5.0i) | -5.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 235, "num1": [25.0, 61.0], "num2": [-9.0, -5.0], "operation": "/", "result": [-5, -4], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (-35.0 + 43.0i) ÷ (-9.0 + 5.0i) | 5.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 236, "num1": [-35.0, 43.0], "num2": [-9.0, 5.0], "operation": "/", "result": [5, -2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-9.0 + 5.0i) - (-5.0 - 5.0i) | -4.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 237, "num1": [-9.0, 5.0], "num2": [-5.0, -5.0], "operation": "-", "result": [-4, 10], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (10.0 - 8.0i) + (10.0 - 2.0i) | 20.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 238, "num1": [10.0, -8.0], "num2": [10.0, -2.0], "operation": "+", "result": [20, -10], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-2.0 - 7.0i) + (4.0 + 4.0i) | 2.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 239, "num1": [-2.0, -7.0], "num2": [4.0, 4.0], "operation": "+", "result": [2, -3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (5.0 + 2.0i) - (-6.00i) | 5.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 240, "num1": [5.0, 2.0], "num2": [0.0, -6.0], "operation": "-", "result": [5, 8], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-6.0 + 6.0i) - (-2.0 + 4.0i) | -4.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 241, "num1": [-6.0, 6.0], "num2": [-2.0, 4.0], "operation": "-", "result": [-4, 2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-2.0 + 1.0i) + (-7.0 + 4.0i) | -9.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 242, "num1": [-2.0, 1.0], "num2": [-7.0, 4.0], "operation": "+", "result": [-9, 5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (2.0 + 8.0i) - (8.0 + 4.0i) | -6.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 243, "num1": [2.0, 8.0], "num2": [8.0, 4.0], "operation": "-", "result": [-6, 4], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-8.00i) - (-8.0 + 3.0i) | 8.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 244, "num1": [0.0, -8.0], "num2": [-8.0, 3.0], "operation": "-", "result": [8, -11], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-2.00i) - (-7.0 - 5.0i) | 7.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 245, "num1": [0.0, -2.0], "num2": [-7.0, -5.0], "operation": "-", "result": [7, 3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (-30.0 + 20.0i) ÷ (5.0 + 5.0i) | -1.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 246, "num1": [-30.0, 20.0], "num2": [5.0, 5.0], "operation": "/", "result": [-1, 5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (-2.0 - 5.0i) × (-8.0 + 4.0i) | 36.0 + 32.0i | {"source_dataset": "complex_arithmetic", "source_index": 247, "num1": [-2.0, -5.0], "num2": [-8.0, 4.0], "operation": "*", "result": [36, 32], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (5.00i) - (8.0 - 10.0i) | -8.0 + 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 248, "num1": [0.0, 5.0], "num2": [8.0, -10.0], "operation": "-", "result": [-8, 15], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (10.0 + 6.0i) - (-8.0 + 2.0i) | 18.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 249, "num1": [10.0, 6.0], "num2": [-8.0, 2.0], "operation": "-", "result": [18, 4], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-1.0 - 6.0i) - (-4.00i) | -1.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 250, "num1": [-1.0, -6.0], "num2": [0.0, -4.0], "operation": "-", "result": [-1, -2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-7.0 - 3.0i) - (6.0 + 6.0i) | -13.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 251, "num1": [-7.0, -3.0], "num2": [6.0, 6.0], "operation": "-", "result": [-13, -9], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (5.0 - 4.0i) + (-8.0 + 3.0i) | -3.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 252, "num1": [5.0, -4.0], "num2": [-8.0, 3.0], "operation": "+", "result": [-3, -1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (-1.0 + 5.0i) × (8.00i) | -40.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 253, "num1": [-1.0, 5.0], "num2": [0.0, 8.0], "operation": "*", "result": [-40, -8], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-2.0 + 1.0i) + (6.0 - 9.0i) | 4.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 254, "num1": [-2.0, 1.0], "num2": [6.0, -9.0], "operation": "+", "result": [4, -8], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (2.0 - 9.0i) - (-7.00i) | 2.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 255, "num1": [2.0, -9.0], "num2": [0.0, -7.0], "operation": "-", "result": [2, -2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (10.0 + 6.0i) + (-5.0 + 9.0i) | 5.0 + 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 256, "num1": [10.0, 6.0], "num2": [-5.0, 9.0], "operation": "+", "result": [5, 15], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-4.0 - 10.0i) + (4.0 + 6.0i) | -4.00i | {"source_dataset": "complex_arithmetic", "source_index": 257, "num1": [-4.0, -10.0], "num2": [4.0, 6.0], "operation": "+", "result": [0, -4], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (1.0 - 10.0i) - (5.0 + 1.0i) | -4.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 258, "num1": [1.0, -10.0], "num2": [5.0, 1.0], "operation": "-", "result": [-4, -11], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (5.0 + 7.0i) + (4.0 + 10.0i) | 9.0 + 17.0i | {"source_dataset": "complex_arithmetic", "source_index": 259, "num1": [5.0, 7.0], "num2": [4.0, 10.0], "operation": "+", "result": [9, 17], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (-14.0 + 56.0i) ÷ (3.0 + 5.0i) | 7.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 260, "num1": [-14.0, 56.0], "num2": [3.0, 5.0], "operation": "/", "result": [7, 7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-4.0 - 8.0i) + (8.0 + 9.0i) | 4.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 261, "num1": [-4.0, -8.0], "num2": [8.0, 9.0], "operation": "+", "result": [4, 1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (3.0 + 6.0i) + (4.0 - 9.0i) | 7.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 262, "num1": [3.0, 6.0], "num2": [4.0, -9.0], "operation": "+", "result": [7, -3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (8.0 + 2.0i) + (10.0 - 1.0i) | 18.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 263, "num1": [8.0, 2.0], "num2": [10.0, -1.0], "operation": "+", "result": [18, 1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (6.0 - 4.0i) - (-2.0 + 9.0i) | 8.0 - 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 264, "num1": [6.0, -4.0], "num2": [-2.0, 9.0], "operation": "-", "result": [8, -13], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-1.0 - 1.0i) - (6.0 + 5.0i) | -7.0 - 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 265, "num1": [-1.0, -1.0], "num2": [6.0, 5.0], "operation": "-", "result": [-7, -6], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (2.0 + 1.0i) + (1.0 + 6.0i) | 3.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 266, "num1": [2.0, 1.0], "num2": [1.0, 6.0], "operation": "+", "result": [3, 7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-10.0 - 6.0i) + (-4.0 - 3.0i) | -14.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 267, "num1": [-10.0, -6.0], "num2": [-4.0, -3.0], "operation": "+", "result": [-14, -9], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-4.0 - 2.0i) - (-5.0 - 1.0i) | 1.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 268, "num1": [-4.0, -2.0], "num2": [-5.0, -1.0], "operation": "-", "result": [1, -1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (-2.0 - 8.0i) × (3.0 + 5.0i) | 34.0 - 34.0i | {"source_dataset": "complex_arithmetic", "source_index": 269, "num1": [-2.0, -8.0], "num2": [3.0, 5.0], "operation": "*", "result": [34, -34], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (2.0 - 9.0i) - (-6.00) | 8.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 270, "num1": [2.0, -9.0], "num2": [-6.0, 0.0], "operation": "-", "result": [8, -9], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (3.0 + 5.0i) - (-10.0 - 4.0i) | 13.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 271, "num1": [3.0, 5.0], "num2": [-10.0, -4.0], "operation": "-", "result": [13, 9], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-7.0 - 5.0i) + (-10.0 + 10.0i) | -17.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 272, "num1": [-7.0, -5.0], "num2": [-10.0, 10.0], "operation": "+", "result": [-17, 5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (3.00) - (-10.0 + 1.0i) | 13.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 273, "num1": [3.0, 0.0], "num2": [-10.0, 1.0], "operation": "-", "result": [13, -1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-10.00) + (-10.0 - 3.0i) | -20.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 274, "num1": [-10.0, 0.0], "num2": [-10.0, -3.0], "operation": "+", "result": [-20, -3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (2.0 - 10.0i) - (-4.0 - 3.0i) | 6.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 275, "num1": [2.0, -10.0], "num2": [-4.0, -3.0], "operation": "-", "result": [6, -7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-9.0 + 4.0i) - (2.0 + 3.0i) | -11.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 276, "num1": [-9.0, 4.0], "num2": [2.0, 3.0], "operation": "-", "result": [-11, 1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-9.0 + 7.0i) + (9.0 + 9.0i) | 16.00i | {"source_dataset": "complex_arithmetic", "source_index": 277, "num1": [-9.0, 7.0], "num2": [9.0, 9.0], "operation": "+", "result": [0, 16], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (10.0 - 8.0i) - (4.0 + 7.0i) | 6.0 - 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 278, "num1": [10.0, -8.0], "num2": [4.0, 7.0], "operation": "-", "result": [6, -15], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-6.0 + 1.0i) + (7.0 + 4.0i) | 1.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 279, "num1": [-6.0, 1.0], "num2": [7.0, 4.0], "operation": "+", "result": [1, 5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (3.0 - 6.0i) × (-8.0 - 3.0i) | -42.0 + 39.0i | {"source_dataset": "complex_arithmetic", "source_index": 280, "num1": [3.0, -6.0], "num2": [-8.0, -3.0], "operation": "*", "result": [-42, 39], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-7.0 - 6.0i) - (9.0 - 1.0i) | -16.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 281, "num1": [-7.0, -6.0], "num2": [9.0, -1.0], "operation": "-", "result": [-16, -5], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (5.0 - 8.0i) - (7.0 + 3.0i) | -2.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 282, "num1": [5.0, -8.0], "num2": [7.0, 3.0], "operation": "-", "result": [-2, -11], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (-6.0 + 8.0i) - (-7.0 - 8.0i) | 1.0 + 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 283, "num1": [-6.0, 8.0], "num2": [-7.0, -8.0], "operation": "-", "result": [1, 16], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-1.0 - 9.0i) + (4.0 + 2.0i) | 3.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 284, "num1": [-1.0, -9.0], "num2": [4.0, 2.0], "operation": "+", "result": [3, -7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (6.0 + 4.0i) × (-6.00i) | 24.0 - 36.0i | {"source_dataset": "complex_arithmetic", "source_index": 285, "num1": [6.0, 4.0], "num2": [0.0, -6.0], "operation": "*", "result": [24, -36], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (4.00i) - (5.0 - 8.0i) | -5.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 286, "num1": [0.0, 4.0], "num2": [5.0, -8.0], "operation": "-", "result": [-5, 12], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (-1.0 + 6.0i) × (-3.00i) | 18.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 287, "num1": [-1.0, 6.0], "num2": [0.0, -3.0], "operation": "*", "result": [18, 3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (-65.0 + 90.0i) ÷ (-9.0 + 2.0i) | 9.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 288, "num1": [-65.0, 90.0], "num2": [-9.0, 2.0], "operation": "/", "result": [9, -8], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Multiply the complex numbers: (-5.00i) × (-3.0 + 10.0i) | 50.0 + 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 289, "num1": [0.0, -5.0], "num2": [-3.0, 10.0], "operation": "*", "result": [50, 15], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (6.0 + 8.0i) + (3.0 + 8.0i) | 9.0 + 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 290, "num1": [6.0, 8.0], "num2": [3.0, 8.0], "operation": "+", "result": [9, 16], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (1.0 - 4.0i) - (2.0 - 8.0i) | -1.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 291, "num1": [1.0, -4.0], "num2": [2.0, -8.0], "operation": "-", "result": [-1, 4], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Divide the complex numbers: (33.0 - 36.0i) ÷ (3.0 - 6.0i) | 7.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 292, "num1": [33.0, -36.0], "num2": [3.0, -6.0], "operation": "/", "result": [7, 2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (4.0 + 7.0i) + (3.0 - 9.0i) | 7.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 293, "num1": [4.0, 7.0], "num2": [3.0, -9.0], "operation": "+", "result": [7, -2], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (7.0 - 4.0i) + (-6.0 + 7.0i) | 1.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 294, "num1": [7.0, -4.0], "num2": [-6.0, 7.0], "operation": "+", "result": [1, 3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (6.0 + 1.0i) + (-10.0 + 6.0i) | -4.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 295, "num1": [6.0, 1.0], "num2": [-10.0, 6.0], "operation": "+", "result": [-4, 7], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-2.0 + 4.0i) + (5.0 - 4.0i) | 3.00 | {"source_dataset": "complex_arithmetic", "source_index": 296, "num1": [-2.0, 4.0], "num2": [5.0, -4.0], "operation": "+", "result": [3, 0], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (10.0 - 6.0i) + (4.0 - 9.0i) | 14.0 - 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 297, "num1": [10.0, -6.0], "num2": [4.0, -9.0], "operation": "+", "result": [14, -15], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Add the complex numbers: (-7.0 + 6.0i) + (7.0 - 7.0i) | -1.00i | {"source_dataset": "complex_arithmetic", "source_index": 298, "num1": [-7.0, 6.0], "num2": [7.0, -7.0], "operation": "+", "result": [0, -1], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subtract the complex numbers: (8.0 - 6.0i) - (-9.0 - 9.0i) | 17.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 299, "num1": [8.0, -6.0], "num2": [-9.0, -9.0], "operation": "-", "result": [17, 3], "difficulty": {"min_real": -10, "max_real": 10, "min_imag": -10, "max_imag": 10, "operations_weights": [0.4, 0.4, 0.1, 0.1]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.