description stringlengths 29 35 | result stringlengths 1.26k 2.99k | ground_truth int64 0 9M |
|---|---|---|
multiplying 558820 by 0: 558820*0= | carry=0
digit 1 of 558820 is 0
multiply digit 1 of 558820 which is 0 by 0: temp_mult=0*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 259440 by 4: 259440*4= | carry=0
digit 1 of 259440 is 0
multiply digit 1 of 259440 which is 0 by 4: temp_mult=0*4=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 1,037,760 |
multiplying 78761 by 2: 78761*2= | carry=0
digit 1 of 78761 is 1
multiply digit 1 of 78761 which is 1 by 2: temp_mult=1*2=2
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+2=2
compare the addition result to 10: temp_add=2<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 2
car... | 157,522 |
multiplying 983181 by 7: 983181*7= | carry=0
digit 1 of 983181 is 1
multiply digit 1 of 983181 which is 1 by 7: temp_mult=1*7=7
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+7=7
compare the addition result to 10: temp_add=7<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 7
c... | 6,882,267 |
multiplying 215075 by 5: 215075*5= | carry=0
digit 1 of 215075 is 5
multiply digit 1 of 215075 which is 5 by 5: temp_mult=5*5=25
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+25=25
compare the addition result to 10: temp_add=25>=10
the first digit of temp_add=25 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 1,075,375 |
multiplying 763697 by 4: 763697*4= | carry=0
digit 1 of 763697 is 7
multiply digit 1 of 763697 which is 7 by 4: temp_mult=7*4=28
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+28=28
compare the addition result to 10: temp_add=28>=10
the first digit of temp_add=28 is fd_result=8
first digit of temp_add which is 8 is concatenated to ... | 3,054,788 |
multiplying 194125 by 3: 194125*3= | carry=0
digit 1 of 194125 is 5
multiply digit 1 of 194125 which is 5 by 3: temp_mult=5*3=15
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+15=15
compare the addition result to 10: temp_add=15>=10
the first digit of temp_add=15 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 582,375 |
multiplying 673760 by 0: 673760*0= | carry=0
digit 1 of 673760 is 0
multiply digit 1 of 673760 which is 0 by 0: temp_mult=0*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 153023 by 4: 153023*4= | carry=0
digit 1 of 153023 is 3
multiply digit 1 of 153023 which is 3 by 4: temp_mult=3*4=12
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+12=12
compare the addition result to 10: temp_add=12>=10
the first digit of temp_add=12 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 612,092 |
multiplying 534777 by 8: 534777*8= | carry=0
digit 1 of 534777 is 7
multiply digit 1 of 534777 which is 7 by 8: temp_mult=7*8=56
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+56=56
compare the addition result to 10: temp_add=56>=10
the first digit of temp_add=56 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 4,278,216 |
multiplying 843454 by 4: 843454*4= | carry=0
digit 1 of 843454 is 4
multiply digit 1 of 843454 which is 4 by 4: temp_mult=4*4=16
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+16=16
compare the addition result to 10: temp_add=16>=10
the first digit of temp_add=16 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 3,373,816 |
multiplying 871509 by 2: 871509*2= | carry=0
digit 1 of 871509 is 9
multiply digit 1 of 871509 which is 9 by 2: temp_mult=9*2=18
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+18=18
compare the addition result to 10: temp_add=18>=10
the first digit of temp_add=18 is fd_result=8
first digit of temp_add which is 8 is concatenated to ... | 1,743,018 |
multiplying 605217 by 8: 605217*8= | carry=0
digit 1 of 605217 is 7
multiply digit 1 of 605217 which is 7 by 8: temp_mult=7*8=56
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+56=56
compare the addition result to 10: temp_add=56>=10
the first digit of temp_add=56 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 4,841,736 |
multiplying 881851 by 6: 881851*6= | carry=0
digit 1 of 881851 is 1
multiply digit 1 of 881851 which is 1 by 6: temp_mult=1*6=6
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+6=6
compare the addition result to 10: temp_add=6<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 6
c... | 5,291,106 |
multiplying 761571 by 4: 761571*4= | carry=0
digit 1 of 761571 is 1
multiply digit 1 of 761571 which is 1 by 4: temp_mult=1*4=4
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+4=4
compare the addition result to 10: temp_add=4<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 4
c... | 3,046,284 |
multiplying 686173 by 2: 686173*2= | carry=0
digit 1 of 686173 is 3
multiply digit 1 of 686173 which is 3 by 2: temp_mult=3*2=6
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+6=6
compare the addition result to 10: temp_add=6<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 6
c... | 1,372,346 |
multiplying 431840 by 4: 431840*4= | carry=0
digit 1 of 431840 is 0
multiply digit 1 of 431840 which is 0 by 4: temp_mult=0*4=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 1,727,360 |
multiplying 344762 by 3: 344762*3= | carry=0
digit 1 of 344762 is 2
multiply digit 1 of 344762 which is 2 by 3: temp_mult=2*3=6
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+6=6
compare the addition result to 10: temp_add=6<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 6
c... | 1,034,286 |
multiplying 286865 by 7: 286865*7= | carry=0
digit 1 of 286865 is 5
multiply digit 1 of 286865 which is 5 by 7: temp_mult=5*7=35
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+35=35
compare the addition result to 10: temp_add=35>=10
the first digit of temp_add=35 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 2,008,055 |
multiplying 752798 by 2: 752798*2= | carry=0
digit 1 of 752798 is 8
multiply digit 1 of 752798 which is 8 by 2: temp_mult=8*2=16
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+16=16
compare the addition result to 10: temp_add=16>=10
the first digit of temp_add=16 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 1,505,596 |
multiplying 184800 by 8: 184800*8= | carry=0
digit 1 of 184800 is 0
multiply digit 1 of 184800 which is 0 by 8: temp_mult=0*8=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 1,478,400 |
multiplying 13043 by 6: 13043*6= | carry=0
digit 1 of 13043 is 3
multiply digit 1 of 13043 which is 3 by 6: temp_mult=3*6=18
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+18=18
compare the addition result to 10: temp_add=18>=10
the first digit of temp_add=18 is fd_result=8
first digit of temp_add which is 8 is concatenated to th... | 78,258 |
multiplying 103994 by 8: 103994*8= | carry=0
digit 1 of 103994 is 4
multiply digit 1 of 103994 which is 4 by 8: temp_mult=4*8=32
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+32=32
compare the addition result to 10: temp_add=32>=10
the first digit of temp_add=32 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 831,952 |
multiplying 718757 by 1: 718757*1= | carry=0
digit 1 of 718757 is 7
multiply digit 1 of 718757 which is 7 by 1: temp_mult=7*1=7
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+7=7
compare the addition result to 10: temp_add=7<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 7
c... | 718,757 |
multiplying 227678 by 4: 227678*4= | carry=0
digit 1 of 227678 is 8
multiply digit 1 of 227678 which is 8 by 4: temp_mult=8*4=32
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+32=32
compare the addition result to 10: temp_add=32>=10
the first digit of temp_add=32 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 910,712 |
multiplying 490831 by 5: 490831*5= | carry=0
digit 1 of 490831 is 1
multiply digit 1 of 490831 which is 1 by 5: temp_mult=1*5=5
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+5=5
compare the addition result to 10: temp_add=5<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 5
c... | 2,454,155 |
multiplying 243718 by 0: 243718*0= | carry=0
digit 1 of 243718 is 8
multiply digit 1 of 243718 which is 8 by 0: temp_mult=8*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 890147 by 7: 890147*7= | carry=0
digit 1 of 890147 is 7
multiply digit 1 of 890147 which is 7 by 7: temp_mult=7*7=49
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+49=49
compare the addition result to 10: temp_add=49>=10
the first digit of temp_add=49 is fd_result=9
first digit of temp_add which is 9 is concatenated to ... | 6,231,029 |
multiplying 867802 by 3: 867802*3= | carry=0
digit 1 of 867802 is 2
multiply digit 1 of 867802 which is 2 by 3: temp_mult=2*3=6
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+6=6
compare the addition result to 10: temp_add=6<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 6
c... | 2,603,406 |
multiplying 273494 by 3: 273494*3= | carry=0
digit 1 of 273494 is 4
multiply digit 1 of 273494 which is 4 by 3: temp_mult=4*3=12
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+12=12
compare the addition result to 10: temp_add=12>=10
the first digit of temp_add=12 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 820,482 |
multiplying 876044 by 9: 876044*9= | carry=0
digit 1 of 876044 is 4
multiply digit 1 of 876044 which is 4 by 9: temp_mult=4*9=36
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+36=36
compare the addition result to 10: temp_add=36>=10
the first digit of temp_add=36 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 7,884,396 |
multiplying 9048 by 6: 9048*6= | carry=0
digit 1 of 9048 is 8
multiply digit 1 of 9048 which is 8 by 6: temp_mult=8*6=48
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+48=48
compare the addition result to 10: temp_add=48>=10
the first digit of temp_add=48 is fd_result=8
first digit of temp_add which is 8 is concatenated to the ... | 54,288 |
multiplying 532892 by 4: 532892*4= | carry=0
digit 1 of 532892 is 2
multiply digit 1 of 532892 which is 2 by 4: temp_mult=2*4=8
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+8=8
compare the addition result to 10: temp_add=8<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 8
c... | 2,131,568 |
multiplying 866907 by 1: 866907*1= | carry=0
digit 1 of 866907 is 7
multiply digit 1 of 866907 which is 7 by 1: temp_mult=7*1=7
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+7=7
compare the addition result to 10: temp_add=7<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 7
c... | 866,907 |
multiplying 974617 by 3: 974617*3= | carry=0
digit 1 of 974617 is 7
multiply digit 1 of 974617 which is 7 by 3: temp_mult=7*3=21
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+21=21
compare the addition result to 10: temp_add=21>=10
the first digit of temp_add=21 is fd_result=1
first digit of temp_add which is 1 is concatenated to ... | 2,923,851 |
multiplying 379953 by 0: 379953*0= | carry=0
digit 1 of 379953 is 3
multiply digit 1 of 379953 which is 3 by 0: temp_mult=3*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 160524 by 7: 160524*7= | carry=0
digit 1 of 160524 is 4
multiply digit 1 of 160524 which is 4 by 7: temp_mult=4*7=28
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+28=28
compare the addition result to 10: temp_add=28>=10
the first digit of temp_add=28 is fd_result=8
first digit of temp_add which is 8 is concatenated to ... | 1,123,668 |
multiplying 258795 by 9: 258795*9= | carry=0
digit 1 of 258795 is 5
multiply digit 1 of 258795 which is 5 by 9: temp_mult=5*9=45
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+45=45
compare the addition result to 10: temp_add=45>=10
the first digit of temp_add=45 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 2,329,155 |
multiplying 407676 by 9: 407676*9= | carry=0
digit 1 of 407676 is 6
multiply digit 1 of 407676 which is 6 by 9: temp_mult=6*9=54
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+54=54
compare the addition result to 10: temp_add=54>=10
the first digit of temp_add=54 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 3,669,084 |
multiplying 791311 by 0: 791311*0= | carry=0
digit 1 of 791311 is 1
multiply digit 1 of 791311 which is 1 by 0: temp_mult=1*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 27589 by 8: 27589*8= | carry=0
digit 1 of 27589 is 9
multiply digit 1 of 27589 which is 9 by 8: temp_mult=9*8=72
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+72=72
compare the addition result to 10: temp_add=72>=10
the first digit of temp_add=72 is fd_result=2
first digit of temp_add which is 2 is concatenated to th... | 220,712 |
multiplying 161869 by 5: 161869*5= | carry=0
digit 1 of 161869 is 9
multiply digit 1 of 161869 which is 9 by 5: temp_mult=9*5=45
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+45=45
compare the addition result to 10: temp_add=45>=10
the first digit of temp_add=45 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 809,345 |
multiplying 122765 by 5: 122765*5= | carry=0
digit 1 of 122765 is 5
multiply digit 1 of 122765 which is 5 by 5: temp_mult=5*5=25
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+25=25
compare the addition result to 10: temp_add=25>=10
the first digit of temp_add=25 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 613,825 |
multiplying 102472 by 0: 102472*0= | carry=0
digit 1 of 102472 is 2
multiply digit 1 of 102472 which is 2 by 0: temp_mult=2*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 50539 by 9: 50539*9= | carry=0
digit 1 of 50539 is 9
multiply digit 1 of 50539 which is 9 by 9: temp_mult=9*9=81
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+81=81
compare the addition result to 10: temp_add=81>=10
the first digit of temp_add=81 is fd_result=1
first digit of temp_add which is 1 is concatenated to th... | 454,851 |
multiplying 549444 by 9: 549444*9= | carry=0
digit 1 of 549444 is 4
multiply digit 1 of 549444 which is 4 by 9: temp_mult=4*9=36
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+36=36
compare the addition result to 10: temp_add=36>=10
the first digit of temp_add=36 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 4,944,996 |
multiplying 157940 by 7: 157940*7= | carry=0
digit 1 of 157940 is 0
multiply digit 1 of 157940 which is 0 by 7: temp_mult=0*7=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 1,105,580 |
multiplying 309533 by 0: 309533*0= | carry=0
digit 1 of 309533 is 3
multiply digit 1 of 309533 which is 3 by 0: temp_mult=3*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 786964 by 2: 786964*2= | carry=0
digit 1 of 786964 is 4
multiply digit 1 of 786964 which is 4 by 2: temp_mult=4*2=8
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+8=8
compare the addition result to 10: temp_add=8<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 8
c... | 1,573,928 |
multiplying 795789 by 7: 795789*7= | carry=0
digit 1 of 795789 is 9
multiply digit 1 of 795789 which is 9 by 7: temp_mult=9*7=63
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+63=63
compare the addition result to 10: temp_add=63>=10
the first digit of temp_add=63 is fd_result=3
first digit of temp_add which is 3 is concatenated to ... | 5,570,523 |
multiplying 816704 by 1: 816704*1= | carry=0
digit 1 of 816704 is 4
multiply digit 1 of 816704 which is 4 by 1: temp_mult=4*1=4
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+4=4
compare the addition result to 10: temp_add=4<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 4
c... | 816,704 |
multiplying 940818 by 8: 940818*8= | carry=0
digit 1 of 940818 is 8
multiply digit 1 of 940818 which is 8 by 8: temp_mult=8*8=64
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+64=64
compare the addition result to 10: temp_add=64>=10
the first digit of temp_add=64 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 7,526,544 |
multiplying 9435 by 1: 9435*1= | carry=0
digit 1 of 9435 is 5
multiply digit 1 of 9435 which is 5 by 1: temp_mult=5*1=5
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+5=5
compare the addition result to 10: temp_add=5<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 5
carry... | 9,435 |
multiplying 296338 by 4: 296338*4= | carry=0
digit 1 of 296338 is 8
multiply digit 1 of 296338 which is 8 by 4: temp_mult=8*4=32
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+32=32
compare the addition result to 10: temp_add=32>=10
the first digit of temp_add=32 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 1,185,352 |
multiplying 328787 by 1: 328787*1= | carry=0
digit 1 of 328787 is 7
multiply digit 1 of 328787 which is 7 by 1: temp_mult=7*1=7
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+7=7
compare the addition result to 10: temp_add=7<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 7
c... | 328,787 |
multiplying 298594 by 9: 298594*9= | carry=0
digit 1 of 298594 is 4
multiply digit 1 of 298594 which is 4 by 9: temp_mult=4*9=36
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+36=36
compare the addition result to 10: temp_add=36>=10
the first digit of temp_add=36 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 2,687,346 |
multiplying 483825 by 2: 483825*2= | carry=0
digit 1 of 483825 is 5
multiply digit 1 of 483825 which is 5 by 2: temp_mult=5*2=10
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+10=10
compare the addition result to 10: temp_add=10>=10
the first digit of temp_add=10 is fd_result=0
first digit of temp_add which is 0 is concatenated to ... | 967,650 |
multiplying 644217 by 1: 644217*1= | carry=0
digit 1 of 644217 is 7
multiply digit 1 of 644217 which is 7 by 1: temp_mult=7*1=7
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+7=7
compare the addition result to 10: temp_add=7<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 7
c... | 644,217 |
multiplying 311023 by 4: 311023*4= | carry=0
digit 1 of 311023 is 3
multiply digit 1 of 311023 which is 3 by 4: temp_mult=3*4=12
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+12=12
compare the addition result to 10: temp_add=12>=10
the first digit of temp_add=12 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 1,244,092 |
multiplying 66400 by 0: 66400*0= | carry=0
digit 1 of 66400 is 0
multiply digit 1 of 66400 which is 0 by 0: temp_mult=0*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
car... | 0 |
multiplying 735339 by 7: 735339*7= | carry=0
digit 1 of 735339 is 9
multiply digit 1 of 735339 which is 9 by 7: temp_mult=9*7=63
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+63=63
compare the addition result to 10: temp_add=63>=10
the first digit of temp_add=63 is fd_result=3
first digit of temp_add which is 3 is concatenated to ... | 5,147,373 |
multiplying 239335 by 0: 239335*0= | carry=0
digit 1 of 239335 is 5
multiply digit 1 of 239335 which is 5 by 0: temp_mult=5*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 326165 by 9: 326165*9= | carry=0
digit 1 of 326165 is 5
multiply digit 1 of 326165 which is 5 by 9: temp_mult=5*9=45
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+45=45
compare the addition result to 10: temp_add=45>=10
the first digit of temp_add=45 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 2,935,485 |
multiplying 780983 by 4: 780983*4= | carry=0
digit 1 of 780983 is 3
multiply digit 1 of 780983 which is 3 by 4: temp_mult=3*4=12
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+12=12
compare the addition result to 10: temp_add=12>=10
the first digit of temp_add=12 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 3,123,932 |
multiplying 51509 by 0: 51509*0= | carry=0
digit 1 of 51509 is 9
multiply digit 1 of 51509 which is 9 by 0: temp_mult=9*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
car... | 0 |
multiplying 401177 by 9: 401177*9= | carry=0
digit 1 of 401177 is 7
multiply digit 1 of 401177 which is 7 by 9: temp_mult=7*9=63
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+63=63
compare the addition result to 10: temp_add=63>=10
the first digit of temp_add=63 is fd_result=3
first digit of temp_add which is 3 is concatenated to ... | 3,610,593 |
multiplying 133007 by 3: 133007*3= | carry=0
digit 1 of 133007 is 7
multiply digit 1 of 133007 which is 7 by 3: temp_mult=7*3=21
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+21=21
compare the addition result to 10: temp_add=21>=10
the first digit of temp_add=21 is fd_result=1
first digit of temp_add which is 1 is concatenated to ... | 399,021 |
multiplying 317658 by 5: 317658*5= | carry=0
digit 1 of 317658 is 8
multiply digit 1 of 317658 which is 8 by 5: temp_mult=8*5=40
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+40=40
compare the addition result to 10: temp_add=40>=10
the first digit of temp_add=40 is fd_result=0
first digit of temp_add which is 0 is concatenated to ... | 1,588,290 |
multiplying 84838 by 6: 84838*6= | carry=0
digit 1 of 84838 is 8
multiply digit 1 of 84838 which is 8 by 6: temp_mult=8*6=48
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+48=48
compare the addition result to 10: temp_add=48>=10
the first digit of temp_add=48 is fd_result=8
first digit of temp_add which is 8 is concatenated to th... | 509,028 |
multiplying 277949 by 6: 277949*6= | carry=0
digit 1 of 277949 is 9
multiply digit 1 of 277949 which is 9 by 6: temp_mult=9*6=54
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+54=54
compare the addition result to 10: temp_add=54>=10
the first digit of temp_add=54 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 1,667,694 |
multiplying 657431 by 0: 657431*0= | carry=0
digit 1 of 657431 is 1
multiply digit 1 of 657431 which is 1 by 0: temp_mult=1*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 956092 by 0: 956092*0= | carry=0
digit 1 of 956092 is 2
multiply digit 1 of 956092 which is 2 by 0: temp_mult=2*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 2596 by 5: 2596*5= | carry=0
digit 1 of 2596 is 6
multiply digit 1 of 2596 which is 6 by 5: temp_mult=6*5=30
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+30=30
compare the addition result to 10: temp_add=30>=10
the first digit of temp_add=30 is fd_result=0
first digit of temp_add which is 0 is concatenated to the ... | 12,980 |
multiplying 825744 by 9: 825744*9= | carry=0
digit 1 of 825744 is 4
multiply digit 1 of 825744 which is 4 by 9: temp_mult=4*9=36
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+36=36
compare the addition result to 10: temp_add=36>=10
the first digit of temp_add=36 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 7,431,696 |
multiplying 231044 by 2: 231044*2= | carry=0
digit 1 of 231044 is 4
multiply digit 1 of 231044 which is 4 by 2: temp_mult=4*2=8
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+8=8
compare the addition result to 10: temp_add=8<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 8
c... | 462,088 |
multiplying 812652 by 0: 812652*0= | carry=0
digit 1 of 812652 is 2
multiply digit 1 of 812652 which is 2 by 0: temp_mult=2*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 6158 by 7: 6158*7= | carry=0
digit 1 of 6158 is 8
multiply digit 1 of 6158 which is 8 by 7: temp_mult=8*7=56
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+56=56
compare the addition result to 10: temp_add=56>=10
the first digit of temp_add=56 is fd_result=6
first digit of temp_add which is 6 is concatenated to the ... | 43,106 |
multiplying 25655 by 2: 25655*2= | carry=0
digit 1 of 25655 is 5
multiply digit 1 of 25655 which is 5 by 2: temp_mult=5*2=10
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+10=10
compare the addition result to 10: temp_add=10>=10
the first digit of temp_add=10 is fd_result=0
first digit of temp_add which is 0 is concatenated to th... | 51,310 |
multiplying 211483 by 5: 211483*5= | carry=0
digit 1 of 211483 is 3
multiply digit 1 of 211483 which is 3 by 5: temp_mult=3*5=15
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+15=15
compare the addition result to 10: temp_add=15>=10
the first digit of temp_add=15 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 1,057,415 |
multiplying 225894 by 8: 225894*8= | carry=0
digit 1 of 225894 is 4
multiply digit 1 of 225894 which is 4 by 8: temp_mult=4*8=32
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+32=32
compare the addition result to 10: temp_add=32>=10
the first digit of temp_add=32 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 1,807,152 |
multiplying 123518 by 6: 123518*6= | carry=0
digit 1 of 123518 is 8
multiply digit 1 of 123518 which is 8 by 6: temp_mult=8*6=48
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+48=48
compare the addition result to 10: temp_add=48>=10
the first digit of temp_add=48 is fd_result=8
first digit of temp_add which is 8 is concatenated to ... | 741,108 |
multiplying 295824 by 3: 295824*3= | carry=0
digit 1 of 295824 is 4
multiply digit 1 of 295824 which is 4 by 3: temp_mult=4*3=12
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+12=12
compare the addition result to 10: temp_add=12>=10
the first digit of temp_add=12 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 887,472 |
multiplying 116280 by 3: 116280*3= | carry=0
digit 1 of 116280 is 0
multiply digit 1 of 116280 which is 0 by 3: temp_mult=0*3=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 348,840 |
multiplying 584485 by 6: 584485*6= | carry=0
digit 1 of 584485 is 5
multiply digit 1 of 584485 which is 5 by 6: temp_mult=5*6=30
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+30=30
compare the addition result to 10: temp_add=30>=10
the first digit of temp_add=30 is fd_result=0
first digit of temp_add which is 0 is concatenated to ... | 3,506,910 |
multiplying 340357 by 5: 340357*5= | carry=0
digit 1 of 340357 is 7
multiply digit 1 of 340357 which is 7 by 5: temp_mult=7*5=35
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+35=35
compare the addition result to 10: temp_add=35>=10
the first digit of temp_add=35 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 1,701,785 |
multiplying 852254 by 3: 852254*3= | carry=0
digit 1 of 852254 is 4
multiply digit 1 of 852254 which is 4 by 3: temp_mult=4*3=12
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+12=12
compare the addition result to 10: temp_add=12>=10
the first digit of temp_add=12 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 2,556,762 |
multiplying 101756 by 6: 101756*6= | carry=0
digit 1 of 101756 is 6
multiply digit 1 of 101756 which is 6 by 6: temp_mult=6*6=36
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+36=36
compare the addition result to 10: temp_add=36>=10
the first digit of temp_add=36 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 610,536 |
multiplying 702437 by 5: 702437*5= | carry=0
digit 1 of 702437 is 7
multiply digit 1 of 702437 which is 7 by 5: temp_mult=7*5=35
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+35=35
compare the addition result to 10: temp_add=35>=10
the first digit of temp_add=35 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 3,512,185 |
multiplying 604138 by 0: 604138*0= | carry=0
digit 1 of 604138 is 8
multiply digit 1 of 604138 which is 8 by 0: temp_mult=8*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 894221 by 6: 894221*6= | carry=0
digit 1 of 894221 is 1
multiply digit 1 of 894221 which is 1 by 6: temp_mult=1*6=6
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+6=6
compare the addition result to 10: temp_add=6<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 6
c... | 5,365,326 |
multiplying 806736 by 3: 806736*3= | carry=0
digit 1 of 806736 is 6
multiply digit 1 of 806736 which is 6 by 3: temp_mult=6*3=18
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+18=18
compare the addition result to 10: temp_add=18>=10
the first digit of temp_add=18 is fd_result=8
first digit of temp_add which is 8 is concatenated to ... | 2,420,208 |
multiplying 919050 by 8: 919050*8= | carry=0
digit 1 of 919050 is 0
multiply digit 1 of 919050 which is 0 by 8: temp_mult=0*8=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 7,352,400 |
multiplying 936647 by 6: 936647*6= | carry=0
digit 1 of 936647 is 7
multiply digit 1 of 936647 which is 7 by 6: temp_mult=7*6=42
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+42=42
compare the addition result to 10: temp_add=42>=10
the first digit of temp_add=42 is fd_result=2
first digit of temp_add which is 2 is concatenated to ... | 5,619,882 |
multiplying 135518 by 8: 135518*8= | carry=0
digit 1 of 135518 is 8
multiply digit 1 of 135518 which is 8 by 8: temp_mult=8*8=64
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+64=64
compare the addition result to 10: temp_add=64>=10
the first digit of temp_add=64 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 1,084,144 |
multiplying 538094 by 0: 538094*0= | carry=0
digit 1 of 538094 is 4
multiply digit 1 of 538094 which is 4 by 0: temp_mult=4*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 358910 by 4: 358910*4= | carry=0
digit 1 of 358910 is 0
multiply digit 1 of 358910 which is 0 by 4: temp_mult=0*4=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 1,435,640 |
multiplying 610919 by 4: 610919*4= | carry=0
digit 1 of 610919 is 9
multiply digit 1 of 610919 which is 9 by 4: temp_mult=9*4=36
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+36=36
compare the addition result to 10: temp_add=36>=10
the first digit of temp_add=36 is fd_result=6
first digit of temp_add which is 6 is concatenated to ... | 2,443,676 |
multiplying 226709 by 5: 226709*5= | carry=0
digit 1 of 226709 is 9
multiply digit 1 of 226709 which is 9 by 5: temp_mult=9*5=45
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+45=45
compare the addition result to 10: temp_add=45>=10
the first digit of temp_add=45 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 1,133,545 |
multiplying 841023 by 0: 841023*0= | carry=0
digit 1 of 841023 is 3
multiply digit 1 of 841023 which is 3 by 0: temp_mult=3*0=0
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+0=0
compare the addition result to 10: temp_add=0<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 0
c... | 0 |
multiplying 633785 by 5: 633785*5= | carry=0
digit 1 of 633785 is 5
multiply digit 1 of 633785 which is 5 by 5: temp_mult=5*5=25
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+25=25
compare the addition result to 10: temp_add=25>=10
the first digit of temp_add=25 is fd_result=5
first digit of temp_add which is 5 is concatenated to ... | 3,168,925 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.