question stringlengths 41 61 | answer stringlengths 4 14 | metadata stringlengths 262 272 |
|---|---|---|
Subtract the complex numbers: (10.0 + 5.0i) - (-5.0 + 5.0i) | 15.00 | {"source_dataset": "complex_arithmetic", "source_index": 100, "num1": [10.0, 5.0], "num2": [-5.0, 5.0], "operation": "-", "result": [15, 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: (-33.0 + 84.0i) ÷ (-3.0 - 6.0i) | -9.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 101, "num1": [-33.0, 84.0], "num2": [-3.0, -6.0], "operation": "/", "result": [-9, -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: (4.0 - 8.0i) - (-5.0 + 2.0i) | 9.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 102, "num1": [4.0, -8.0], "num2": [-5.0, 2.0], "operation": "-", "result": [9, -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: (3.0 + 6.0i) × (-10.0 + 4.0i) | -54.0 - 48.0i | {"source_dataset": "complex_arithmetic", "source_index": 103, "num1": [3.0, 6.0], "num2": [-10.0, 4.0], "operation": "*", "result": [-54, -48], "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.00) + (-8.0 - 5.0i) | 1.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 104, "num1": [9.0, 0.0], "num2": [-8.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]}} |
Subtract the complex numbers: (-6.0 + 2.0i) - (4.0 + 9.0i) | -10.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 105, "num1": [-6.0, 2.0], "num2": [4.0, 9.0], "operation": "-", "result": [-10, -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: (10.0 - 9.0i) - (2.0 + 1.0i) | 8.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 106, "num1": [10.0, -9.0], "num2": [2.0, 1.0], "operation": "-", "result": [8, -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 + 2.0i) + (-6.0 - 6.0i) | -8.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 107, "num1": [-2.0, 2.0], "num2": [-6.0, -6.0], "operation": "+", "result": [-8, -4], "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 - 4.0i) × (-3.0 - 1.0i) | -10.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 108, "num1": [2.0, -4.0], "num2": [-3.0, -1.0], "operation": "*", "result": [-10, 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: (10.0 - 4.0i) - (1.0 - 1.0i) | 9.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 109, "num1": [10.0, -4.0], "num2": [1.0, -1.0], "operation": "-", "result": [9, -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: (-32.0 - 56.0i) ÷ (-6.0 + 2.0i) | 2.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 110, "num1": [-32.0, -56.0], "num2": [-6.0, 2.0], "operation": "/", "result": [2, 10], "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: (43.0 - 6.0i) ÷ (-2.0 + 3.0i) | -8.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 111, "num1": [43.0, -6.0], "num2": [-2.0, 3.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]}} |
Add the complex numbers: (2.0 + 5.0i) + (-4.0 + 4.0i) | -2.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 112, "num1": [2.0, 5.0], "num2": [-4.0, 4.0], "operation": "+", "result": [-2, 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: (7.0 - 1.0i) - (3.0 + 7.0i) | 4.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 113, "num1": [7.0, -1.0], "num2": [3.0, 7.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: (-3.0 + 1.0i) - (-6.0 - 3.0i) | 3.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 114, "num1": [-3.0, 1.0], "num2": [-6.0, -3.0], "operation": "-", "result": [3, 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: (-3.0 - 5.0i) - (-10.0 - 10.0i) | 7.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 115, "num1": [-3.0, -5.0], "num2": [-10.0, -10.0], "operation": "-", "result": [7, 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.0 - 7.0i) - (-9.0 + 3.0i) | 6.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 116, "num1": [-3.0, -7.0], "num2": [-9.0, 3.0], "operation": "-", "result": [6, -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: (4.0 - 3.0i) + (6.0 - 4.0i) | 10.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 117, "num1": [4.0, -3.0], "num2": [6.0, -4.0], "operation": "+", "result": [10, -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.00i) + (-5.0 + 8.0i) | -5.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 118, "num1": [0.0, 2.0], "num2": [-5.0, 8.0], "operation": "+", "result": [-5, 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 - 5.0i) - (-3.0 + 10.0i) | 10.0 - 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 119, "num1": [7.0, -5.0], "num2": [-3.0, 10.0], "operation": "-", "result": [10, -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: (10.0 - 4.0i) + (6.0 - 4.0i) | 16.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 120, "num1": [10.0, -4.0], "num2": [6.0, -4.0], "operation": "+", "result": [16, -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: (4.0 + 8.0i) - (-5.0 + 5.0i) | 9.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 121, "num1": [4.0, 8.0], "num2": [-5.0, 5.0], "operation": "-", "result": [9, 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: (-1.0 - 2.0i) + (4.0 + 5.0i) | 3.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 122, "num1": [-1.0, -2.0], "num2": [4.0, 5.0], "operation": "+", "result": [3, 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: (3.0 - 8.0i) + (5.0 - 3.0i) | 8.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 123, "num1": [3.0, -8.0], "num2": [5.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]}} |
Add the complex numbers: (9.0 + 3.0i) + (3.0 - 10.0i) | 12.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 124, "num1": [9.0, 3.0], "num2": [3.0, -10.0], "operation": "+", "result": [12, -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: (-8.00) + (3.00) | -5.00 | {"source_dataset": "complex_arithmetic", "source_index": 125, "num1": [-8.0, 0.0], "num2": [3.0, 0.0], "operation": "+", "result": [-5, 0], "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 + 1.0i) - (2.0 - 5.0i) | 4.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 126, "num1": [6.0, 1.0], "num2": [2.0, -5.0], "operation": "-", "result": [4, 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: (9.0 - 5.0i) + (7.0 + 6.0i) | 16.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 127, "num1": [9.0, -5.0], "num2": [7.0, 6.0], "operation": "+", "result": [16, 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.00) - (-8.00i) | 8.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 128, "num1": [8.0, 0.0], "num2": [0.0, -8.0], "operation": "-", "result": [8, 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: (7.0 + 2.0i) - (3.0 - 7.0i) | 4.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 129, "num1": [7.0, 2.0], "num2": [3.0, -7.0], "operation": "-", "result": [4, 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: (-4.0 - 1.0i) + (1.0 - 9.0i) | -3.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 130, "num1": [-4.0, -1.0], "num2": [1.0, -9.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]}} |
Add the complex numbers: (6.0 + 9.0i) + (1.0 - 3.0i) | 7.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 131, "num1": [6.0, 9.0], "num2": [1.0, -3.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]}} |
Multiply the complex numbers: (4.0 - 10.0i) × (5.0 + 1.0i) | 30.0 - 46.0i | {"source_dataset": "complex_arithmetic", "source_index": 132, "num1": [4.0, -10.0], "num2": [5.0, 1.0], "operation": "*", "result": [30, -46], "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 + 8.0i) - (6.0 - 4.0i) | -15.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 133, "num1": [-9.0, 8.0], "num2": [6.0, -4.0], "operation": "-", "result": [-15, 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: (-3.0 - 7.0i) + (2.0 + 10.0i) | -1.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 134, "num1": [-3.0, -7.0], "num2": [2.0, 10.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]}} |
Divide the complex numbers: (52.0 + 4.0i) ÷ (8.0 - 4.0i) | 5.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 135, "num1": [52.0, 4.0], "num2": [8.0, -4.0], "operation": "/", "result": [5, 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: (82.0 + 19.0i) ÷ (10.0 - 3.0i) | 7.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 136, "num1": [82.0, 19.0], "num2": [10.0, -3.0], "operation": "/", "result": [7, 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: (-31.0 + 92.0i) ÷ (-8.0 - 9.0i) | -4.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 137, "num1": [-31.0, 92.0], "num2": [-8.0, -9.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: (-10.0 + 9.0i) + (-2.0 - 7.0i) | -12.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 138, "num1": [-10.0, 9.0], "num2": [-2.0, -7.0], "operation": "+", "result": [-12, 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 - 9.0i) - (0.00) | -7.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 139, "num1": [-7.0, -9.0], "num2": [0.0, 0.0], "operation": "-", "result": [-7, -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 - 3.0i) - (1.00i) | -3.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 140, "num1": [-3.0, -3.0], "num2": [0.0, 1.0], "operation": "-", "result": [-3, -4], "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 + 1.0i) + (-1.0 - 3.0i) | -11.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 141, "num1": [-10.0, 1.0], "num2": [-1.0, -3.0], "operation": "+", "result": [-11, -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: (-3.00) + (0.00) | -3.00 | {"source_dataset": "complex_arithmetic", "source_index": 142, "num1": [-3.0, 0.0], "num2": [0.0, 0.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]}} |
Divide the complex numbers: (36.0 + 43.0i) ÷ (-6.0 - 1.0i) | -7.0 - 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 143, "num1": [36.0, 43.0], "num2": [-6.0, -1.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: (3.0 + 7.0i) + (4.0 - 7.0i) | 7.00 | {"source_dataset": "complex_arithmetic", "source_index": 144, "num1": [3.0, 7.0], "num2": [4.0, -7.0], "operation": "+", "result": [7, 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: (5.0 + 8.0i) + (-6.0 + 8.0i) | -1.0 + 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 145, "num1": [5.0, 8.0], "num2": [-6.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]}} |
Subtract the complex numbers: (-3.0 - 2.0i) - (-10.0 - 3.0i) | 7.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 146, "num1": [-3.0, -2.0], "num2": [-10.0, -3.0], "operation": "-", "result": [7, 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: (-2.0 - 6.0i) - (8.0 + 7.0i) | -10.0 - 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 147, "num1": [-2.0, -6.0], "num2": [8.0, 7.0], "operation": "-", "result": [-10, -13], "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.00i) + (-4.0 - 3.0i) | -4.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 148, "num1": [0.0, 1.0], "num2": [-4.0, -3.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]}} |
Subtract the complex numbers: (7.0 + 6.0i) - (6.0 - 6.0i) | 1.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 149, "num1": [7.0, 6.0], "num2": [6.0, -6.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: (-1.0 - 8.0i) + (4.0 - 1.0i) | 3.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 150, "num1": [-1.0, -8.0], "num2": [4.0, -1.0], "operation": "+", "result": [3, -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: (-5.0 - 1.0i) - (7.0 - 2.0i) | -12.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 151, "num1": [-5.0, -1.0], "num2": [7.0, -2.0], "operation": "-", "result": [-12, 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: (-8.0 + 8.0i) × (-6.0 + 1.0i) | 40.0 - 56.0i | {"source_dataset": "complex_arithmetic", "source_index": 152, "num1": [-8.0, 8.0], "num2": [-6.0, 1.0], "operation": "*", "result": [40, -56], "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 + 10.0i) - (-4.0 - 4.0i) | -5.0 + 14.0i | {"source_dataset": "complex_arithmetic", "source_index": 153, "num1": [-9.0, 10.0], "num2": [-4.0, -4.0], "operation": "-", "result": [-5, 14], "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 - 10.0i) - (-4.0 + 3.0i) | 14.0 - 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 154, "num1": [10.0, -10.0], "num2": [-4.0, 3.0], "operation": "-", "result": [14, -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: (-6.0 - 5.0i) - (-10.0 - 4.0i) | 4.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 155, "num1": [-6.0, -5.0], "num2": [-10.0, -4.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: (5.0 - 7.0i) + (5.0 + 4.0i) | 10.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 156, "num1": [5.0, -7.0], "num2": [5.0, 4.0], "operation": "+", "result": [10, -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: (2.0 - 2.0i) + (-1.0 - 10.0i) | 1.0 - 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 157, "num1": [2.0, -2.0], "num2": [-1.0, -10.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: (-4.0 - 10.0i) + (-6.0 + 9.0i) | -10.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 158, "num1": [-4.0, -10.0], "num2": [-6.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.00i) + (-10.0 - 1.0i) | -10.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 159, "num1": [0.0, 3.0], "num2": [-10.0, -1.0], "operation": "+", "result": [-10, 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 + 5.0i) - (3.0 - 4.0i) | 7.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 160, "num1": [10.0, 5.0], "num2": [3.0, -4.0], "operation": "-", "result": [7, 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 + 9.0i) + (-4.0 - 10.0i) | 1.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 161, "num1": [5.0, 9.0], "num2": [-4.0, -10.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]}} |
Add the complex numbers: (-8.0 + 8.0i) + (-4.0 - 6.0i) | -12.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 162, "num1": [-8.0, 8.0], "num2": [-4.0, -6.0], "operation": "+", "result": [-12, 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 + 7.0i) - (5.0 + 4.0i) | -12.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 163, "num1": [-7.0, 7.0], "num2": [5.0, 4.0], "operation": "-", "result": [-12, 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: (-1.0 - 3.0i) + (-6.0 - 3.0i) | -7.0 - 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 164, "num1": [-1.0, -3.0], "num2": [-6.0, -3.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]}} |
Subtract the complex numbers: (9.0 - 3.0i) - (-5.0 - 10.0i) | 14.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 165, "num1": [9.0, -3.0], "num2": [-5.0, -10.0], "operation": "-", "result": [14, 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 - 9.0i) + (8.0 + 8.0i) | 4.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 166, "num1": [-4.0, -9.0], "num2": [8.0, 8.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]}} |
Subtract the complex numbers: (-10.0 - 5.0i) - (8.0 - 1.0i) | -18.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 167, "num1": [-10.0, -5.0], "num2": [8.0, -1.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]}} |
Add the complex numbers: (2.0 - 5.0i) + (-10.0 + 10.0i) | -8.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 168, "num1": [2.0, -5.0], "num2": [-10.0, 10.0], "operation": "+", "result": [-8, 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.0 - 10.0i) - (10.00i) | -3.0 - 20.0i | {"source_dataset": "complex_arithmetic", "source_index": 169, "num1": [-3.0, -10.0], "num2": [0.0, 10.0], "operation": "-", "result": [-3, -20], "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 + 8.0i) + (-9.0 - 1.0i) | -18.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 170, "num1": [-9.0, 8.0], "num2": [-9.0, -1.0], "operation": "+", "result": [-18, 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: (-3.0 - 1.0i) + (-10.0 - 4.0i) | -13.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 171, "num1": [-3.0, -1.0], "num2": [-10.0, -4.0], "operation": "+", "result": [-13, -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: (1.0 + 3.0i) - (-1.0 + 10.0i) | 2.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 172, "num1": [1.0, 3.0], "num2": [-1.0, 10.0], "operation": "-", "result": [2, -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: (-7.00i) + (-1.0 - 3.0i) | -1.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 173, "num1": [0.0, -7.0], "num2": [-1.0, -3.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]}} |
Multiply the complex numbers: (10.0 - 5.0i) × (5.0 + 5.0i) | 75.0 + 25.0i | {"source_dataset": "complex_arithmetic", "source_index": 174, "num1": [10.0, -5.0], "num2": [5.0, 5.0], "operation": "*", "result": [75, 25], "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: (-9.0 + 19.0i) ÷ (-2.0 - 3.0i) | -3.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 175, "num1": [-9.0, 19.0], "num2": [-2.0, -3.0], "operation": "/", "result": [-3, -5], "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 + 9.0i) + (1.00) | -6.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 176, "num1": [-7.0, 9.0], "num2": [1.0, 0.0], "operation": "+", "result": [-6, 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: (6.00i) - (-9.00) | 9.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 177, "num1": [0.0, 6.0], "num2": [-9.0, 0.0], "operation": "-", "result": [9, 6], "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 - 3.0i) - (4.0 - 2.0i) | -7.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 178, "num1": [-3.0, -3.0], "num2": [4.0, -2.0], "operation": "-", "result": [-7, -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: (-8.0 + 5.0i) + (-2.0 + 7.0i) | -10.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 179, "num1": [-8.0, 5.0], "num2": [-2.0, 7.0], "operation": "+", "result": [-10, 12], "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) - (-1.0 - 9.0i) | -2.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 180, "num1": [-3.0, -1.0], "num2": [-1.0, -9.0], "operation": "-", "result": [-2, 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: (4.0 - 4.0i) + (2.0 + 7.0i) | 6.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 181, "num1": [4.0, -4.0], "num2": [2.0, 7.0], "operation": "+", "result": [6, 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: (-4.0 + 4.0i) + (-8.0 + 7.0i) | -12.0 + 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 182, "num1": [-4.0, 4.0], "num2": [-8.0, 7.0], "operation": "+", "result": [-12, 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: (-3.0 - 5.0i) - (9.0 - 6.0i) | -12.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 183, "num1": [-3.0, -5.0], "num2": [9.0, -6.0], "operation": "-", "result": [-12, 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: (10.0 + 7.0i) - (8.0 + 9.0i) | 2.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 184, "num1": [10.0, 7.0], "num2": [8.0, 9.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: (1.0 - 8.0i) + (4.0 - 3.0i) | 5.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 185, "num1": [1.0, -8.0], "num2": [4.0, -3.0], "operation": "+", "result": [5, -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: (33.0 - 15.0i) ÷ (-3.0 - 3.0i) | -3.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 186, "num1": [33.0, -15.0], "num2": [-3.0, -3.0], "operation": "/", "result": [-3, 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: (-3.0 + 7.0i) - (3.0 - 2.0i) | -6.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 187, "num1": [-3.0, 7.0], "num2": [3.0, -2.0], "operation": "-", "result": [-6, 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: (-1.0 + 7.0i) - (-10.0 + 3.0i) | 9.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 188, "num1": [-1.0, 7.0], "num2": [-10.0, 3.0], "operation": "-", "result": [9, 4], "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 + 2.0i) × (8.00i) | -16.0 - 48.0i | {"source_dataset": "complex_arithmetic", "source_index": 189, "num1": [-6.0, 2.0], "num2": [0.0, 8.0], "operation": "*", "result": [-16, -48], "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 - 2.0i) | -11.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 190, "num1": [-3.0, -8.0], "num2": [-8.0, -2.0], "operation": "+", "result": [-11, -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: (10.0 - 5.0i) - (6.0 - 3.0i) | 4.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 191, "num1": [10.0, -5.0], "num2": [6.0, -3.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: (-9.0 + 8.0i) + (3.0 + 6.0i) | -6.0 + 14.0i | {"source_dataset": "complex_arithmetic", "source_index": 192, "num1": [-9.0, 8.0], "num2": [3.0, 6.0], "operation": "+", "result": [-6, 14], "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 - 9.0i) + (-3.0 - 8.0i) | 3.0 - 17.0i | {"source_dataset": "complex_arithmetic", "source_index": 193, "num1": [6.0, -9.0], "num2": [-3.0, -8.0], "operation": "+", "result": [3, -17], "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 + 1.0i) - (-8.0 + 2.0i) | 13.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 194, "num1": [5.0, 1.0], "num2": [-8.0, 2.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]}} |
Subtract the complex numbers: (-5.0 - 3.0i) - (3.0 - 9.0i) | -8.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 195, "num1": [-5.0, -3.0], "num2": [3.0, -9.0], "operation": "-", "result": [-8, 6], "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 + 3.0i) - (10.0 - 8.0i) | -18.0 + 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 196, "num1": [-8.0, 3.0], "num2": [10.0, -8.0], "operation": "-", "result": [-18, 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: (-6.0 + 3.0i) + (-7.0 + 3.0i) | -13.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 197, "num1": [-6.0, 3.0], "num2": [-7.0, 3.0], "operation": "+", "result": [-13, 6], "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: (-9.0 - 9.0i) × (-6.00i) | -54.0 + 54.0i | {"source_dataset": "complex_arithmetic", "source_index": 198, "num1": [-9.0, -9.0], "num2": [0.0, -6.0], "operation": "*", "result": [-54, 54], "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 + 1.0i) - (-8.0 - 3.0i) | 1.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 199, "num1": [-7.0, 1.0], "num2": [-8.0, -3.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]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.