description stringlengths 29 35 | result stringlengths 1.26k 2.99k | ground_truth int64 0 9M |
|---|---|---|
multiplying 748384 by 4: 748384*4= | carry=0
digit 1 of 748384 is 4
multiply digit 1 of 748384 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 ... | 2,993,536 |
multiplying 758232 by 3: 758232*3= | carry=0
digit 1 of 758232 is 2
multiply digit 1 of 758232 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,274,696 |
multiplying 251037 by 8: 251037*8= | carry=0
digit 1 of 251037 is 7
multiply digit 1 of 251037 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 ... | 2,008,296 |
multiplying 999792 by 5: 999792*5= | carry=0
digit 1 of 999792 is 2
multiply digit 1 of 999792 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,998,960 |
multiplying 538825 by 1: 538825*1= | carry=0
digit 1 of 538825 is 5
multiply digit 1 of 538825 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... | 538,825 |
multiplying 888154 by 4: 888154*4= | carry=0
digit 1 of 888154 is 4
multiply digit 1 of 888154 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,552,616 |
multiplying 98877 by 4: 98877*4= | carry=0
digit 1 of 98877 is 7
multiply digit 1 of 98877 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 th... | 395,508 |
multiplying 54590 by 3: 54590*3= | carry=0
digit 1 of 54590 is 0
multiply digit 1 of 54590 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
car... | 163,770 |
multiplying 252510 by 3: 252510*3= | carry=0
digit 1 of 252510 is 0
multiply digit 1 of 252510 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... | 757,530 |
multiplying 644775 by 9: 644775*9= | carry=0
digit 1 of 644775 is 5
multiply digit 1 of 644775 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 ... | 5,802,975 |
multiplying 429079 by 5: 429079*5= | carry=0
digit 1 of 429079 is 9
multiply digit 1 of 429079 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 ... | 2,145,395 |
multiplying 957934 by 5: 957934*5= | carry=0
digit 1 of 957934 is 4
multiply digit 1 of 957934 which is 4 by 5: temp_mult=4*5=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 ... | 4,789,670 |
multiplying 909187 by 5: 909187*5= | carry=0
digit 1 of 909187 is 7
multiply digit 1 of 909187 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 ... | 4,545,935 |
multiplying 713806 by 5: 713806*5= | carry=0
digit 1 of 713806 is 6
multiply digit 1 of 713806 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 ... | 3,569,030 |
multiplying 666424 by 2: 666424*2= | carry=0
digit 1 of 666424 is 4
multiply digit 1 of 666424 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,332,848 |
multiplying 662525 by 6: 662525*6= | carry=0
digit 1 of 662525 is 5
multiply digit 1 of 662525 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,975,150 |
multiplying 536551 by 0: 536551*0= | carry=0
digit 1 of 536551 is 1
multiply digit 1 of 536551 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 869407 by 9: 869407*9= | carry=0
digit 1 of 869407 is 7
multiply digit 1 of 869407 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 ... | 7,824,663 |
multiplying 907983 by 1: 907983*1= | carry=0
digit 1 of 907983 is 3
multiply digit 1 of 907983 which is 3 by 1: temp_mult=3*1=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... | 907,983 |
multiplying 93960 by 1: 93960*1= | carry=0
digit 1 of 93960 is 0
multiply digit 1 of 93960 which is 0 by 1: temp_mult=0*1=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... | 93,960 |
multiplying 565004 by 1: 565004*1= | carry=0
digit 1 of 565004 is 4
multiply digit 1 of 565004 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... | 565,004 |
multiplying 439310 by 1: 439310*1= | carry=0
digit 1 of 439310 is 0
multiply digit 1 of 439310 which is 0 by 1: temp_mult=0*1=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... | 439,310 |
multiplying 987134 by 3: 987134*3= | carry=0
digit 1 of 987134 is 4
multiply digit 1 of 987134 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,961,402 |
multiplying 848018 by 2: 848018*2= | carry=0
digit 1 of 848018 is 8
multiply digit 1 of 848018 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,696,036 |
multiplying 990601 by 8: 990601*8= | carry=0
digit 1 of 990601 is 1
multiply digit 1 of 990601 which is 1 by 8: temp_mult=1*8=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... | 7,924,808 |
multiplying 146826 by 5: 146826*5= | carry=0
digit 1 of 146826 is 6
multiply digit 1 of 146826 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 ... | 734,130 |
multiplying 949317 by 0: 949317*0= | carry=0
digit 1 of 949317 is 7
multiply digit 1 of 949317 which is 7 by 0: temp_mult=7*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 226162 by 5: 226162*5= | carry=0
digit 1 of 226162 is 2
multiply digit 1 of 226162 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 ... | 1,130,810 |
multiplying 473211 by 4: 473211*4= | carry=0
digit 1 of 473211 is 1
multiply digit 1 of 473211 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,892,844 |
multiplying 432307 by 3: 432307*3= | carry=0
digit 1 of 432307 is 7
multiply digit 1 of 432307 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,296,921 |
multiplying 279350 by 5: 279350*5= | carry=0
digit 1 of 279350 is 0
multiply digit 1 of 279350 which is 0 by 5: temp_mult=0*5=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,396,750 |
multiplying 543233 by 4: 543233*4= | carry=0
digit 1 of 543233 is 3
multiply digit 1 of 543233 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,172,932 |
multiplying 879579 by 4: 879579*4= | carry=0
digit 1 of 879579 is 9
multiply digit 1 of 879579 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,518,316 |
multiplying 603089 by 7: 603089*7= | carry=0
digit 1 of 603089 is 9
multiply digit 1 of 603089 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 ... | 4,221,623 |
multiplying 998064 by 1: 998064*1= | carry=0
digit 1 of 998064 is 4
multiply digit 1 of 998064 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... | 998,064 |
multiplying 82074 by 4: 82074*4= | carry=0
digit 1 of 82074 is 4
multiply digit 1 of 82074 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... | 328,296 |
multiplying 730905 by 5: 730905*5= | carry=0
digit 1 of 730905 is 5
multiply digit 1 of 730905 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,654,525 |
multiplying 704613 by 6: 704613*6= | carry=0
digit 1 of 704613 is 3
multiply digit 1 of 704613 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 ... | 4,227,678 |
multiplying 435359 by 6: 435359*6= | carry=0
digit 1 of 435359 is 9
multiply digit 1 of 435359 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 ... | 2,612,154 |
multiplying 942520 by 3: 942520*3= | carry=0
digit 1 of 942520 is 0
multiply digit 1 of 942520 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... | 2,827,560 |
multiplying 425497 by 6: 425497*6= | carry=0
digit 1 of 425497 is 7
multiply digit 1 of 425497 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 ... | 2,552,982 |
multiplying 858611 by 5: 858611*5= | carry=0
digit 1 of 858611 is 1
multiply digit 1 of 858611 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... | 4,293,055 |
multiplying 844151 by 2: 844151*2= | carry=0
digit 1 of 844151 is 1
multiply digit 1 of 844151 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... | 1,688,302 |
multiplying 677313 by 2: 677313*2= | carry=0
digit 1 of 677313 is 3
multiply digit 1 of 677313 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,354,626 |
multiplying 910967 by 7: 910967*7= | carry=0
digit 1 of 910967 is 7
multiply digit 1 of 910967 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,376,769 |
multiplying 607781 by 0: 607781*0= | carry=0
digit 1 of 607781 is 1
multiply digit 1 of 607781 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 404592 by 8: 404592*8= | carry=0
digit 1 of 404592 is 2
multiply digit 1 of 404592 which is 2 by 8: temp_mult=2*8=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,236,736 |
multiplying 715853 by 0: 715853*0= | carry=0
digit 1 of 715853 is 3
multiply digit 1 of 715853 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 857907 by 7: 857907*7= | carry=0
digit 1 of 857907 is 7
multiply digit 1 of 857907 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,005,349 |
multiplying 705067 by 5: 705067*5= | carry=0
digit 1 of 705067 is 7
multiply digit 1 of 705067 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,525,335 |
multiplying 81146 by 8: 81146*8= | carry=0
digit 1 of 81146 is 6
multiply digit 1 of 81146 which is 6 by 8: temp_mult=6*8=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... | 649,168 |
multiplying 349537 by 2: 349537*2= | carry=0
digit 1 of 349537 is 7
multiply digit 1 of 349537 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 ... | 699,074 |
multiplying 393295 by 3: 393295*3= | carry=0
digit 1 of 393295 is 5
multiply digit 1 of 393295 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 ... | 1,179,885 |
multiplying 457421 by 0: 457421*0= | carry=0
digit 1 of 457421 is 1
multiply digit 1 of 457421 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 280348 by 5: 280348*5= | carry=0
digit 1 of 280348 is 8
multiply digit 1 of 280348 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,401,740 |
multiplying 773935 by 2: 773935*2= | carry=0
digit 1 of 773935 is 5
multiply digit 1 of 773935 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 ... | 1,547,870 |
multiplying 762178 by 4: 762178*4= | carry=0
digit 1 of 762178 is 8
multiply digit 1 of 762178 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 ... | 3,048,712 |
multiplying 713576 by 3: 713576*3= | carry=0
digit 1 of 713576 is 6
multiply digit 1 of 713576 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,140,728 |
multiplying 548169 by 0: 548169*0= | carry=0
digit 1 of 548169 is 9
multiply digit 1 of 548169 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
c... | 0 |
multiplying 483190 by 7: 483190*7= | carry=0
digit 1 of 483190 is 0
multiply digit 1 of 483190 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... | 3,382,330 |
multiplying 254784 by 9: 254784*9= | carry=0
digit 1 of 254784 is 4
multiply digit 1 of 254784 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,293,056 |
multiplying 617705 by 5: 617705*5= | carry=0
digit 1 of 617705 is 5
multiply digit 1 of 617705 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,088,525 |
multiplying 675521 by 2: 675521*2= | carry=0
digit 1 of 675521 is 1
multiply digit 1 of 675521 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... | 1,351,042 |
multiplying 76825 by 0: 76825*0= | carry=0
digit 1 of 76825 is 5
multiply digit 1 of 76825 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
car... | 0 |
multiplying 899263 by 3: 899263*3= | carry=0
digit 1 of 899263 is 3
multiply digit 1 of 899263 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... | 2,697,789 |
multiplying 764240 by 0: 764240*0= | carry=0
digit 1 of 764240 is 0
multiply digit 1 of 764240 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 630667 by 0: 630667*0= | carry=0
digit 1 of 630667 is 7
multiply digit 1 of 630667 which is 7 by 0: temp_mult=7*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 175427 by 6: 175427*6= | carry=0
digit 1 of 175427 is 7
multiply digit 1 of 175427 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,052,562 |
multiplying 765857 by 4: 765857*4= | carry=0
digit 1 of 765857 is 7
multiply digit 1 of 765857 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,063,428 |
multiplying 119145 by 1: 119145*1= | carry=0
digit 1 of 119145 is 5
multiply digit 1 of 119145 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... | 119,145 |
multiplying 869103 by 3: 869103*3= | carry=0
digit 1 of 869103 is 3
multiply digit 1 of 869103 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... | 2,607,309 |
multiplying 592441 by 8: 592441*8= | carry=0
digit 1 of 592441 is 1
multiply digit 1 of 592441 which is 1 by 8: temp_mult=1*8=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... | 4,739,528 |
multiplying 540390 by 9: 540390*9= | carry=0
digit 1 of 540390 is 0
multiply digit 1 of 540390 which is 0 by 9: temp_mult=0*9=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... | 4,863,510 |
multiplying 848668 by 7: 848668*7= | carry=0
digit 1 of 848668 is 8
multiply digit 1 of 848668 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 ... | 5,940,676 |
multiplying 493651 by 2: 493651*2= | carry=0
digit 1 of 493651 is 1
multiply digit 1 of 493651 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... | 987,302 |
multiplying 878929 by 7: 878929*7= | carry=0
digit 1 of 878929 is 9
multiply digit 1 of 878929 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 ... | 6,152,503 |
multiplying 70175 by 5: 70175*5= | carry=0
digit 1 of 70175 is 5
multiply digit 1 of 70175 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 th... | 350,875 |
multiplying 273955 by 0: 273955*0= | carry=0
digit 1 of 273955 is 5
multiply digit 1 of 273955 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 457525 by 3: 457525*3= | carry=0
digit 1 of 457525 is 5
multiply digit 1 of 457525 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 ... | 1,372,575 |
multiplying 874957 by 3: 874957*3= | carry=0
digit 1 of 874957 is 7
multiply digit 1 of 874957 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,624,871 |
multiplying 218517 by 2: 218517*2= | carry=0
digit 1 of 218517 is 7
multiply digit 1 of 218517 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 ... | 437,034 |
multiplying 250755 by 4: 250755*4= | carry=0
digit 1 of 250755 is 5
multiply digit 1 of 250755 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 ... | 1,003,020 |
multiplying 9756 by 3: 9756*3= | carry=0
digit 1 of 9756 is 6
multiply digit 1 of 9756 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 the ... | 29,268 |
multiplying 226947 by 8: 226947*8= | carry=0
digit 1 of 226947 is 7
multiply digit 1 of 226947 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,815,576 |
multiplying 308585 by 8: 308585*8= | carry=0
digit 1 of 308585 is 5
multiply digit 1 of 308585 which is 5 by 8: temp_mult=5*8=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 ... | 2,468,680 |
multiplying 541824 by 7: 541824*7= | carry=0
digit 1 of 541824 is 4
multiply digit 1 of 541824 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 ... | 3,792,768 |
multiplying 896589 by 0: 896589*0= | carry=0
digit 1 of 896589 is 9
multiply digit 1 of 896589 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
c... | 0 |
multiplying 583487 by 3: 583487*3= | carry=0
digit 1 of 583487 is 7
multiply digit 1 of 583487 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,750,461 |
multiplying 35440 by 6: 35440*6= | carry=0
digit 1 of 35440 is 0
multiply digit 1 of 35440 which is 0 by 6: temp_mult=0*6=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... | 212,640 |
multiplying 676225 by 0: 676225*0= | carry=0
digit 1 of 676225 is 5
multiply digit 1 of 676225 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 478474 by 8: 478474*8= | carry=0
digit 1 of 478474 is 4
multiply digit 1 of 478474 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,827,792 |
multiplying 845970 by 3: 845970*3= | carry=0
digit 1 of 845970 is 0
multiply digit 1 of 845970 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... | 2,537,910 |
multiplying 904922 by 5: 904922*5= | carry=0
digit 1 of 904922 is 2
multiply digit 1 of 904922 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,524,610 |
multiplying 568164 by 8: 568164*8= | carry=0
digit 1 of 568164 is 4
multiply digit 1 of 568164 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 ... | 4,545,312 |
multiplying 200292 by 4: 200292*4= | carry=0
digit 1 of 200292 is 2
multiply digit 1 of 200292 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... | 801,168 |
multiplying 49638 by 1: 49638*1= | carry=0
digit 1 of 49638 is 8
multiply digit 1 of 49638 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
car... | 49,638 |
multiplying 509628 by 2: 509628*2= | carry=0
digit 1 of 509628 is 8
multiply digit 1 of 509628 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,019,256 |
multiplying 19762 by 9: 19762*9= | carry=0
digit 1 of 19762 is 2
multiply digit 1 of 19762 which is 2 by 9: temp_mult=2*9=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... | 177,858 |
multiplying 158993 by 9: 158993*9= | carry=0
digit 1 of 158993 is 3
multiply digit 1 of 158993 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 ... | 1,430,937 |
multiplying 339800 by 8: 339800*8= | carry=0
digit 1 of 339800 is 0
multiply digit 1 of 339800 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... | 2,718,400 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.