description stringlengths 29 35 | result stringlengths 1.26k 2.99k | ground_truth int64 0 9M |
|---|---|---|
multiplying 407364 by 8: 407364*8= | carry=0
digit 1 of 407364 is 4
multiply digit 1 of 407364 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 ... | 3,258,912 |
multiplying 836746 by 6: 836746*6= | carry=0
digit 1 of 836746 is 6
multiply digit 1 of 836746 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 ... | 5,020,476 |
multiplying 487824 by 4: 487824*4= | carry=0
digit 1 of 487824 is 4
multiply digit 1 of 487824 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 ... | 1,951,296 |
multiplying 878325 by 0: 878325*0= | carry=0
digit 1 of 878325 is 5
multiply digit 1 of 878325 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 864641 by 7: 864641*7= | carry=0
digit 1 of 864641 is 1
multiply digit 1 of 864641 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,052,487 |
multiplying 18144 by 4: 18144*4= | carry=0
digit 1 of 18144 is 4
multiply digit 1 of 18144 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 th... | 72,576 |
multiplying 88836 by 7: 88836*7= | carry=0
digit 1 of 88836 is 6
multiply digit 1 of 88836 which is 6 by 7: temp_mult=6*7=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 th... | 621,852 |
multiplying 470330 by 4: 470330*4= | carry=0
digit 1 of 470330 is 0
multiply digit 1 of 470330 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,881,320 |
multiplying 87092 by 6: 87092*6= | carry=0
digit 1 of 87092 is 2
multiply digit 1 of 87092 which is 2 by 6: temp_mult=2*6=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 th... | 522,552 |
multiplying 693548 by 5: 693548*5= | carry=0
digit 1 of 693548 is 8
multiply digit 1 of 693548 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 ... | 3,467,740 |
multiplying 958547 by 3: 958547*3= | carry=0
digit 1 of 958547 is 7
multiply digit 1 of 958547 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,875,641 |
multiplying 261908 by 0: 261908*0= | carry=0
digit 1 of 261908 is 8
multiply digit 1 of 261908 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 486566 by 1: 486566*1= | carry=0
digit 1 of 486566 is 6
multiply digit 1 of 486566 which is 6 by 1: temp_mult=6*1=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... | 486,566 |
multiplying 333588 by 6: 333588*6= | carry=0
digit 1 of 333588 is 8
multiply digit 1 of 333588 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 ... | 2,001,528 |
multiplying 455073 by 7: 455073*7= | carry=0
digit 1 of 455073 is 3
multiply digit 1 of 455073 which is 3 by 7: temp_mult=3*7=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 ... | 3,185,511 |
multiplying 500183 by 9: 500183*9= | carry=0
digit 1 of 500183 is 3
multiply digit 1 of 500183 which is 3 by 9: temp_mult=3*9=27
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+27=27
compare the addition result to 10: temp_add=27>=10
the first digit of temp_add=27 is fd_result=7
first digit of temp_add which is 7 is concatenated to ... | 4,501,647 |
multiplying 344943 by 5: 344943*5= | carry=0
digit 1 of 344943 is 3
multiply digit 1 of 344943 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,724,715 |
multiplying 35984 by 0: 35984*0= | carry=0
digit 1 of 35984 is 4
multiply digit 1 of 35984 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
car... | 0 |
multiplying 179557 by 8: 179557*8= | carry=0
digit 1 of 179557 is 7
multiply digit 1 of 179557 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 ... | 1,436,456 |
multiplying 375248 by 3: 375248*3= | carry=0
digit 1 of 375248 is 8
multiply digit 1 of 375248 which is 8 by 3: temp_mult=8*3=24
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+24=24
compare the addition result to 10: temp_add=24>=10
the first digit of temp_add=24 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 1,125,744 |
multiplying 619864 by 6: 619864*6= | carry=0
digit 1 of 619864 is 4
multiply digit 1 of 619864 which is 4 by 6: temp_mult=4*6=24
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+24=24
compare the addition result to 10: temp_add=24>=10
the first digit of temp_add=24 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 3,719,184 |
multiplying 605256 by 1: 605256*1= | carry=0
digit 1 of 605256 is 6
multiply digit 1 of 605256 which is 6 by 1: temp_mult=6*1=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... | 605,256 |
multiplying 664422 by 3: 664422*3= | carry=0
digit 1 of 664422 is 2
multiply digit 1 of 664422 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,993,266 |
multiplying 740633 by 4: 740633*4= | carry=0
digit 1 of 740633 is 3
multiply digit 1 of 740633 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 ... | 2,962,532 |
multiplying 759301 by 3: 759301*3= | carry=0
digit 1 of 759301 is 1
multiply digit 1 of 759301 which is 1 by 3: temp_mult=1*3=3
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+3=3
compare the addition result to 10: temp_add=3<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 3
c... | 2,277,903 |
multiplying 472818 by 1: 472818*1= | carry=0
digit 1 of 472818 is 8
multiply digit 1 of 472818 which is 8 by 1: temp_mult=8*1=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... | 472,818 |
multiplying 488152 by 7: 488152*7= | carry=0
digit 1 of 488152 is 2
multiply digit 1 of 488152 which is 2 by 7: temp_mult=2*7=14
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+14=14
compare the addition result to 10: temp_add=14>=10
the first digit of temp_add=14 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 3,417,064 |
multiplying 663096 by 7: 663096*7= | carry=0
digit 1 of 663096 is 6
multiply digit 1 of 663096 which is 6 by 7: temp_mult=6*7=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 ... | 4,641,672 |
multiplying 20637 by 6: 20637*6= | carry=0
digit 1 of 20637 is 7
multiply digit 1 of 20637 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 th... | 123,822 |
multiplying 92753 by 6: 92753*6= | carry=0
digit 1 of 92753 is 3
multiply digit 1 of 92753 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... | 556,518 |
multiplying 652771 by 0: 652771*0= | carry=0
digit 1 of 652771 is 1
multiply digit 1 of 652771 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 410891 by 9: 410891*9= | carry=0
digit 1 of 410891 is 1
multiply digit 1 of 410891 which is 1 by 9: temp_mult=1*9=9
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+9=9
compare the addition result to 10: temp_add=9<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 9
c... | 3,698,019 |
multiplying 693043 by 8: 693043*8= | carry=0
digit 1 of 693043 is 3
multiply digit 1 of 693043 which is 3 by 8: temp_mult=3*8=24
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+24=24
compare the addition result to 10: temp_add=24>=10
the first digit of temp_add=24 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 5,544,344 |
multiplying 896152 by 5: 896152*5= | carry=0
digit 1 of 896152 is 2
multiply digit 1 of 896152 which is 2 by 5: temp_mult=2*5=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 ... | 4,480,760 |
multiplying 19241 by 3: 19241*3= | carry=0
digit 1 of 19241 is 1
multiply digit 1 of 19241 which is 1 by 3: temp_mult=1*3=3
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+3=3
compare the addition result to 10: temp_add=3<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 3
car... | 57,723 |
multiplying 621552 by 2: 621552*2= | carry=0
digit 1 of 621552 is 2
multiply digit 1 of 621552 which is 2 by 2: temp_mult=2*2=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... | 1,243,104 |
multiplying 804936 by 7: 804936*7= | carry=0
digit 1 of 804936 is 6
multiply digit 1 of 804936 which is 6 by 7: temp_mult=6*7=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,634,552 |
multiplying 158639 by 1: 158639*1= | carry=0
digit 1 of 158639 is 9
multiply digit 1 of 158639 which is 9 by 1: temp_mult=9*1=9
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+9=9
compare the addition result to 10: temp_add=9<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 9
c... | 158,639 |
multiplying 658977 by 8: 658977*8= | carry=0
digit 1 of 658977 is 7
multiply digit 1 of 658977 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 ... | 5,271,816 |
multiplying 682980 by 2: 682980*2= | carry=0
digit 1 of 682980 is 0
multiply digit 1 of 682980 which is 0 by 2: temp_mult=0*2=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,365,960 |
multiplying 893789 by 4: 893789*4= | carry=0
digit 1 of 893789 is 9
multiply digit 1 of 893789 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 ... | 3,575,156 |
multiplying 148190 by 8: 148190*8= | carry=0
digit 1 of 148190 is 0
multiply digit 1 of 148190 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,185,520 |
multiplying 393698 by 9: 393698*9= | carry=0
digit 1 of 393698 is 8
multiply digit 1 of 393698 which is 8 by 9: temp_mult=8*9=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 ... | 3,543,282 |
multiplying 136938 by 9: 136938*9= | carry=0
digit 1 of 136938 is 8
multiply digit 1 of 136938 which is 8 by 9: temp_mult=8*9=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 ... | 1,232,442 |
multiplying 253673 by 3: 253673*3= | carry=0
digit 1 of 253673 is 3
multiply digit 1 of 253673 which is 3 by 3: temp_mult=3*3=9
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+9=9
compare the addition result to 10: temp_add=9<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 9
c... | 761,019 |
multiplying 878350 by 8: 878350*8= | carry=0
digit 1 of 878350 is 0
multiply digit 1 of 878350 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,026,800 |
multiplying 41933 by 8: 41933*8= | carry=0
digit 1 of 41933 is 3
multiply digit 1 of 41933 which is 3 by 8: temp_mult=3*8=24
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+24=24
compare the addition result to 10: temp_add=24>=10
the first digit of temp_add=24 is fd_result=4
first digit of temp_add which is 4 is concatenated to th... | 335,464 |
multiplying 424976 by 2: 424976*2= | carry=0
digit 1 of 424976 is 6
multiply digit 1 of 424976 which is 6 by 2: temp_mult=6*2=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 ... | 849,952 |
multiplying 780658 by 5: 780658*5= | carry=0
digit 1 of 780658 is 8
multiply digit 1 of 780658 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 ... | 3,903,290 |
multiplying 14188 by 0: 14188*0= | carry=0
digit 1 of 14188 is 8
multiply digit 1 of 14188 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
car... | 0 |
multiplying 270635 by 0: 270635*0= | carry=0
digit 1 of 270635 is 5
multiply digit 1 of 270635 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 561687 by 9: 561687*9= | carry=0
digit 1 of 561687 is 7
multiply digit 1 of 561687 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 ... | 5,055,183 |
multiplying 654618 by 3: 654618*3= | carry=0
digit 1 of 654618 is 8
multiply digit 1 of 654618 which is 8 by 3: temp_mult=8*3=24
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+24=24
compare the addition result to 10: temp_add=24>=10
the first digit of temp_add=24 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 1,963,854 |
multiplying 620457 by 2: 620457*2= | carry=0
digit 1 of 620457 is 7
multiply digit 1 of 620457 which is 7 by 2: temp_mult=7*2=14
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+14=14
compare the addition result to 10: temp_add=14>=10
the first digit of temp_add=14 is fd_result=4
first digit of temp_add which is 4 is concatenated to ... | 1,240,914 |
multiplying 321542 by 1: 321542*1= | carry=0
digit 1 of 321542 is 2
multiply digit 1 of 321542 which is 2 by 1: temp_mult=2*1=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
c... | 321,542 |
multiplying 839846 by 6: 839846*6= | carry=0
digit 1 of 839846 is 6
multiply digit 1 of 839846 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 ... | 5,039,076 |
multiplying 993933 by 0: 993933*0= | carry=0
digit 1 of 993933 is 3
multiply digit 1 of 993933 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 171721 by 2: 171721*2= | carry=0
digit 1 of 171721 is 1
multiply digit 1 of 171721 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
c... | 343,442 |
multiplying 678574 by 1: 678574*1= | carry=0
digit 1 of 678574 is 4
multiply digit 1 of 678574 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... | 678,574 |
multiplying 809015 by 0: 809015*0= | carry=0
digit 1 of 809015 is 5
multiply digit 1 of 809015 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 298744 by 1: 298744*1= | carry=0
digit 1 of 298744 is 4
multiply digit 1 of 298744 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... | 298,744 |
multiplying 368001 by 4: 368001*4= | carry=0
digit 1 of 368001 is 1
multiply digit 1 of 368001 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... | 1,472,004 |
multiplying 296235 by 1: 296235*1= | carry=0
digit 1 of 296235 is 5
multiply digit 1 of 296235 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
c... | 296,235 |
multiplying 908024 by 7: 908024*7= | carry=0
digit 1 of 908024 is 4
multiply digit 1 of 908024 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 ... | 6,356,168 |
multiplying 305667 by 6: 305667*6= | carry=0
digit 1 of 305667 is 7
multiply digit 1 of 305667 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 ... | 1,834,002 |
multiplying 541985 by 1: 541985*1= | carry=0
digit 1 of 541985 is 5
multiply digit 1 of 541985 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
c... | 541,985 |
multiplying 954266 by 0: 954266*0= | carry=0
digit 1 of 954266 is 6
multiply digit 1 of 954266 which is 6 by 0: temp_mult=6*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 937925 by 1: 937925*1= | carry=0
digit 1 of 937925 is 5
multiply digit 1 of 937925 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
c... | 937,925 |
multiplying 131204 by 9: 131204*9= | carry=0
digit 1 of 131204 is 4
multiply digit 1 of 131204 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 ... | 1,180,836 |
multiplying 489960 by 0: 489960*0= | carry=0
digit 1 of 489960 is 0
multiply digit 1 of 489960 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 70575 by 4: 70575*4= | carry=0
digit 1 of 70575 is 5
multiply digit 1 of 70575 which is 5 by 4: temp_mult=5*4=20
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+20=20
compare the addition result to 10: temp_add=20>=10
the first digit of temp_add=20 is fd_result=0
first digit of temp_add which is 0 is concatenated to th... | 282,300 |
multiplying 411397 by 3: 411397*3= | carry=0
digit 1 of 411397 is 7
multiply digit 1 of 411397 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 ... | 1,234,191 |
multiplying 23671 by 6: 23671*6= | carry=0
digit 1 of 23671 is 1
multiply digit 1 of 23671 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
car... | 142,026 |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 4