text stringlengths 9 42 |
|---|
358288 + 69380 = 427668 |
95554998 - 188980 = 95366018 |
10 * 5307 = 53070 |
129243256 / 914 = 141404 |
56 + 641 = 697 |
4676885 - 8538 = 4668347 |
55 * 346746 = 19071030 |
123714 / 58 = 2133 |
8422 + 60753309 = 60761731 |
904832260 - 1370460 = 903461800 |
314889 * 700250 = 220501022250 |
283557322651 / 6330959 = 44789 |
19372420 + 98229 = 19470649 |
6879973 - 2 = 6879971 |
8927650 * 84557 = 754895301050 |
3002720 / 375340 = 8 |
595346 + 8 = 595354 |
6955 - 95 = 6860 |
88032 * 9559534 = 841544897088 |
629606 / 7321 = 86 |
3 + 506176877 = 506176880 |
4094 - 383 = 3711 |
39 * 597 = 23283 |
8867708304 / 14979237 = 592 |
2055682 + 400471 = 2456153 |
9 - 6 = 3 |
8 * 47250 = 378000 |
21597 / 3 = 7199 |
8669367 + 7148 = 8676515 |
20010326 - 8405212 = 11605114 |
44543852 * 86544722 = 3855035288149144 |
72177329897974446 / 994082277 = 72606998 |
7458 + 365061482 = 365068940 |
151323 - 2373 = 148950 |
311986 * 6980122 = 2177700342292 |
160 / 32 = 5 |
4934265 + 1462682 = 6396947 |
604676308 - 27895 = 604648413 |
96018 * 2 = 192036 |
492335 / 5 = 98467 |
88007 + 8 = 88015 |
8412746 - 62583 = 8350163 |
830871248 * 545226852 = 453013314964351296 |
35114475882637 / 6829621 = 5141497 |
69487625 + 5735 = 69493360 |
716828742 - 228899276 = 487929466 |
360 * 891 = 320760 |
113042620181400 / 82498650 = 1370236 |
22 + 79721297 = 79721319 |
934320 - 5 = 934315 |
137 * 28589 = 3916693 |
47811755745264 / 71106 = 672401144 |
89233 + 70172 = 159405 |
538823 - 145482 = 393341 |
546 * 707602 = 386350692 |
282789209341044 / 755083146 = 374514 |
7 + 2684597 = 2684604 |
701646401 - 2 = 701646399 |
5397 * 1203033 = 6492769101 |
1808730 / 783 = 2310 |
363 + 865019422 = 865019785 |
15230663 - 6227 = 15224436 |
57837627 * 1 = 57837627 |
224298662 / 7966 = 28157 |
43 + 6603224 = 6603267 |
461385495 - 619 = 461384876 |
6 * 4030365 = 24182190 |
1058400 / 2016 = 525 |
7450528 + 690703160 = 698153688 |
10833 - 39 = 10794 |
6229 * 9368 = 58353272 |
3912792 / 8 = 489099 |
90562 + 9599498 = 9690060 |
96606 - 81946 = 14660 |
505453 * 32 = 16174496 |
195240 / 97620 = 2 |
541 + 8648375 = 8648916 |
9078861 - 3356997 = 5721864 |
99782 * 96193 = 9598329926 |
66259143451620 / 896315 = 73923948 |
10403 + 10 = 10413 |
137176520 - 2222 = 137174298 |
874 * 72032038 = 62956001212 |
163121500 / 8156075 = 20 |
6393696 + 24291 = 6417987 |
60574023 - 207 = 60573816 |
769716889 * 492863 = 379364975063207 |
28655754031804770 / 77199746 = 371189745 |
307634 + 4931462 = 5239096 |
21785 - 5 = 21780 |
663191 * 19951 = 13231323641 |
6426653073892233 / 979635839 = 6560247 |
185257675 + 2 = 185257677 |
313794674 - 696439 = 313098235 |
588 * 96 = 56448 |
327750083704 / 101128 = 3240943 |
2947310 + 74842373 = 77789683 |
949 - 632 = 317 |
1827121 * 352076 = 643285453196 |
39074516 / 9768629 = 4 |
End of preview. Expand in Data Studio
Arithmetic Equations
Synthetic integer arithmetic, one true equation per line, as plain UTF-8 text.
259 + 79 = 338
899 - 694 = 205
733 * 352 = 258016
129243256 / 914 = 141404
Contents
| lines | 393 830 |
| duplicates | 0 |
| shards | 5 |
| size | ~10 MB |
How it is built
Operands run 1 to 9 digits. Every pairing of operand lengths is its own stratum, filled round-robin, so the dataset covers short and long operands evenly instead of leaving the distribution to chance.
- Operators are balanced by line. Each of
+ - * /holds a quarter of the lines. - Subtraction never goes negative. Its strata are the 45 pairings where the left operand is at least as long as the right, and same-length strata walk the lower triangle.
- Division is always exact. The dividend is constructed as the product of the divisor and the quotient, so there is never a remainder. Division is stratified on divisor and quotient length.
- Every line is unique, within a shard and across the whole set.
- Small strata are covered exhaustively. All 100 single-digit sums are present, all 55 single-digit subtractions, all 100 products, all 90 divisions.
Verification
Every line was re-parsed and re-evaluated after generation. Result: 393 830 lines, 393 830 distinct, zero malformed, zero arithmetically wrong, each operator at 25.00%, and all 288 strata populated.
Licence
Not yet set by the author.
- Downloads last month
- 23