question stringlengths 41 61 | answer stringlengths 4 14 | metadata stringlengths 262 272 |
|---|---|---|
Add the complex numbers: (4.0 + 9.0i) + (4.0 + 3.0i) | 8.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 400, "num1": [4.0, 9.0], "num2": [4.0, 3.0], "operation": "+", "result": [8, 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: (-10.0 + 10.0i) - (10.0 - 2.0i) | -20.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 401, "num1": [-10.0, 10.0], "num2": [10.0, -2.0], "operation": "-", "result": [-20, 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: (-10.0 - 1.0i) + (5.0 - 2.0i) | -5.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 402, "num1": [-10.0, -1.0], "num2": [5.0, -2.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: (-3.0 - 8.0i) - (2.0 - 2.0i) | -5.0 - 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 403, "num1": [-3.0, -8.0], "num2": [2.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]}} |
Subtract the complex numbers: (7.0 + 10.0i) - (9.0 + 10.0i) | -2.00 | {"source_dataset": "complex_arithmetic", "source_index": 404, "num1": [7.0, 10.0], "num2": [9.0, 10.0], "operation": "-", "result": [-2, 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 - 10.0i) - (9.0 + 2.0i) | -3.0 - 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 405, "num1": [6.0, -10.0], "num2": [9.0, 2.0], "operation": "-", "result": [-3, -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 - 1.0i) + (-5.0 - 10.0i) | -12.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 406, "num1": [-7.0, -1.0], "num2": [-5.0, -10.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]}} |
Add the complex numbers: (-4.0 + 2.0i) + (-7.0 + 9.0i) | -11.0 + 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 407, "num1": [-4.0, 2.0], "num2": [-7.0, 9.0], "operation": "+", "result": [-11, 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: (10.0 - 6.0i) + (2.0 - 9.0i) | 12.0 - 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 408, "num1": [10.0, -6.0], "num2": [2.0, -9.0], "operation": "+", "result": [12, -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 + 5.0i) + (1.0 - 9.0i) | -5.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 409, "num1": [-6.0, 5.0], "num2": [1.0, -9.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]}} |
Add the complex numbers: (-1.00) + (-8.0 - 1.0i) | -9.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 410, "num1": [-1.0, 0.0], "num2": [-8.0, -1.0], "operation": "+", "result": [-9, -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: (7.0 + 5.0i) + (2.0 + 6.0i) | 9.0 + 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 411, "num1": [7.0, 5.0], "num2": [2.0, 6.0], "operation": "+", "result": [9, 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: (7.0 + 10.0i) + (8.00) | 15.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 412, "num1": [7.0, 10.0], "num2": [8.0, 0.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]}} |
Divide the complex numbers: (-100.0 - 84.0i) ÷ (8.0 + 10.0i) | -10.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 413, "num1": [-100.0, -84.0], "num2": [8.0, 10.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: (4.0 + 3.0i) - (2.0 + 10.0i) | 2.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 414, "num1": [4.0, 3.0], "num2": [2.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]}} |
Subtract the complex numbers: (7.00i) - (-2.0 + 4.0i) | 2.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 415, "num1": [0.0, 7.0], "num2": [-2.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]}} |
Add the complex numbers: (6.0 + 4.0i) + (-8.0 - 8.0i) | -2.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 416, "num1": [6.0, 4.0], "num2": [-8.0, -8.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]}} |
Divide the complex numbers: (70.0 + 10.0i) ÷ (-10.0 - 5.0i) | -6.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 417, "num1": [70.0, 10.0], "num2": [-10.0, -5.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]}} |
Add the complex numbers: (5.0 - 10.0i) + (2.0 + 9.0i) | 7.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 418, "num1": [5.0, -10.0], "num2": [2.0, 9.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: (-8.0 + 8.0i) - (9.0 + 7.0i) | -17.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 419, "num1": [-8.0, 8.0], "num2": [9.0, 7.0], "operation": "-", "result": [-17, 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 + 2.0i) - (-5.0 - 10.0i) | -3.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 420, "num1": [-8.0, 2.0], "num2": [-5.0, -10.0], "operation": "-", "result": [-3, 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: (5.0 + 7.0i) + (-8.0 - 4.0i) | -3.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 421, "num1": [5.0, 7.0], "num2": [-8.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: (7.0 + 9.0i) + (-3.0 - 3.0i) | 4.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 422, "num1": [7.0, 9.0], "num2": [-3.0, -3.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: (-3.0 - 9.0i) + (10.0 - 10.0i) | 7.0 - 19.0i | {"source_dataset": "complex_arithmetic", "source_index": 423, "num1": [-3.0, -9.0], "num2": [10.0, -10.0], "operation": "+", "result": [7, -19], "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 - 1.0i) × (-4.0 - 6.0i) | 22.0 + 46.0i | {"source_dataset": "complex_arithmetic", "source_index": 424, "num1": [-7.0, -1.0], "num2": [-4.0, -6.0], "operation": "*", "result": [22, 46], "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) + (-10.0 + 3.0i) | -8.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 425, "num1": [2.0, -8.0], "num2": [-10.0, 3.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]}} |
Divide the complex numbers: (-56.0 - 88.0i) ÷ (8.0 - 8.0i) | 2.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 426, "num1": [-56.0, -88.0], "num2": [8.0, -8.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]}} |
Add the complex numbers: (-1.0 - 2.0i) + (3.0 + 10.0i) | 2.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 427, "num1": [-1.0, -2.0], "num2": [3.0, 10.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: (1.0 - 5.0i) + (-6.0 + 6.0i) | -5.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 428, "num1": [1.0, -5.0], "num2": [-6.0, 6.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 - 42.0i) ÷ (-1.0 + 4.0i) | -8.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 429, "num1": [-32.0, -42.0], "num2": [-1.0, 4.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]}} |
Multiply the complex numbers: (-4.0 + 10.0i) × (4.0 - 9.0i) | 74.0 + 76.0i | {"source_dataset": "complex_arithmetic", "source_index": 430, "num1": [-4.0, 10.0], "num2": [4.0, -9.0], "operation": "*", "result": [74, 76], "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) + (1.0 - 7.0i) | -8.0 - 17.0i | {"source_dataset": "complex_arithmetic", "source_index": 431, "num1": [-9.0, -10.0], "num2": [1.0, -7.0], "operation": "+", "result": [-8, -17], "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) + (-6.0 - 1.0i) | -15.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 432, "num1": [-9.0, 3.0], "num2": [-6.0, -1.0], "operation": "+", "result": [-15, 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: (-10.0 - 156.0i) ÷ (10.0 + 7.0i) | -8.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 433, "num1": [-10.0, -156.0], "num2": [10.0, 7.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]}} |
Subtract the complex numbers: (8.0 - 2.0i) - (1.0 + 9.0i) | 7.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 434, "num1": [8.0, -2.0], "num2": [1.0, 9.0], "operation": "-", "result": [7, -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: (-9.0 - 1.0i) - (-5.0 + 7.0i) | -4.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 435, "num1": [-9.0, -1.0], "num2": [-5.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]}} |
Divide the complex numbers: (-106.0 + 18.0i) ÷ (6.0 - 10.0i) | -6.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 436, "num1": [-106.0, 18.0], "num2": [6.0, -10.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]}} |
Divide the complex numbers: (-24.0 + 60.0i) ÷ (6.0 + 6.0i) | 3.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 437, "num1": [-24.0, 60.0], "num2": [6.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: (-1.0 + 6.0i) + (4.0 - 4.0i) | 3.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 438, "num1": [-1.0, 6.0], "num2": [4.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]}} |
Subtract the complex numbers: (5.0 + 3.0i) - (-6.0 + 4.0i) | 11.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 439, "num1": [5.0, 3.0], "num2": [-6.0, 4.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]}} |
Subtract the complex numbers: (-1.0 + 3.0i) - (10.0 + 8.0i) | -11.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 440, "num1": [-1.0, 3.0], "num2": [10.0, 8.0], "operation": "-", "result": [-11, -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.00) - (-2.0 - 8.0i) | 10.0 + 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 441, "num1": [8.0, 0.0], "num2": [-2.0, -8.0], "operation": "-", "result": [10, 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.00) - (-9.0 - 7.0i) | 13.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 442, "num1": [4.0, 0.0], "num2": [-9.0, -7.0], "operation": "-", "result": [13, 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: (-5.0 + 5.0i) + (1.00i) | -5.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 443, "num1": [-5.0, 5.0], "num2": [0.0, 1.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: (5.0 - 2.0i) + (-5.0 - 3.0i) | -5.00i | {"source_dataset": "complex_arithmetic", "source_index": 444, "num1": [5.0, -2.0], "num2": [-5.0, -3.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]}} |
Multiply the complex numbers: (9.0 + 1.0i) × (-9.00i) | 9.0 - 81.0i | {"source_dataset": "complex_arithmetic", "source_index": 445, "num1": [9.0, 1.0], "num2": [0.0, -9.0], "operation": "*", "result": [9, -81], "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.00i) + (10.0 + 7.0i) | 10.0 + 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 446, "num1": [0.0, 6.0], "num2": [10.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]}} |
Divide the complex numbers: (-69.0 - 3.0i) ÷ (3.0 + 6.0i) | -5.0 + 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 447, "num1": [-69.0, -3.0], "num2": [3.0, 6.0], "operation": "/", "result": [-5, 9], "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: (-24.0 + 70.0i) ÷ (5.0 + 7.0i) | 5.0 + 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 448, "num1": [-24.0, 70.0], "num2": [5.0, 7.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]}} |
Subtract the complex numbers: (2.0 + 5.0i) - (9.0 + 10.0i) | -7.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 449, "num1": [2.0, 5.0], "num2": [9.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]}} |
Multiply the complex numbers: (-7.0 + 1.0i) × (-1.0 - 10.0i) | 17.0 + 69.0i | {"source_dataset": "complex_arithmetic", "source_index": 450, "num1": [-7.0, 1.0], "num2": [-1.0, -10.0], "operation": "*", "result": [17, 69], "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) × (-2.0 + 1.0i) | -6.0 - 17.0i | {"source_dataset": "complex_arithmetic", "source_index": 451, "num1": [-1.0, 8.0], "num2": [-2.0, 1.0], "operation": "*", "result": [-6, -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: (10.0 - 6.0i) - (-10.0 - 10.0i) | 20.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 452, "num1": [10.0, -6.0], "num2": [-10.0, -10.0], "operation": "-", "result": [20, 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: (-4.0 + 7.0i) - (-7.0 + 8.0i) | 3.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 453, "num1": [-4.0, 7.0], "num2": [-7.0, 8.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]}} |
Subtract the complex numbers: (4.0 + 2.0i) - (-7.00) | 11.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 454, "num1": [4.0, 2.0], "num2": [-7.0, 0.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: (-5.00) + (-4.0 - 1.0i) | -9.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 455, "num1": [-5.0, 0.0], "num2": [-4.0, -1.0], "operation": "+", "result": [-9, -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: (9.0 - 3.0i) - (-3.0 + 1.0i) | 12.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 456, "num1": [9.0, -3.0], "num2": [-3.0, 1.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: (5.0 - 1.0i) + (8.0 + 5.0i) | 13.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 457, "num1": [5.0, -1.0], "num2": [8.0, 5.0], "operation": "+", "result": [13, 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: (6.0 + 8.0i) - (4.0 - 2.0i) | 2.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 458, "num1": [6.0, 8.0], "num2": [4.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]}} |
Subtract the complex numbers: (10.0 + 1.0i) - (-3.0 + 10.0i) | 13.0 - 9.0i | {"source_dataset": "complex_arithmetic", "source_index": 459, "num1": [10.0, 1.0], "num2": [-3.0, 10.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]}} |
Subtract the complex numbers: (-5.0 + 10.0i) - (1.0 - 5.0i) | -6.0 + 15.0i | {"source_dataset": "complex_arithmetic", "source_index": 460, "num1": [-5.0, 10.0], "num2": [1.0, -5.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: (1.0 - 4.0i) + (2.0 - 1.0i) | 3.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 461, "num1": [1.0, -4.0], "num2": [2.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: (8.0 + 1.0i) - (-10.0 - 4.0i) | 18.0 + 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 462, "num1": [8.0, 1.0], "num2": [-10.0, -4.0], "operation": "-", "result": [18, 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: (-1.0 - 2.0i) + (5.00i) | -1.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 463, "num1": [-1.0, -2.0], "num2": [0.0, 5.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]}} |
Subtract the complex numbers: (5.0 - 2.0i) - (2.0 + 8.0i) | 3.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 464, "num1": [5.0, -2.0], "num2": [2.0, 8.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: (9.0 + 8.0i) - (-6.0 + 5.0i) | 15.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 465, "num1": [9.0, 8.0], "num2": [-6.0, 5.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: (3.0 + 5.0i) - (-8.0 - 7.0i) | 11.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 466, "num1": [3.0, 5.0], "num2": [-8.0, -7.0], "operation": "-", "result": [11, 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 - 4.0i) - (-5.0 - 6.0i) | 8.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 467, "num1": [3.0, -4.0], "num2": [-5.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]}} |
Subtract the complex numbers: (7.0 - 1.0i) - (3.0 + 3.0i) | 4.0 - 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 468, "num1": [7.0, -1.0], "num2": [3.0, 3.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: (-7.0 - 6.0i) + (-3.0 + 5.0i) | -10.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 469, "num1": [-7.0, -6.0], "num2": [-3.0, 5.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: (4.0 - 6.0i) + (3.00i) | 4.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 470, "num1": [4.0, -6.0], "num2": [0.0, 3.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 + 9.0i) + (-5.0 + 3.0i) | -11.0 + 12.0i | {"source_dataset": "complex_arithmetic", "source_index": 471, "num1": [-6.0, 9.0], "num2": [-5.0, 3.0], "operation": "+", "result": [-11, 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: (10.0 + 10.0i) + (-4.0 - 6.0i) | 6.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 472, "num1": [10.0, 10.0], "num2": [-4.0, -6.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]}} |
Add the complex numbers: (-1.0 - 6.0i) + (-7.0 - 10.0i) | -8.0 - 16.0i | {"source_dataset": "complex_arithmetic", "source_index": 473, "num1": [-1.0, -6.0], "num2": [-7.0, -10.0], "operation": "+", "result": [-8, -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: (-3.0 + 7.0i) × (8.0 + 10.0i) | -94.0 + 26.0i | {"source_dataset": "complex_arithmetic", "source_index": 474, "num1": [-3.0, 7.0], "num2": [8.0, 10.0], "operation": "*", "result": [-94, 26], "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 - 5.0i) | -14.0 - 22.0i | {"source_dataset": "complex_arithmetic", "source_index": 475, "num1": [2.0, -4.0], "num2": [3.0, -5.0], "operation": "*", "result": [-14, -22], "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: (13.0 + 4.0i) ÷ (1.0 - 2.0i) | 1.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 476, "num1": [13.0, 4.0], "num2": [1.0, -2.0], "operation": "/", "result": [1, 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: (-10.00) - (-3.0 - 6.0i) | -7.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 477, "num1": [-10.0, 0.0], "num2": [-3.0, -6.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]}} |
Divide the complex numbers: (-6.0 + 58.0i) ÷ (2.0 - 6.0i) | -9.0 + 2.0i | {"source_dataset": "complex_arithmetic", "source_index": 478, "num1": [-6.0, 58.0], "num2": [2.0, -6.0], "operation": "/", "result": [-9, 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 - 2.0i) + (3.0 - 5.0i) | 2.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 479, "num1": [-1.0, -2.0], "num2": [3.0, -5.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: (2.0 + 9.0i) + (-10.0 - 6.0i) | -8.0 + 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 480, "num1": [2.0, 9.0], "num2": [-10.0, -6.0], "operation": "+", "result": [-8, 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: (28.0 + 17.0i) ÷ (2.0 - 5.0i) | -1.0 + 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 481, "num1": [28.0, 17.0], "num2": [2.0, -5.0], "operation": "/", "result": [-1, 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: (-10.0 + 8.0i) + (-2.0 + 5.0i) | -12.0 + 13.0i | {"source_dataset": "complex_arithmetic", "source_index": 482, "num1": [-10.0, 8.0], "num2": [-2.0, 5.0], "operation": "+", "result": [-12, 13], "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) × (-5.0 - 5.0i) | 60.0 + 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 483, "num1": [-7.0, 5.0], "num2": [-5.0, -5.0], "operation": "*", "result": [60, 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: (31.0 + 49.0i) ÷ (-9.0 - 1.0i) | -4.0 - 5.0i | {"source_dataset": "complex_arithmetic", "source_index": 484, "num1": [31.0, 49.0], "num2": [-9.0, -1.0], "operation": "/", "result": [-4, -5], "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: (-15.00) ÷ (-5.00) | 3.00 | {"source_dataset": "complex_arithmetic", "source_index": 485, "num1": [-15.0, 0.0], "num2": [-5.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]}} |
Subtract the complex numbers: (8.0 - 1.0i) - (-7.0 + 5.0i) | 15.0 - 6.0i | {"source_dataset": "complex_arithmetic", "source_index": 486, "num1": [8.0, -1.0], "num2": [-7.0, 5.0], "operation": "-", "result": [15, -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 - 3.0i) - (4.0 - 4.0i) | -10.0 + 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 487, "num1": [-6.0, -3.0], "num2": [4.0, -4.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]}} |
Multiply the complex numbers: (-7.0 + 7.0i) × (-3.0 + 9.0i) | -42.0 - 84.0i | {"source_dataset": "complex_arithmetic", "source_index": 488, "num1": [-7.0, 7.0], "num2": [-3.0, 9.0], "operation": "*", "result": [-42, -84], "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 + 26.0i) ÷ (8.0 + 1.0i) | -6.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 489, "num1": [-52.0, 26.0], "num2": [8.0, 1.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]}} |
Add the complex numbers: (9.0 - 6.0i) + (-8.0 + 5.0i) | 1.0 - 1.0i | {"source_dataset": "complex_arithmetic", "source_index": 490, "num1": [9.0, -6.0], "num2": [-8.0, 5.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: (1.0 - 2.0i) + (3.0 - 9.0i) | 4.0 - 11.0i | {"source_dataset": "complex_arithmetic", "source_index": 491, "num1": [1.0, -2.0], "num2": [3.0, -9.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]}} |
Subtract the complex numbers: (7.0 - 4.0i) - (4.0 + 6.0i) | 3.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 492, "num1": [7.0, -4.0], "num2": [4.0, 6.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: (3.0 + 2.0i) + (8.0 + 2.0i) | 11.0 + 4.0i | {"source_dataset": "complex_arithmetic", "source_index": 493, "num1": [3.0, 2.0], "num2": [8.0, 2.0], "operation": "+", "result": [11, 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 + 7.0i) - (7.0 - 10.0i) | 3.0 + 17.0i | {"source_dataset": "complex_arithmetic", "source_index": 494, "num1": [10.0, 7.0], "num2": [7.0, -10.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: (-3.0 - 3.0i) - (-9.0 + 4.0i) | 6.0 - 7.0i | {"source_dataset": "complex_arithmetic", "source_index": 495, "num1": [-3.0, -3.0], "num2": [-9.0, 4.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]}} |
Add the complex numbers: (-9.0 + 2.0i) + (-9.0 - 5.0i) | -18.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 496, "num1": [-9.0, 2.0], "num2": [-9.0, -5.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]}} |
Add the complex numbers: (7.0 - 9.0i) + (-6.0 + 1.0i) | 1.0 - 8.0i | {"source_dataset": "complex_arithmetic", "source_index": 497, "num1": [7.0, -9.0], "num2": [-6.0, 1.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: (1.0 - 10.0i) - (4.00) | -3.0 - 10.0i | {"source_dataset": "complex_arithmetic", "source_index": 498, "num1": [1.0, -10.0], "num2": [4.0, 0.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: (4.0 + 2.0i) + (-6.0 - 5.0i) | -2.0 - 3.0i | {"source_dataset": "complex_arithmetic", "source_index": 499, "num1": [4.0, 2.0], "num2": [-6.0, -5.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]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.