Datasets:
File size: 182,662 Bytes
78f56d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 | {"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"38\u00d742=","answer":1596.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":" ( 11 * 17) + 56=","answer":243.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"log 10(797)=","answer":2.9015,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"-1-9=","answer":-10.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"936913097197+52653430976=","answer":989566528173.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"6152\u00d732179=","answer":197965208.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"log 2(432)=","answer":8.7549,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"3**3=","answer":27.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"8+56=","answer":64.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"13+934=","answer":947.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"log 10(495)=","answer":2.6946,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"tan(9.17\u03c0)=","answer":0.5774,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"pi-\u03c0=","answer":0.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"85\u00d747=","answer":3995.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"cos(-9.75\u03c0)=","answer":0.7071,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"33\/22=","answer":1.5,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"0.09*2.0=","answer":0.18,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"9+2=","answer":11.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"cos(-60\u00b0)=","answer":0.5,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"51677\u00d790778=","answer":4691134706.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"ln(247)=","answer":5.5094,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"e-5=","answer":-2.2817,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"4.3651^3.1882=","answer":109.7563,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"50\/95=","answer":0.5263,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"4-10=","answer":-6.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"50\/18=","answer":2.7778,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"88254\u00d726228=","answer":2314725912.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"721-847=","answer":-126.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"714637232158-667119914538=","answer":47517317620.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"0.0069+(-0.86)=","answer":-0.8531,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"-4+(-6)=","answer":-10.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"5+2=","answer":7.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":" 38 + ( 26 \/ 67) * 19=","answer":45.3731,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"ln(779)=","answer":6.658,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"6+2=","answer":8.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"10+(-3)=","answer":7.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"2\u00d789=","answer":178.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"88.0+(-0.54)=","answer":87.46,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"70\u00f761=","answer":1.1475,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"2+6=","answer":8.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"14\u00f785=","answer":0.1647,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"sin(-0.5\u03c0)=","answer":-1.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":" ( 14 + 96) * 93 + ( 72 * 23)=","answer":11886.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"ln(695)=","answer":6.5439,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"0.6\u00d74.0=","answer":2.4,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"5.0*0.09=","answer":0.45,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"66\u00d745=","answer":2970.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"-23.0-(-0.43)=","answer":-22.57,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"373490079876-646750175965=","answer":-273260096089.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"7^4=","answer":2401.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"71786\u00d721638=","answer":1553305468.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"623690866796+368029869233=","answer":991720736029.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"e-pi=","answer":-0.4232,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"3**4=","answer":81.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"5^4=","answer":625.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"2-8=","answer":-6.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"71\/22=","answer":3.2273,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"636+766=","answer":1402.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"420-6=","answer":414.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":" 32 \/ 15=","answer":2.1333,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"5655\u00d742805=","answer":242062275.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"774426524175+721318944497=","answer":1495745468672.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"0.8723**2.159=","answer":0.7446,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"log 2(213)=","answer":7.7347,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"92978\u00d728845=","answer":2681950410.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"0.1*3.0=","answer":0.3,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"28445*80568=","answer":2291756760.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"37739*66015=","answer":2491340085.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"\u03c0+e=","answer":5.8598,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":"678420482144+26140223017=","answer":704560705161.0,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"arithmetic_mixed","question":" 16 \/ 51=","answer":0.3137,"reasoning":null,"source":"Math-401"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -32, -28, -22, -14, -4?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 28, 76, 170, 334, 592?","answer":968.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 97, 178, 259?","answer":340.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 199, 408, 617, 826?","answer":1035.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 219, 201, 181, 159, 135, 109, 81?","answer":51.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 34, 61, 88, 115?","answer":142.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 10, 21, 38, 61, 90, 125?","answer":166.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -731, -732, -733?","answer":-734.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 5929, 5928, 5927, 5926, 5925, 5924?","answer":5923.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -321, -330, -351, -390, -453?","answer":-546.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -1691, -1690, -1689, -1688?","answer":-1687.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -27, -52, -69, -78, -79, -72, -57?","answer":-34.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 219, 437, 655, 873, 1091, 1309?","answer":1527.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 50, 62, 92, 146, 230, 350, 512?","answer":722.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -609, -1186, -1763, -2340, -2917, -3494?","answer":-4071.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -71, -79, -101, -143, -211, -311, -449?","answer":-631.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 244, 253, 262?","answer":271.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -40, -49, -70, -109, -172?","answer":-265.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 17, 34, 51, 68?","answer":85.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 1964, 3923, 5880, 7835?","answer":9788.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 35, 123, 271, 479, 747, 1075?","answer":1463.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 20, 31, 46, 65?","answer":88.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -53, -114, -175?","answer":-236.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 3, -23, -51, -81?","answer":-113.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 61, 62, 53, 28, -19?","answer":-94.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: -396, -392, -378, -348, -296?","answer":-216.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 1070, 4273, 9610, 17081?","answer":26686.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 1927, 1929, 1929, 1927, 1923?","answer":1917.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 6, 43, 140, 327, 634, 1091, 1728, 2575?","answer":3662.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -109, -391, -859, -1513?","answer":-2353.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 80, 75, 68, 59, 48, 35?","answer":20.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 2538, 2528, 2504, 2460, 2390, 2288, 2148?","answer":1964.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 30, 52, 74, 96?","answer":118.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 273, 545, 821, 1101, 1385, 1673?","answer":1965.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -1088, -1086, -1082, -1076, -1068, -1058?","answer":-1046.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 5, 18, 31, 44, 57?","answer":70.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -29, -77, -125, -173, -221, -269?","answer":-317.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -388, -386, -384?","answer":-382.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 140, 177, 250, 365, 528, 745, 1022, 1365?","answer":1780.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: -75, -80, -85, -90?","answer":-95.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 1, 22, 43, 64, 85, 106?","answer":127.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 894, 886, 864, 822, 754?","answer":654.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -42, -228, -538, -972, -1530, -2212, -3018?","answer":-3948.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -93, -96, -77, -24, 75, 232, 459, 768?","answer":1171.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -117, -231, -345, -459, -573?","answer":-687.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 369, 372, 375, 378?","answer":381.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -1, -2, 1, 8, 19?","answer":34.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -24, -35, -50, -69, -92, -119, -150?","answer":-185.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 49, 75, 95, 109, 117, 119, 115?","answer":105.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 114, 227, 340, 453, 566?","answer":679.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 1833, 1837, 1841, 1845, 1849?","answer":1853.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -262, -1052, -2360, -4180, -6506, -9332, -12652, -16460?","answer":-20750.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 11, 17, 27, 41, 59?","answer":81.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 12, 24, 38, 54, 72, 92, 114?","answer":138.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in -29, -46, -81, -140, -229, -354?","answer":-521.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 17, 49, 129, 281, 529, 897, 1409?","answer":2089.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 5313, 5311, 5309, 5307, 5305, 5303?","answer":5301.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 16, 33, 50, 67?","answer":84.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 40, 54, 80, 124, 192, 290?","answer":424.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 8, 48, 128, 260, 456, 728, 1088?","answer":1548.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 38, 52, 70, 86, 94, 88?","answer":62.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 44, 39, 32, 23?","answer":12.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in 3, 33, 85, 159, 255?","answer":373.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 104, 118, 132, 146, 160?","answer":174.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: -4770, -9546, -14322, -19098, -23874, -28650?","answer":-33426.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: 222, 221, 220, 219?","answer":218.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: -55, -65, -75, -85, -95?","answer":-105.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -18, -43, -86, -147, -226?","answer":-323.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is the next term in -1341, -2675, -3997, -5301, -6581, -7831?","answer":-9045.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 9, 13, 17, 21, 25?","answer":29.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What comes next: -8, -38, -114, -260, -500, -858, -1358, -2024?","answer":-2880.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Put together -758 and -1.","answer":-759.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -8699 less than -0.3?","answer":8698.7,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Work out 608.4 + -0.04.","answer":608.36,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add -2.517873 and -0.04.","answer":-2.557873,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Work out 0.53 - 1187.45.","answer":-1186.92,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add -0.8904 and -3.79.","answer":-4.6804,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Calculate -1455 - -0.095.","answer":-1454.905,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Put together -108241 and -0.2.","answer":-108241.2,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -2 - 16439?","answer":-16441.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Total of -0.022 and -24.","answer":-24.022,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"11326848+-0.1","answer":11326847.9000000004,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Work out -0.152 + -5.74.","answer":-5.892,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -0.1 less than 1115205.8?","answer":1115205.8999999999,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Subtract 0.0322 from 0.","answer":-0.0322,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 0.3245 less than -7?","answer":-7.3245,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Subtract -3828 from -0.1.","answer":3827.9,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add together 4 and 0.086612.","answer":4.086612,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Sum -8197.457 and -4.","answer":-8201.457,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"2.26 - 0.016","answer":2.244,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"-11 - -0.0479186","answer":-10.9520814,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 34 plus -931?","answer":-897.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 5.8 plus 73.95?","answer":79.75,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the distance between 0.189 and 14.26?","answer":14.071,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -161 plus 1124?","answer":963.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the distance between 813 and -82?","answer":895.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"-0.1+507.39","answer":507.29,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add together -18.766737 and -0.5.","answer":-19.266737,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the distance between 0.7 and -1843?","answer":1843.7,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add together 2585 and -13.","answer":2572.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -74366 take away -0.05?","answer":-74365.95,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add together -7.734 and -0.18.","answer":-7.914,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add together 0.05 and -0.04463.","answer":0.00537,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 1 + -8193?","answer":-8192.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -0.1 + -9208?","answer":-9208.1,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"52.21 + 0.5","answer":52.71,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -2 less than 2.63353?","answer":4.63353,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"-37.5+0.24","answer":-37.26,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Work out -1 - -0.0553.","answer":-0.9447,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 7 less than 0.00533?","answer":-6.99467,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -6.5 + -1.5?","answer":-8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 5090 + 3?","answer":5093.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Work out 8.2269 - 0.4.","answer":7.8269,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Put together -2158 and -4.","answer":-2162.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -0.02199 take away -0.5?","answer":0.47801,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the difference between -54 and -1340?","answer":1286.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the difference between -1.8 and -0.74?","answer":1.06,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Work out 4 - 58325.","answer":-58321.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -0.573395 plus 0.2?","answer":-0.373395,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Sum 39.85 and -183.","answer":-143.15,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 221 take away 0.2?","answer":220.8,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add together -0.269 and -0.0416.","answer":-0.3106,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 10203 - -0.0259?","answer":10203.0259,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the distance between -7.077 and -45?","answer":37.923,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the difference between -5 and -52887?","answer":52882.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Subtract -1 from -467.","answer":-466.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Calculate 422 - 121.","answer":301.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Calculate 0.09 - 428.","answer":-427.91,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"18446+529","answer":18975.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"-0.5 + -6.2084","answer":-6.7084,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -112 + -16312?","answer":-16424.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 7825 minus -0.03?","answer":7825.03,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -84217 minus -5?","answer":-84212.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"2898 + -318","answer":2580.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is the distance between -937 and 0.4?","answer":937.4,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 5 take away 72618?","answer":-72613.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Calculate -13 - 40.103.","answer":-53.103,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is 0.8116 - 2?","answer":-1.1884,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"What is -0.3 minus 1991087?","answer":-1991087.3,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"-3.133 + 2","answer":-1.133,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Add 0.156 and -135.","answer":-134.844,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_or_sub","question":"Calculate -5 - 2036615.","answer":-2036620.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of -4 + -1 + -6 - -12?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate (-2 - (0 + -1)) + 3.","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate -4 + 0 - ((-3 - -1) + 7).","answer":-9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of -2 + 4 - (-4 + 2 + -1)?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of (-5 - (3 + -6) - -3) + 0?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is -12 + (1 + 5 - -1) - -4?","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate 11 - (25 + -16) - (-1 + 3).","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate -8 + 1 + -63 + 67 - -3.","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of 1 - (7 + (15 + -9 - 6))?","answer":-6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 8 + -1 - (-3 + 8).","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of (1 - -1) + -2 + 1?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of -3 + -12 + 2 + 7?","answer":-6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is -4 - (-11 + 8) - -9?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 19 - (13 + -12 + 7).","answer":11.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 2 + 5 + 0 + -3 + -1.","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"-1 + -2 + -1 + 0","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"-7 + 0 + 5 + -6 - -4","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of 1 - 0 - 4 - (-3 - -5)?","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"17 - ((-4 - -27) + -10)","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 1 - (-2 - -2) - 6.","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate -13 - -8 - -9 - -1.","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"(-4 - (2 - 3)) + 4","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of (-17 - -5 - -2) + 2?","answer":-8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of 5 + (3 + 1 - (-2 - -6))?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is the value of (2 - 22) + -1 + 13 + -3?","answer":-11.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 3 + -4 + 0 + 4 + -7.","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"0 - 2 - (4 - (-5 + 11))","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 1 - (4 - 8 - -8).","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"-7 + (17 - (-8 + 14))","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"6 + -5 - 3 - -8","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is -1 - (2 + 1 - 4)?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is -8 + (12 - -1) - 12?","answer":-7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate (0 - -1) + (-2 - -4) - 0.","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate (-2 - (9 + -8)) + 3.","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate -5 - -2 - -5 - 3.","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"0 + (0 - (-1 - (-6 - 1)))","answer":-6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"(-4 - -4) + (2 - 1) + 2","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 0 - ((0 - 2) + (11 - 9)).","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is 1 - 0 - (-3 - (-1 + 0))?","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"-8 + (6 - -8) - (2 - 1)","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate 6 + -9 + (-2 - -4 - 4).","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is 7 - (-59 + 65 - (-7 - 0))?","answer":-6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"2 + -4 - 4 - -4","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"4 - 8 - -6 - 6","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate (0 - 6) + (-2 - -4) + 3.","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is 4 - (-5 - -5) - 1?","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 5 + 2 + -4 + (1 - 3).","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate (-11 - -6) + 7 - 5.","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is 1 + -3 - (25 - (38 - 10))?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is 9 - 2 - 11 - (-1 - 1)?","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"4 - (8 + -6 + 5)","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"1 + 0 - ((3 - 9) + 2)","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is 2 - (-6 + -2 + 5)?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 6 + 5 + (4 - 10).","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate (3 - (-4 - -3)) + -4.","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"-1 + 6 + (9 - 10)","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is (-10 - -6) + (-5 - -3)?","answer":-6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"(5 - 12) + (7 - -5)","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate (-6 - -2) + (5 - 3) - 2.","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"What is (-2 + (-3 - -8) - 1) + -1?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate -2 - (4 - 3) - 2.","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate -8 + 3 - (1 + -4 - 0).","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate -4 + (7 + (-5 - 0) - 0).","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate 5 + -11 + (1 - -11).","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate (0 - 4) + -1 + 3.","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"0 - (10 - (4 + 5))","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"2 + -2 + (-5 - -1)","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Evaluate -7 + (-7 - -2) - -5 - -9.","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"Calculate (-2 - 7) + 6 - (-1 - 1).","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"-6 + (3 - (1 - 1))","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"add_sub_multiple","question":"1 + 5 - (-7 + 17)","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 834 divided by 6.","answer":139.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -1680 divided by 84.","answer":-20.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -132 divided by 44.","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide -272 by 2.","answer":-136.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 9696 divided by 2424.","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide 36 by 4.","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 13080 divided by -1635.","answer":-8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"210 divided by -70","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -729 divided by 81?","answer":-9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -632 divided by -2.","answer":316.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"9 divided by -1","answer":-9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide 980 by 14.","answer":70.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 1535 divided by 307.","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"63755 divided by 5","answer":12751.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 0 divided by 7.","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 390 divided by -130?","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"0 divided by -1599","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -1064 divided by -2?","answer":532.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 3438 divided by 3438?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 52 divided by 4?","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -63 divided by -7.","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide 390 by -2.","answer":-195.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"12 divided by -3","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 0 divided by 24?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -1286 divided by -643.","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 1911 divided by -13.","answer":-147.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -4450 divided by 178.","answer":-25.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -44030 divided by -1190?","answer":37.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 32385 divided by -5.","answer":-6477.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"-513 divided by 3","answer":-171.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide -490 by 5.","answer":-98.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 58 divided by -29?","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 23200 divided by 20?","answer":1160.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -689 divided by -53.","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 368 divided by -92?","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -5 divided by -5?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 16330 divided by -5.","answer":-3266.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"-700 divided by 4","answer":-175.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide -1269 by 3.","answer":-423.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -3048 divided by 24?","answer":-127.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 50 divided by 5?","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 14010 divided by 3.","answer":4670.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -34974 divided by -6?","answer":5829.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"-19686 divided by -6","answer":3281.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -17 divided by 17?","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -1596 divided by 1.","answer":-1596.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -222 divided by 1.","answer":-222.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 1210 divided by 605?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide 0 by 84.","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -102 divided by 2.","answer":-51.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide 195 by -5.","answer":-39.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide 10812 by -3604.","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -416 divided by 208.","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -216 divided by 6.","answer":-36.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -732 divided by 4.","answer":-183.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 1220 divided by -1?","answer":-1220.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide -942 by 3.","answer":-314.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 175 divided by 7.","answer":25.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"0 divided by 500","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"6245 divided by -1249","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide -3570 by -238.","answer":15.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -546 divided by 6?","answer":-91.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is -115 divided by -23?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate 46 divided by -46.","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide -5910 by -6.","answer":985.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"-6405 divided by -105","answer":61.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide -3836 by -137.","answer":28.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"263 divided by 1","answer":263.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"What is 13125 divided by 5?","answer":2625.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Calculate -58176 divided by -6.","answer":9696.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div","question":"Divide 162 by 6.","answer":27.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is the product of 72 and -0.4?","answer":-28.8,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-1.3*-173","answer":224.9,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Work out 5 * 354.","answer":1770.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Calculate 2252*-0.2.","answer":-450.4,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is the product of 0.5 and -0.45?","answer":-0.225,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-0.1 times -50","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-0.01*-155","answer":1.55,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"6 times -4","answer":-24.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-133 * 13","answer":-1729.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Work out -0.9 * 2.36.","answer":-2.124,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is 1247 times 0.5?","answer":623.5,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-11.5*-4","answer":46.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Multiply 67 and 1.26.","answer":84.42,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"0.03*3.1","answer":0.093,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is the product of -129 and -2.8?","answer":361.2,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Calculate 0.04*11.9.","answer":0.476,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is 24 times -148?","answer":-3552.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is the product of 2 and -110.1?","answer":-220.2,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"4*1.31","answer":5.24,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is 5 times -34?","answer":-170.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-0.047 * -0.063","answer":0.002961,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is -7 times -271?","answer":1897.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Calculate 278*0.5.","answer":139.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Calculate 13*314.","answer":4082.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"359*92","answer":33028.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-0.4*0.0989","answer":-0.03956,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-45 * 66","answer":-2970.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Multiply -6 and -0.046.","answer":0.276,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Calculate 163*0.02.","answer":3.26,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-1.6297 times 1","answer":-1.6297,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"90.2 * 0.04","answer":3.608,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is the product of -776.5 and -0.1?","answer":77.65,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"0.00155 * -0.4","answer":-0.00062,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Work out 0.048 * -0.14.","answer":-0.00672,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"4.1*0.763","answer":3.1283,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Product of -232 and 2.","answer":-464.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is 2.62 times 0.1?","answer":0.262,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-47*0.04","answer":-1.88,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-0.5 * 540","answer":-270.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is the product of 0.3 and -81?","answer":-24.3,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Calculate -111*4.","answer":-444.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is -33 times 0.5?","answer":-16.5,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is the product of -41.8 and 4?","answer":-167.2,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is -0.01765 times 0.5?","answer":-0.008825,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-242*-1","answer":242.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is -11 times -10?","answer":110.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is -1.3 times 74?","answer":-96.2,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Work out -3230 * -5.","answer":16150.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-4449*0.5","answer":-2224.5,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Work out -35.35 * -0.3.","answer":10.605,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Multiply -3.08 and 4.","answer":-12.32,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Work out -220 * 0.2.","answer":-44.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is 63 times -0.2?","answer":-12.6,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-2167 times 3","answer":-6501.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"1006 times 6","answer":6036.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is 427 times 0?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is -26.9 times -0.16?","answer":4.304,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-23*28","answer":-644.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"2.9 times 13","answer":37.7,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-0.0201 times -0.32","answer":0.006432,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-58*-12","answer":696.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Multiply -0.0756 and 0.14.","answer":-0.010584,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"93 times 0.07","answer":6.51,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Calculate 27*0.104.","answer":2.808,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Multiply 2 and 4.264.","answer":8.528,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is -0.13 times -2?","answer":0.26,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Multiply 0.3 and 106.","answer":31.8,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"What is 306 times 55?","answer":16830.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Work out 0 * -3.4.","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"Product of -0.3 and 206.","answer":-61.8,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"1.21 times -0.055","answer":-0.06655,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (0\/1)\/((-40)\/(70\/(-7)))?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate 7\/((8\/2)\/4).","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"(-21)\/(-6)*((-480)\/35)\/12","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"((-15)\/25)\/((-13)\/(-65))","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of (288\/108)\/((4\/3)\/2)?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate ((-20)\/(-6))\/(8\/12).","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (4\/8)\/(((-3)\/(-12))\/(-1))?","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"(-3)\/3*(-6)\/3","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate 0\/(2\/((4\/6)\/(-1))).","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate 2\/(-2*(-2)\/(-6)).","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (3\/((-12)\/8))\/2?","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"((-10)\/(-6))\/(6\/(-72)*4)","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"((-48)\/(-28))\/((-4)\/(-14))","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (-3)\/((-6)\/(-2))*0\/(-5)?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (-8)\/(336\/(-35))*-6.","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of (10\/(-3))\/(10*2\/(-24))?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is 4\/(-8)*-5*6\/(-5)?","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is ((-56)\/(-49))\/(12\/42)?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"(4\/4)\/(-3)*-9","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"((-2)\/8)\/(3\/(-60))","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"140\/(-21)*(-3)\/4","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (-9)\/(-3)*-30*2\/(-36).","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate (-12)\/(-12)*(-2)\/(-6)*3.","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate ((-22)\/55)\/((-8)\/100).","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (105\/28)\/(-5)*4.","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate 7\/2*(-7)\/(98\/24).","answer":-6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (2\/16*-4)\/((-2)\/(-8))?","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"(-3)\/((-18)\/4)*-3","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate ((-3)\/6)\/(17\/34).","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"(((-6)\/4)\/1)\/(14\/(-56))","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of ((-1)\/(-1))\/(3\/(-3))?","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate (8\/(-5))\/((-3)\/((-30)\/(-4))).","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (-8)\/((-32)\/(-1))*-4?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate (-3)\/(4\/(112\/(-21))).","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (-15)\/(-3)*-3*1\/(-3).","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate 0\/((-10)\/(-10))*(-2)\/(-2).","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is 0\/((-6)\/(-1))*1?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (-1*(-10)\/2)\/(-1*1)?","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (3\/(-9)*-6)\/((-28)\/42)?","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate (-2)\/(-16)*-4*10.","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate 0\/(-4)*(-4)\/(-12).","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"((-5)\/(25\/2))\/(5\/25)","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (-7)\/((-14)\/(-12))*4\/(-8).","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (-2*(-8)\/(-20))\/((-2)\/5).","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is -10*(-1)\/4*(-4)\/5?","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (-5)\/(5\/2)*-2.","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (13\/(-13))\/((-2)\/(-6)).","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"((-22)\/(-33))\/(((-8)\/9)\/4)","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate ((7\/4)\/7)\/(3\/48).","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate (-1)\/((-8)\/(48\/(-3))).","answer":-2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (1*2)\/((-24)\/36)?","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"12\/18*(-3)\/4*0","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of (0\/18)\/((-2)\/2)?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (-56)\/8*(-6)\/42?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate 1\/(-12)*-4*-15.","answer":-5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"63*(-11)\/(-198)*-2*1","answer":-7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is 0\/(-3)*(-4)\/(-4)?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"(-180)\/(-24)*(-6)\/(-9)","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is 265\/106*((-16)\/5)\/2?","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate (-3)\/(((-105)\/(-14))\/(-5)).","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is (-2)\/((-4)\/25)*(-2)\/(-5)?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is -1*(-6)\/(-12)*2?","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of 120\/(-80)*((-4)\/3)\/(-2)?","answer":-1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Calculate (16\/(-6))\/(-8)*3.","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is 1*21*(-8)\/24?","answer":-7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"Evaluate -3*(-3)\/(-27)*-15.","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of (-9)\/((-32)\/24*(-9)\/(-8))?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"(-47)\/(-188)*(-24)\/2","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"2\/(-3)*63\/14","answer":-3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of 8*(11\/66)\/(1\/3)?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul_div_multiple","question":"What is the value of 112\/70*10\/(-4)?","answer":-4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many minutes are there in 13\/8 of a week?","answer":16380.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many kilograms are there in seventy-five halves of a tonne?","answer":37500.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many millilitres are there in six fifths of a litre?","answer":1200.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many micrograms are there in 0.1586889 milligrams?","answer":158.6889,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 2.112301 millilitres to litres.","answer":0.002112301,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many grams are there in eleven eighths of a kilogram?","answer":1375.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many nanometers are there in twenty-five halves of a micrometer?","answer":12500.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many kilometers are there in 57.27808m?","answer":0.05727808,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many centimeters are there in 0.0982382 nanometers?","answer":0.0000000098,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many decades are there in twenty-nine fifths of a century?","answer":58.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 80319.95 kilograms to micrograms.","answer":80319950000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 5.92509 litres to millilitres.","answer":5925.09,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many millennia are there in 15739.6 centuries?","answer":1573.96,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is five quarters of a litre in millilitres?","answer":1250.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many months are there in seven eighths of a millennium?","answer":10500.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many nanograms are there in 3\/5 of a microgram?","answer":600.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 0.9008868 litres in millilitres?","answer":900.8868,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 6.877596 millilitres to litres.","answer":0.006877596,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many centuries are there in 6.312342 decades?","answer":0.6312342,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many kilometers are there in 791701.7 nanometers?","answer":0.0000007917,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is three eighths of a litre in millilitres?","answer":375.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many nanoseconds are there in 3505.01 microseconds?","answer":3505010.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many years are there in 0.4903807 centuries?","answer":49.03807,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many centuries are there in 27\/5 of a millennium?","answer":54.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 1183.053 meters in nanometers?","answer":1183053000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 15\/4 of a gram in milligrams?","answer":3750.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is fifty-five halves of a kilometer in meters?","answer":27500.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many millilitres are there in one twentieth of a litre?","answer":50.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many seconds are there in 23\/3 of a minute?","answer":460.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 3\/16 of a kilometer in centimeters?","answer":18750.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 204.507m in micrometers?","answer":204507000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many grams are there in one twentieth of a tonne?","answer":50000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 711.957 months to millennia.","answer":0.05932975,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 3\/32 of a kilometer in centimeters?","answer":9375.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many meters are there in 84353.36nm?","answer":0.0000843534,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is fifty-one halves of a centimeter in millimeters?","answer":255.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 881199.5l to millilitres.","answer":881199500.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many centuries are there in 0.4701828 millennia?","answer":4.701828,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is three eighths of a kilogram in grams?","answer":375.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 18.147 meters to nanometers.","answer":18147000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 0.5016751 tonnes to kilograms.","answer":501.6751,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 6.254496 decades in centuries?","answer":0.6254496,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many grams are there in five eighths of a kilogram?","answer":625.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 16\/15 of a century in months?","answer":1280.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many microseconds are there in 924.743 nanoseconds?","answer":0.924743,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 0.7893657 millennia to centuries.","answer":7.893657,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 8260.556 days in nanoseconds?","answer":7.137120384e+17,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is fourty-three thirds of a century in months?","answer":17200.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many minutes are there in twenty-two ninths of a week?","answer":24640.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 2\/125 of a meter in millimeters?","answer":16.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 556880.9 micrograms in nanograms?","answer":556880900.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 36065.45 decades to millennia.","answer":360.6545,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many millimeters are there in eleven tenths of a centimeter?","answer":11.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many millennia are there in 46.56995 decades?","answer":0.4656995,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 0.929527 centuries in millennia?","answer":0.0929527,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 57786.15l in millilitres?","answer":57786150.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 196400.6 years in decades?","answer":19640.06,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many decades are there in 51\/2 of a century?","answer":255.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many microseconds are there in thirteen quarters of a millisecond?","answer":3250.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many micrograms are there in 99.86595 milligrams?","answer":99865.95,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many years are there in fifteen quarters of a century?","answer":375.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is one tenth of a milligram in nanograms?","answer":100000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many litres are there in 473.5709 millilitres?","answer":0.4735709,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 6721.733 meters to nanometers.","answer":6721733000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many micrometers are there in eleven halves of a centimeter?","answer":55000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many millilitres are there in 910.4399 litres?","answer":910439.9,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is sixteen fifteenths of a millennium in months?","answer":12800.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 1.946047l in millilitres?","answer":1946.047,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"Convert 17.81083 minutes to nanoseconds.","answer":1068649800000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"How many microseconds are there in 1\/4 of a millisecond?","answer":250.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"conversion","question":"What is 13\/4 of a millisecond in microseconds?","answer":3250.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:22 AM and 4:34 AM?","answer":132.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:29 PM and 1:15 AM?","answer":646.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 3:21 AM and 3:08 PM?","answer":707.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:37 AM and 6:32 AM?","answer":235.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 5:17 PM and 4:38 AM?","answer":681.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 11:05 PM and 12:08 AM?","answer":63.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 3:31 AM and 10:32 AM?","answer":421.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 10:23 PM and 7:13 AM?","answer":530.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 3:41 PM and 1:24 AM?","answer":583.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 9:50 PM and 6:03 AM?","answer":493.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 4:28 AM and 2:15 PM?","answer":587.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 8:32 PM and 2:14 AM?","answer":342.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 11:17 PM and 3:21 AM?","answer":244.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:45 PM and 10:54 PM?","answer":609.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 4:53 PM and 10:08 PM?","answer":315.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 8:16 PM and 1:37 AM?","answer":321.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 6:42 AM and 9:46 AM?","answer":184.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 1:46 PM and 2:05 PM?","answer":19.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 4:02 AM and 9:23 AM?","answer":321.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 4:10 PM and 10:49 PM?","answer":399.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 8:02 AM and 4:29 PM?","answer":507.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:22 PM and 1:52 AM?","answer":690.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 11:06 PM and 1:45 AM?","answer":159.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:40 PM and 8:07 PM?","answer":327.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 1:38 PM and 7:10 PM?","answer":332.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:08 AM and 2:03 AM?","answer":115.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 10:12 PM and 5:36 AM?","answer":444.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:40 AM and 3:18 AM?","answer":158.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 1:33 AM and 11:56 AM?","answer":623.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 10:48 AM and 11:39 AM?","answer":51.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:16 AM and 6:16 AM?","answer":240.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 5:57 PM and 12:04 AM?","answer":367.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 8:10 AM and 6:26 PM?","answer":616.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 3:03 AM and 12:23 PM?","answer":560.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 3:02 PM and 7:39 PM?","answer":277.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 6:15 AM and 8:44 AM?","answer":149.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:03 PM and 12:55 AM?","answer":652.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 3:53 PM and 5:37 PM?","answer":104.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 4:18 AM and 12:11 PM?","answer":473.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 5:06 AM and 1:00 PM?","answer":474.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 5:34 PM and 2:18 AM?","answer":524.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 7:53 PM and 8:29 PM?","answer":36.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 3:31 PM and 8:41 PM?","answer":310.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:09 AM and 11:04 AM?","answer":655.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 1:32 AM and 11:15 AM?","answer":583.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:40 AM and 11:49 AM?","answer":669.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 1:14 PM and 5:27 PM?","answer":253.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:27 AM and 5:29 AM?","answer":302.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 11:09 AM and 4:14 PM?","answer":305.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 11:16 PM and 10:18 AM?","answer":662.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 10:57 AM and 11:47 AM?","answer":50.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 7:16 PM and 6:26 AM?","answer":670.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 11:49 AM and 12:03 PM?","answer":14.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:40 PM and 5:50 PM?","answer":310.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 11:23 AM and 12:03 PM?","answer":40.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 7:36 AM and 12:57 PM?","answer":321.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 1:44 PM and 5:50 PM?","answer":246.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 4:54 AM and 7:11 AM?","answer":137.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 9:54 AM and 5:36 PM?","answer":462.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:15 AM and 8:27 AM?","answer":492.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 10:53 PM and 2:30 AM?","answer":217.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 5:28 PM and 6:20 PM?","answer":52.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 5:24 AM and 6:02 AM?","answer":38.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 10:41 AM and 8:51 PM?","answer":610.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 8:27 PM and 9:26 PM?","answer":59.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 2:12 PM and 3:43 PM?","answer":91.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 7:18 AM and 6:05 PM?","answer":647.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 12:25 AM and 7:35 AM?","answer":430.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 10:55 AM and 2:55 PM?","answer":240.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 9:24 AM and 2:17 PM?","answer":293.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"time","question":"How many minutes are there between 1:34 AM and 2:27 AM?","answer":53.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 391 is divided by 18?","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 6196 is divided by 50.","answer":46.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 156 is divided by 57?","answer":42.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 235 is divided by 80?","answer":75.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 1902 is divided by 901.","answer":100.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 1221 is divided by 163.","answer":80.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 63 is divided by 16.","answer":15.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 151 is divided by 116?","answer":35.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 1468 is divided by 7.","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 35 is divided by 18.","answer":17.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 2198 is divided by 44?","answer":42.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 3914 is divided by 15?","answer":14.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 622 is divided by 125?","answer":122.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 752 is divided by 75.","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 132 is divided by 46.","answer":40.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 418 is divided by 10.","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 444 is divided by 33.","answer":15.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 249 is divided by 47.","answer":14.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 930 is divided by 117?","answer":111.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 50 is divided by 18?","answer":14.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 142 is divided by 38?","answer":28.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 699 is divided by 35.","answer":34.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 155 is divided by 23?","answer":17.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 3564 is divided by 356.","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 28 is divided by 15?","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 1260 is divided by 233?","answer":95.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 129 is divided by 61?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 3440 is divided by 855?","answer":20.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 78 is divided by 8.","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 60 is divided by 5.","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 1196 is divided by 38.","answer":18.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 2389 is divided by 92?","answer":89.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 233 is divided by 77?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 4982 is divided by 86?","answer":80.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 327 is divided by 82?","answer":81.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 316 is divided by 31?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 411 is divided by 83?","answer":79.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 226 is divided by 219?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 20 is divided by 11.","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 1088 is divided by 19.","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 147 is divided by 23.","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 168 is divided by 27.","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 1102 is divided by 326.","answer":124.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 658 is divided by 75.","answer":58.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 91 is divided by 1?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 154 is divided by 40?","answer":34.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 158 is divided by 31.","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 685 is divided by 226?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 319 is divided by 109.","answer":101.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 4217 is divided by 19.","answer":18.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 1061 is divided by 38?","answer":35.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 255 is divided by 20?","answer":15.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 113 is divided by 13.","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 651 is divided by 112.","answer":91.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 12707 is divided by 71.","answer":69.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 956 is divided by 287?","answer":95.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 657 is divided by 16?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 39054 is divided by 535.","answer":534.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 33 is divided by 4?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 1158 is divided by 25?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 682 is divided by 18.","answer":16.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 3495 is divided by 135?","answer":120.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 167 is divided by 118?","answer":49.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 758 is divided by 76?","answer":74.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 127 is divided by 16.","answer":15.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 263 is divided by 33?","answer":32.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 1274 is divided by 16?","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 83 is divided by 12?","answer":11.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 835 is divided by 172?","answer":147.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 1903 is divided by 212.","answer":207.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 943 is divided by 72.","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 9477 and 273.","answer":39.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common divisor of 70 and 1610?","answer":70.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 26 and 702?","answer":26.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 570 and 38?","answer":38.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 2230 and 30?","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 418 and 22?","answer":22.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common divisor of 38 and 171?","answer":19.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 4608 and 36.","answer":36.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 1507 and 198?","answer":11.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common divisor of 177 and 59?","answer":59.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 48 and 1520?","answer":16.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common factor of 90 and 144.","answer":18.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common divisor of 342 and 18.","answer":18.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common factor of 1862 and 98.","answer":98.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 54 and 1809?","answer":27.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common divisor of 120 and 36?","answer":12.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 158 and 52930?","answer":158.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 17797 and 13.","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common divisor of 600 and 1680.","answer":120.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 800 and 350?","answer":50.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 117 and 65.","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common divisor of 32 and 20?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 2222 and 55.","answer":11.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common divisor of 16 and 4.","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 800 and 325.","answer":25.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 30 and 16690.","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 5037 and 69?","answer":69.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 7 and 21?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common factor of 3549 and 42.","answer":21.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 7410 and 104.","answer":26.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 6 and 1497?","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 12 and 102?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 100 and 4?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common divisor of 299 and 23.","answer":23.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 105 and 2058?","answer":21.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 53 and 53?","answer":53.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 5 and 640.","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 10 and 1070?","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common divisor of 75 and 390?","answer":15.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 44 and 154.","answer":22.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common factor of 8943 and 66.","answer":33.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 17856 and 16?","answer":16.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 1370 and 450.","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 104 and 351?","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common divisor of 810 and 6615?","answer":135.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common divisor of 7 and 2.","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common divisor of 779 and 95?","answer":19.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common factor of 303 and 12.","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common factor of 506 and 1748.","answer":46.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 95 and 5?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common divisor of 56 and 14?","answer":14.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 1392 and 48.","answer":48.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 65 and 1625.","answer":65.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 32 and 55?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common divisor of 66 and 294?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 21342 and 12.","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 867 and 408?","answer":51.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 32 and 7376?","answer":16.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 198 and 110?","answer":22.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common divisor of 4 and 716?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 2255 and 495.","answer":55.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common factor of 338 and 130.","answer":26.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 64 and 1696.","answer":32.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common divisor of 143 and 3016?","answer":13.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the greatest common factor of 16432 and 948?","answer":316.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common factor of 1890 and 2100?","answer":210.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common divisor of 74 and 592.","answer":74.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"What is the highest common divisor of 6972 and 210?","answer":42.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 1155 and 616.","answer":77.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the greatest common divisor of 108 and 234.","answer":18.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common factor of 372 and 24.","answer":12.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of 11\/45 and -3\/335?","answer":3015.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -87\/704 and -14\/187.","answer":11968.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 33 and 408?","answer":4488.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the smallest common multiple of 44 and 16?","answer":176.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -99\/140 and -113\/30.","answer":420.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of 71\/2244 and 83\/1428.","answer":15708.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of 32\/145 and 28\/23.","answer":3335.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 245 and 5495?","answer":38465.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 53\/33 and 58\/231.","answer":231.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 115\/24 and -131\/576.","answer":576.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the least common multiple of 6728 and 40?","answer":33640.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 139\/2640 and -109\/660.","answer":2640.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the least common multiple of 5061 and 42.","answer":10122.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the least common multiple of 90 and 288?","answer":1440.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -43\/9 and 5\/1494.","answer":1494.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of 15\/8 and 97\/416?","answer":416.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of -82\/2415 and -109\/8970?","answer":62790.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of 62\/9 and -19\/1892?","answer":17028.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -59\/8 and 25\/88.","answer":88.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the least common multiple of 24498 and 8.","answer":97992.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the smallest common multiple of 12 and 8?","answer":24.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of -16\/35 and -76\/39.","answer":1365.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 20 and 8?","answer":40.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the smallest common multiple of 525 and 35?","answer":525.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -4\/57 and 47\/54.","answer":1026.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of 17\/156 and 113\/572.","answer":1716.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of -93\/58 and -5\/58?","answer":58.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the smallest common multiple of 3 and 325?","answer":975.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 157\/60 and 103\/50.","answer":300.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -139\/350 and 151\/210.","answer":1050.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the lowest common multiple of 48 and 36.","answer":144.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the lowest common multiple of 298 and 2.","answer":298.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the least common multiple of 10 and 5?","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of -1\/8 and 99\/10.","answer":40.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 107\/12 and -25\/4.","answer":12.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 44 and 176?","answer":176.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the lowest common multiple of 1368 and 1368.","answer":1368.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the smallest common multiple of 7272 and 909.","answer":7272.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the lowest common multiple of 1355 and 80.","answer":21680.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the smallest common multiple of 286 and 364.","answer":4004.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the smallest common multiple of 66 and 1572.","answer":17292.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the smallest common multiple of 24 and 24?","answer":24.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of 83\/14 and -41\/6.","answer":42.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of 15\/746 and -67\/1492?","answer":1492.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -79\/222 and -7\/1776.","answer":1776.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the smallest common multiple of 22 and 12.","answer":132.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the least common multiple of 5480 and 40.","answer":5480.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 196 and 6?","answer":588.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of -125\/1278 and -79\/4.","answer":2556.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the least common multiple of 112 and 182.","answer":1456.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the smallest common multiple of 40 and 230.","answer":920.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the least common multiple of 19567 and 12661.","answer":215237.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of -47\/10 and 19\/681.","answer":6810.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of -59\/120 and -29\/24?","answer":120.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of 40\/119 and 29\/28.","answer":476.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of 115\/582 and -4\/11.","answer":6402.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 330 and 180?","answer":1980.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the smallest common multiple of 8093 and 3?","answer":24279.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 34\/63 and 54\/7.","answer":63.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the lowest common multiple of 34 and 816.","answer":816.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of 83\/34 and 41\/17?","answer":34.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 8\/77 and 37\/33.","answer":231.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of -91\/76 and -33\/133.","answer":532.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of -34\/11 and -187\/3810?","answer":41910.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the common denominator of 97\/66 and 45\/14?","answer":462.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of 11\/226 and -87\/8.","answer":904.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the smallest common multiple of 33 and 102?","answer":1122.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 1080 and 270?","answer":1080.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the lowest common multiple of 4 and 460.","answer":460.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Calculate the common denominator of -101\/270 and 67\/360.","answer":1080.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"Find the common denominator of 23\/123 and 76\/3.","answer":123.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 21679?","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 456?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 29409?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 2446?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 3521?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 1455?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 174?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 1275?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the ten thousands digit of 112150?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 1787?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 12116?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 6747?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 361?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the ten thousands digit of 55658?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 10668?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 5113?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 3526?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 17587?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 2908?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 168718?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 3684?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 289?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 2194?","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 3702?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 3248?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 959?","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 3848?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 9001?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 445?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 1583?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 55857?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 6621?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 7420?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 17349?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 16543?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 250?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 72831?","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 75271?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 804?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 3093?","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 3202?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 232?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 1155?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 3804?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 3406?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 1057?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 3348?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 7358?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 16633?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 72672?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 60986?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the ten thousands digit of 29469?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 5546?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 840?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 1599?","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 66433?","answer":4.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 4242?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 4609?","answer":9.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 1814?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 6041?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 7577?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 30741?","answer":7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 7312?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 1235?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 838?","answer":8.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the units digit of 8196?","answer":6.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 520?","answer":5.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the hundreds digit of 2079?","answer":0.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the tens digit of 411?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the thousands digit of 2426?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"place_value","question":"What is the ten thousands digit of 20297?","answer":2.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -0.00008463 to 5 dps.","answer":-0.00008,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -884.33 to the nearest integer.","answer":-884.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -0.035847 to two dps.","answer":-0.04,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -521.67 rounded to the nearest 100?","answer":-500.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -0.00015043 to 4 decimal places.","answer":-0.0002,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -0.26108 to 1 decimal place.","answer":-0.3,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 3907 rounded to the nearest one hundred?","answer":3900.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -204.7 rounded to the nearest ten?","answer":-200.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.0033478 rounded to five decimal places?","answer":0.00335,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -231480 to the nearest ten thousand.","answer":-230000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 15504000 to the nearest one million.","answer":16000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.0000006669 rounded to 7 dps?","answer":0.0000007,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 927310 to the nearest 1000.","answer":927000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.000198 rounded to 5 decimal places?","answer":0.0002,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -7.35 to zero decimal places.","answer":-7.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 0.00006507 to five decimal places.","answer":0.00007,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 36760000 rounded to the nearest one million?","answer":37000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 17537.3 to the nearest 1000.","answer":18000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -0.0008791 rounded to five dps?","answer":-0.00088,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.00021903 rounded to 5 decimal places?","answer":0.00022,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -477.2 rounded to the nearest 10?","answer":-480.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 19.84 rounded to 1 decimal place?","answer":19.8,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -14.13 rounded to the nearest ten?","answer":-10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.000039 rounded to six dps?","answer":0.000039,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.000001115 rounded to seven dps?","answer":0.0000011,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 111605 to the nearest ten thousand.","answer":110000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.57208 rounded to 1 dp?","answer":0.6,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 4117.6 to the nearest 10.","answer":4120.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.00007368 rounded to 6 dps?","answer":0.000074,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -72.79 to the nearest integer.","answer":-73.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -375.37 rounded to the nearest one hundred?","answer":-400.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 1264.71 rounded to the nearest 10?","answer":1260.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -0.082013 rounded to 4 decimal places?","answer":-0.082,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -333690 rounded to the nearest 1000?","answer":-334000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 276630 rounded to the nearest 10000?","answer":280000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 3100000 to the nearest one million.","answer":3000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -69.545 to one dp.","answer":-69.5,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 5.706 to one dp.","answer":5.7,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -0.0001043 rounded to 5 decimal places?","answer":-0.0001,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.11795 rounded to 3 decimal places?","answer":0.118,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 46480000 to the nearest 1000000.","answer":46000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -0.01007 rounded to 2 dps?","answer":-0.01,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -7890.7 to the nearest one hundred.","answer":-7900.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -119 rounded to the nearest 100?","answer":-100.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 0.000037295 to six dps.","answer":0.000037,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 1428 rounded to the nearest one hundred?","answer":1400.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.00158701 rounded to 5 dps?","answer":0.00159,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -0.006264 rounded to 4 dps?","answer":-0.0063,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 236370 rounded to the nearest ten thousand?","answer":240000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -491.93 rounded to 0 dps?","answer":-492.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 1402 to the nearest 100.","answer":1400.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -0.27868 rounded to two decimal places?","answer":-0.28,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -435000 rounded to the nearest one hundred thousand?","answer":-400000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 85.76 to the nearest integer.","answer":86.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 13.5 to the nearest 10.","answer":10.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -25386000 to the nearest one million.","answer":-25000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 0.000010662 to seven dps.","answer":0.0000107,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 0.3246 to two dps.","answer":0.32,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -1.319 rounded to 1 decimal place?","answer":-1.3,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -0.40848 to one dp.","answer":-0.4,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 0.0100242 to 3 dps.","answer":0.01,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -892.7 rounded to the nearest 10?","answer":-890.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.120452 rounded to 2 dps?","answer":0.12,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 157.33 to the nearest ten.","answer":160.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 11500 rounded to the nearest 10000?","answer":10000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -147720 to the nearest one thousand.","answer":-148000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round -930.3 to the nearest ten.","answer":-930.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.00117 rounded to four dps?","answer":0.0012,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"Round 0.00002133 to 6 decimal places.","answer":0.000021,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is -38500000 rounded to the nearest 1000000?","answer":-39000000.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"round_number","question":"What is 0.0004913 rounded to four dps?","answer":0.0005,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"mul","question":"-1 times -70","answer":70.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"sequence_next_term","question":"What is next in 1473, 5879, 13223, 23505, 36725, 52883, 71979?","answer":94013.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"lcm","question":"What is the lowest common multiple of 9 and 297?","answer":297.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"Calculate the remainder when 2921 is divided by 79.","answer":77.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"div_remainder","question":"What is the remainder when 52 is divided by 3?","answer":1.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
{"category":"Arithmetic","subcategory":"gcd","question":"Calculate the highest common divisor of 3 and 1203.","answer":3.0,"reasoning":null,"source":"Mathematics Dataset (Google DeepMind)"}
|