question stringlengths 41 61 | answer stringlengths 4 14 | metadata stringlengths 262 272 |
|---|---|---|
Add the complex numbers: (8.0 - 8.0i) + (-8.0 - 8.0i) | -16.00i | {"source_dataset": "complex_arithmetic", "source_index": 300, "num1": [8.0, -8.0], "num2": [-8.0, -8.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]}} |
Add the complex numbers: (-5.0 + 4.0i) + (8.0 - 8.0i) | 3.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 301, "num1": [-5.0, 4.0], "num2": [8.0, -8.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: (-7.0 - 1.0i) + (6.0 + 9.0i) | -1.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 302, "num1": [-7.0, -1.0], "num2": [6.0, 9.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]}} |
Subtract the complex numbers: (-10.0 - 5.0i) - (3.0 - 7.0i) | -13.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 303, "num1": [-10.0, -5.0], "num2": [3.0, -7.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: (9.0 + 6.0i) - (-7.0 + 7.0i) | 16.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 304, "num1": [9.0, 6.0], "num2": [-7.0, 7.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]}} |
Add the complex numbers: (5.0 - 2.0i) + (5.0 - 4.0i) | 10.0 - 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 305, "num1": [5.0, -2.0], "num2": [5.0, -4.0], "operation": "+", "result": [10, -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: (-5.0 - 4.0i) × (-3.0 + 4.0i) | 31.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 306, "num1": [-5.0, -4.0], "num2": [-3.0, 4.0], "operation": "*", "result": [31, -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) - (2.0 + 8.0i) | 1.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 307, "num1": [3.0, -1.0], "num2": [2.0, 8.0], "operation": "-", "result": [1, -9], "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 + 2.0i) × (10.00i) | -20.0 - 50.0i | {"source_dataset": "complex_arithmetic", "source_index": 308, "num1": [-5.0, 2.0], "num2": [0.0, 10.0], "operation": "*", "result": [-20, -50], "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 + 1.0i) × (-2.00i) | 2.0 - 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 309, "num1": [8.0, 1.0], "num2": [0.0, -2.0], "operation": "*", "result": [2, -16], "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 - 8.0i) × (-2.0 - 6.0i) | -36.0 + 52.0i | {"source_dataset": "complex_arithmetic", "source_index": 310, "num1": [-6.0, -8.0], "num2": [-2.0, -6.0], "operation": "*", "result": [-36, 52], "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 - 8.0i) + (9.0 + 5.0i) | 11.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 311, "num1": [2.0, -8.0], "num2": [9.0, 5.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]}} |
Add the complex numbers: (-8.0 - 7.0i) + (10.0 - 6.0i) | 2.0 - 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 312, "num1": [-8.0, -7.0], "num2": [10.0, -6.0], "operation": "+", "result": [2, -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: (9.0 + 2.0i) + (-9.00i) | 9.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 313, "num1": [9.0, 2.0], "num2": [0.0, -9.0], "operation": "+", "result": [9, -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: (5.0 - 2.0i) - (3.0 + 3.0i) | 2.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 314, "num1": [5.0, -2.0], "num2": [3.0, 3.0], "operation": "-", "result": [2, -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: (-8.0 - 5.0i) + (-3.0 - 2.0i) | -11.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 315, "num1": [-8.0, -5.0], "num2": [-3.0, -2.0], "operation": "+", "result": [-11, -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: (-3.0 - 4.0i) - (2.0 - 1.0i) | -5.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 316, "num1": [-3.0, -4.0], "num2": [2.0, -1.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]}} |
Add the complex numbers: (6.0 + 2.0i) + (8.0 + 5.0i) | 14.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 317, "num1": [6.0, 2.0], "num2": [8.0, 5.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]}} |
Divide the complex numbers: (-4.0 + 28.0i) ÷ (-8.0 - 4.0i) | -1.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 318, "num1": [-4.0, 28.0], "num2": [-8.0, -4.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: (-20.0 - 20.0i) ÷ (2.0 + 4.0i) | -6.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 319, "num1": [-20.0, -20.0], "num2": [2.0, 4.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: (6.0 + 6.0i) - (9.0 + 1.0i) | -3.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 320, "num1": [6.0, 6.0], "num2": [9.0, 1.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]}} |
Subtract the complex numbers: (-9.0 + 7.0i) - (-5.0 - 1.0i) | -4.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 321, "num1": [-9.0, 7.0], "num2": [-5.0, -1.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: (-8.0 + 5.0i) - (-10.0 - 10.0i) | 2.0 + 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 322, "num1": [-8.0, 5.0], "num2": [-10.0, -10.0], "operation": "-", "result": [2, 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: (-6.0 - 1.0i) - (9.0 - 4.0i) | -15.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 323, "num1": [-6.0, -1.0], "num2": [9.0, -4.0], "operation": "-", "result": [-15, 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: (-7.0 - 6.0i) + (6.0 + 2.0i) | -1.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 324, "num1": [-7.0, -6.0], "num2": [6.0, 2.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]}} |
Add the complex numbers: (6.0 + 5.0i) + (-10.0 + 1.0i) | -4.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 325, "num1": [6.0, 5.0], "num2": [-10.0, 1.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]}} |
Multiply the complex numbers: (8.0 - 9.0i) × (-9.0 - 4.0i) | -108.0 + 49.0i | {"source_dataset": "complex_arithmetic", "source_index": 326, "num1": [8.0, -9.0], "num2": [-9.0, -4.0], "operation": "*", "result": [-108, 49], "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) - (9.0 - 9.0i) | -10.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 327, "num1": [-1.0, -3.0], "num2": [9.0, -9.0], "operation": "-", "result": [-10, 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: (-1.0 + 8.0i) + (6.0 - 2.0i) | 5.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 328, "num1": [-1.0, 8.0], "num2": [6.0, -2.0], "operation": "+", "result": [5, 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 + 3.0i) + (9.0 - 7.0i) | 12.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 329, "num1": [3.0, 3.0], "num2": [9.0, -7.0], "operation": "+", "result": [12, -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: (1.0 - 3.0i) + (-8.0 + 6.0i) | -7.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 330, "num1": [1.0, -3.0], "num2": [-8.0, 6.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: (-7.0 - 4.0i) + (-3.0 + 9.0i) | -10.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 331, "num1": [-7.0, -4.0], "num2": [-3.0, 9.0], "operation": "+", "result": [-10, 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: (6.0 - 6.0i) + (-6.0 + 6.0i) | 0.00 | {"source_dataset": "complex_arithmetic", "source_index": 332, "num1": [6.0, -6.0], "num2": [-6.0, 6.0], "operation": "+", "result": [0, 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: (-3.0 + 3.0i) + (-5.0 - 2.0i) | -8.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 333, "num1": [-3.0, 3.0], "num2": [-5.0, -2.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: (2.0 + 5.0i) - (-1.0 - 5.0i) | 3.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 334, "num1": [2.0, 5.0], "num2": [-1.0, -5.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: (-7.0 - 3.0i) + (-8.0 - 10.0i) | -15.0 - 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 335, "num1": [-7.0, -3.0], "num2": [-8.0, -10.0], "operation": "+", "result": [-15, -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: (2.0 + 4.0i) + (-6.0 + 4.0i) | -4.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 336, "num1": [2.0, 4.0], "num2": [-6.0, 4.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]}} |
Add the complex numbers: (7.0 + 6.0i) + (8.00i) | 7.0 + 14.0i | {"source_dataset": "complex_arithmetic", "source_index": 337, "num1": [7.0, 6.0], "num2": [0.0, 8.0], "operation": "+", "result": [7, 14], "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.0 + 24.0i) ÷ (3.0 + 7.0i) | 8.00i | {"source_dataset": "complex_arithmetic", "source_index": 338, "num1": [-56.0, 24.0], "num2": [3.0, 7.0], "operation": "/", "result": [0, 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: (8.0 - 10.0i) - (-4.0 - 7.0i) | 12.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 339, "num1": [8.0, -10.0], "num2": [-4.0, -7.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: (-6.00) + (-3.0 + 6.0i) | -9.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 340, "num1": [-6.0, 0.0], "num2": [-3.0, 6.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: (6.0 + 2.0i) - (-6.0 - 3.0i) | 12.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 341, "num1": [6.0, 2.0], "num2": [-6.0, -3.0], "operation": "-", "result": [12, 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 - 9.0i) - (7.0 - 10.0i) | -5.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 342, "num1": [2.0, -9.0], "num2": [7.0, -10.0], "operation": "-", "result": [-5, 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: (32.0 + 7.0i) ÷ (6.0 - 1.0i) | 5.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 343, "num1": [32.0, 7.0], "num2": [6.0, -1.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: (2.0 + 7.0i) - (4.0 + 3.0i) | -2.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 344, "num1": [2.0, 7.0], "num2": [4.0, 3.0], "operation": "-", "result": [-2, 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: (-9.0 - 5.0i) - (-4.0 - 4.0i) | -5.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 345, "num1": [-9.0, -5.0], "num2": [-4.0, -4.0], "operation": "-", "result": [-5, -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 + 1.0i) × (1.0 - 5.0i) | 6.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 346, "num1": [1.0, 1.0], "num2": [1.0, -5.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) - (8.0 + 3.0i) | 2.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 347, "num1": [10.0, 1.0], "num2": [8.0, 3.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]}} |
Subtract the complex numbers: (-8.0 + 6.0i) - (7.0 + 9.0i) | -15.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 348, "num1": [-8.0, 6.0], "num2": [7.0, 9.0], "operation": "-", "result": [-15, -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: (10.0 - 3.0i) - (-6.0 - 5.0i) | 16.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 349, "num1": [10.0, -3.0], "num2": [-6.0, -5.0], "operation": "-", "result": [16, 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: (4.0 + 4.0i) - (9.0 - 4.0i) | -5.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 350, "num1": [4.0, 4.0], "num2": [9.0, -4.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]}} |
Add the complex numbers: (-5.0 - 10.0i) + (3.0 + 4.0i) | -2.0 - 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 351, "num1": [-5.0, -10.0], "num2": [3.0, 4.0], "operation": "+", "result": [-2, -6], "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: (7.0 - 19.0i) ÷ (-4.0 + 5.0i) | -3.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 352, "num1": [7.0, -19.0], "num2": [-4.0, 5.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]}} |
Add the complex numbers: (-10.0 - 6.0i) + (9.0 + 9.0i) | -1.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 353, "num1": [-10.0, -6.0], "num2": [9.0, 9.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: (10.0 - 2.0i) + (7.0 - 6.0i) | 17.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 354, "num1": [10.0, -2.0], "num2": [7.0, -6.0], "operation": "+", "result": [17, -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 + 4.0i) + (-10.0 - 2.0i) | -8.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 355, "num1": [2.0, 4.0], "num2": [-10.0, -2.0], "operation": "+", "result": [-8, 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: (39.0 - 15.0i) ÷ (9.0 + 4.0i) | 3.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 356, "num1": [39.0, -15.0], "num2": [9.0, 4.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: (9.0 - 10.0i) + (9.0 - 3.0i) | 18.0 - 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 357, "num1": [9.0, -10.0], "num2": [9.0, -3.0], "operation": "+", "result": [18, -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: (-2.0 - 8.0i) + (8.0 + 5.0i) | 6.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 358, "num1": [-2.0, -8.0], "num2": [8.0, 5.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]}} |
Subtract the complex numbers: (3.0 - 2.0i) - (8.0 + 2.0i) | -5.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 359, "num1": [3.0, -2.0], "num2": [8.0, 2.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]}} |
Multiply the complex numbers: (-7.0 + 10.0i) × (3.0 + 2.0i) | -41.0 + 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 360, "num1": [-7.0, 10.0], "num2": [3.0, 2.0], "operation": "*", "result": [-41, 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: (-9.00i) + (-5.0 - 2.0i) | -5.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 361, "num1": [0.0, -9.0], "num2": [-5.0, -2.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]}} |
Add the complex numbers: (2.0 - 10.0i) + (6.0 - 8.0i) | 8.0 - 18.0i | {"source_dataset": "complex_arithmetic", "source_index": 362, "num1": [2.0, -10.0], "num2": [6.0, -8.0], "operation": "+", "result": [8, -18], "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) + (9.0 + 8.0i) | 13.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 363, "num1": [4.0, -7.0], "num2": [9.0, 8.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: (3.0 + 2.0i) - (8.0 - 1.0i) | -5.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 364, "num1": [3.0, 2.0], "num2": [8.0, -1.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]}} |
Subtract the complex numbers: (-7.0 - 1.0i) - (7.0 + 2.0i) | -14.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 365, "num1": [-7.0, -1.0], "num2": [7.0, 2.0], "operation": "-", "result": [-14, -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: (4.0 - 2.0i) - (7.0 - 3.0i) | -3.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 366, "num1": [4.0, -2.0], "num2": [7.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: (7.0 + 5.0i) × (-6.0 + 7.0i) | -77.0 + 19.0i | {"source_dataset": "complex_arithmetic", "source_index": 367, "num1": [7.0, 5.0], "num2": [-6.0, 7.0], "operation": "*", "result": [-77, 19], "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 - 10.0i) + (-8.00i) | -1.0 - 18.0i | {"source_dataset": "complex_arithmetic", "source_index": 368, "num1": [-1.0, -10.0], "num2": [0.0, -8.0], "operation": "+", "result": [-1, -18], "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.00i) + (9.0 - 4.0i) | 9.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 369, "num1": [0.0, -4.0], "num2": [9.0, -4.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]}} |
Add the complex numbers: (-9.0 - 7.0i) + (-4.0 - 7.0i) | -13.0 - 14.0i | {"source_dataset": "complex_arithmetic", "source_index": 370, "num1": [-9.0, -7.0], "num2": [-4.0, -7.0], "operation": "+", "result": [-13, -14], "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 + 4.0i) × (-5.0 - 8.0i) | -18.0 - 100.0i | {"source_dataset": "complex_arithmetic", "source_index": 371, "num1": [10.0, 4.0], "num2": [-5.0, -8.0], "operation": "*", "result": [-18, -100], "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 + 9.0i) - (-3.0 + 9.0i) | 4.00 | {"source_dataset": "complex_arithmetic", "source_index": 372, "num1": [1.0, 9.0], "num2": [-3.0, 9.0], "operation": "-", "result": [4, 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: (-3.0 - 2.0i) - (-4.0 - 4.0i) | 1.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 373, "num1": [-3.0, -2.0], "num2": [-4.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]}} |
Add the complex numbers: (-10.0 + 6.0i) + (8.0 + 9.0i) | -2.0 + 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 374, "num1": [-10.0, 6.0], "num2": [8.0, 9.0], "operation": "+", "result": [-2, 15], "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 - 10.0i) ÷ (2.0 - 1.0i) | -8.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 375, "num1": [-25.0, -10.0], "num2": [2.0, -1.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: (-7.0 - 1.0i) + (-6.0 - 2.0i) | -13.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 376, "num1": [-7.0, -1.0], "num2": [-6.0, -2.0], "operation": "+", "result": [-13, -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: (-6.0 - 6.0i) - (-1.0 + 1.0i) | -5.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 377, "num1": [-6.0, -6.0], "num2": [-1.0, 1.0], "operation": "-", "result": [-5, -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 - 2.0i) + (2.0 - 7.0i) | 3.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 378, "num1": [1.0, -2.0], "num2": [2.0, -7.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: (9.0 - 2.0i) - (5.0 + 5.0i) | 4.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 379, "num1": [9.0, -2.0], "num2": [5.0, 5.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.00) + (6.0 + 9.0i) | -4.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 380, "num1": [-10.0, 0.0], "num2": [6.0, 9.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: (7.0 + 10.0i) + (8.0 + 6.0i) | 15.0 + 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 381, "num1": [7.0, 10.0], "num2": [8.0, 6.0], "operation": "+", "result": [15, 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: (-6.0 - 9.0i) - (10.0 + 3.0i) | -16.0 - 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 382, "num1": [-6.0, -9.0], "num2": [10.0, 3.0], "operation": "-", "result": [-16, -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: (-5.0 + 1.0i) - (-9.0 + 9.0i) | 4.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 383, "num1": [-5.0, 1.0], "num2": [-9.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]}} |
Add the complex numbers: (1.0 - 8.0i) + (-4.0 - 7.0i) | -3.0 - 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 384, "num1": [1.0, -8.0], "num2": [-4.0, -7.0], "operation": "+", "result": [-3, -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: (5.0 + 1.0i) + (-9.0 - 5.0i) | -4.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 385, "num1": [5.0, 1.0], "num2": [-9.0, -5.0], "operation": "+", "result": [-4, -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: (-9.0 + 6.0i) + (4.0 - 7.0i) | -5.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 386, "num1": [-9.0, 6.0], "num2": [4.0, -7.0], "operation": "+", "result": [-5, -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 - 10.0i) - (-10.00i) | -7.00 | {"source_dataset": "complex_arithmetic", "source_index": 387, "num1": [-7.0, -10.0], "num2": [0.0, -10.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: (-6.0 - 10.0i) + (-6.0 - 4.0i) | -12.0 - 14.0i | {"source_dataset": "complex_arithmetic", "source_index": 388, "num1": [-6.0, -10.0], "num2": [-6.0, -4.0], "operation": "+", "result": [-12, -14], "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: (127.0 + 60.0i) ÷ (-10.0 + 3.0i) | -10.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 389, "num1": [127.0, 60.0], "num2": [-10.0, 3.0], "operation": "/", "result": [-10, -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 - 8.0i) - (2.0 + 5.0i) | 3.0 - 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 390, "num1": [5.0, -8.0], "num2": [2.0, 5.0], "operation": "-", "result": [3, -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: (5.0 - 8.0i) + (-9.0 + 5.0i) | -4.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 391, "num1": [5.0, -8.0], "num2": [-9.0, 5.0], "operation": "+", "result": [-4, -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 - 4.0i) + (2.0 + 6.0i) | 8.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 392, "num1": [6.0, -4.0], "num2": [2.0, 6.0], "operation": "+", "result": [8, 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: (-14.0 + 34.0i) ÷ (5.0 - 1.0i) | -4.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 393, "num1": [-14.0, 34.0], "num2": [5.0, -1.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: (2.0 - 3.0i) + (-5.0 + 1.0i) | -3.0 - 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 394, "num1": [2.0, -3.0], "num2": [-5.0, 1.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]}} |
Subtract the complex numbers: (-7.0 - 10.0i) - (-6.0 - 10.0i) | -1.00 | {"source_dataset": "complex_arithmetic", "source_index": 395, "num1": [-7.0, -10.0], "num2": [-6.0, -10.0], "operation": "-", "result": [-1, 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: (8.0 + 6.0i) + (-8.0 - 1.0i) | 5.00i | {"source_dataset": "complex_arithmetic", "source_index": 396, "num1": [8.0, 6.0], "num2": [-8.0, -1.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: (-1.0 + 3.0i) - (-2.0 + 6.0i) | 1.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 397, "num1": [-1.0, 3.0], "num2": [-2.0, 6.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: (-8.0 - 1.0i) + (-1.0 - 3.0i) | -9.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 398, "num1": [-8.0, -1.0], "num2": [-1.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]}} |
Add the complex numbers: (2.0 + 9.0i) + (-6.0 + 5.0i) | -4.0 + 14.0i | {"source_dataset": "complex_arithmetic", "source_index": 399, "num1": [2.0, 9.0], "num2": [-6.0, 5.0], "operation": "+", "result": [-4, 14], "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.