description stringlengths 29 35 | result stringlengths 1.26k 2.99k | ground_truth int64 0 9M |
|---|---|---|
multiplying 942125 by 5: 942125*5= | carry=0
digit 1 of 942125 is 5
multiply digit 1 of 942125 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 ... | 4,710,625 |
multiplying 353892 by 8: 353892*8= | carry=0
digit 1 of 353892 is 2
multiply digit 1 of 353892 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 ... | 2,831,136 |
multiplying 926561 by 9: 926561*9= | carry=0
digit 1 of 926561 is 1
multiply digit 1 of 926561 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... | 8,339,049 |
multiplying 123796 by 9: 123796*9= | carry=0
digit 1 of 123796 is 6
multiply digit 1 of 123796 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 ... | 1,114,164 |
multiplying 788625 by 7: 788625*7= | carry=0
digit 1 of 788625 is 5
multiply digit 1 of 788625 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 ... | 5,520,375 |
multiplying 744257 by 5: 744257*5= | carry=0
digit 1 of 744257 is 7
multiply digit 1 of 744257 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,721,285 |
multiplying 209517 by 1: 209517*1= | carry=0
digit 1 of 209517 is 7
multiply digit 1 of 209517 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... | 209,517 |
multiplying 72182 by 1: 72182*1= | carry=0
digit 1 of 72182 is 2
multiply digit 1 of 72182 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
car... | 72,182 |
multiplying 776728 by 5: 776728*5= | carry=0
digit 1 of 776728 is 8
multiply digit 1 of 776728 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,883,640 |
multiplying 160159 by 2: 160159*2= | carry=0
digit 1 of 160159 is 9
multiply digit 1 of 160159 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 ... | 320,318 |
multiplying 934148 by 1: 934148*1= | carry=0
digit 1 of 934148 is 8
multiply digit 1 of 934148 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... | 934,148 |
multiplying 775889 by 2: 775889*2= | carry=0
digit 1 of 775889 is 9
multiply digit 1 of 775889 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,551,778 |
multiplying 935562 by 3: 935562*3= | carry=0
digit 1 of 935562 is 2
multiply digit 1 of 935562 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,806,686 |
multiplying 301881 by 9: 301881*9= | carry=0
digit 1 of 301881 is 1
multiply digit 1 of 301881 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... | 2,716,929 |
multiplying 601053 by 5: 601053*5= | carry=0
digit 1 of 601053 is 3
multiply digit 1 of 601053 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 ... | 3,005,265 |
multiplying 338960 by 5: 338960*5= | carry=0
digit 1 of 338960 is 0
multiply digit 1 of 338960 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,694,800 |
multiplying 504158 by 6: 504158*6= | carry=0
digit 1 of 504158 is 8
multiply digit 1 of 504158 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 ... | 3,024,948 |
multiplying 433407 by 3: 433407*3= | carry=0
digit 1 of 433407 is 7
multiply digit 1 of 433407 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,300,221 |
multiplying 409848 by 6: 409848*6= | carry=0
digit 1 of 409848 is 8
multiply digit 1 of 409848 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,459,088 |
multiplying 613328 by 5: 613328*5= | carry=0
digit 1 of 613328 is 8
multiply digit 1 of 613328 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,066,640 |
multiplying 981607 by 9: 981607*9= | carry=0
digit 1 of 981607 is 7
multiply digit 1 of 981607 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 ... | 8,834,463 |
multiplying 851721 by 1: 851721*1= | carry=0
digit 1 of 851721 is 1
multiply digit 1 of 851721 which is 1 by 1: temp_mult=1*1=1
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+1=1
compare the addition result to 10: temp_add=1<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 1
c... | 851,721 |
multiplying 893202 by 8: 893202*8= | carry=0
digit 1 of 893202 is 2
multiply digit 1 of 893202 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 ... | 7,145,616 |
multiplying 591002 by 4: 591002*4= | carry=0
digit 1 of 591002 is 2
multiply digit 1 of 591002 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,364,008 |
multiplying 643690 by 1: 643690*1= | carry=0
digit 1 of 643690 is 0
multiply digit 1 of 643690 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... | 643,690 |
multiplying 655501 by 6: 655501*6= | carry=0
digit 1 of 655501 is 1
multiply digit 1 of 655501 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... | 3,933,006 |
multiplying 300557 by 5: 300557*5= | carry=0
digit 1 of 300557 is 7
multiply digit 1 of 300557 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,502,785 |
multiplying 470140 by 1: 470140*1= | carry=0
digit 1 of 470140 is 0
multiply digit 1 of 470140 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... | 470,140 |
multiplying 96288 by 7: 96288*7= | carry=0
digit 1 of 96288 is 8
multiply digit 1 of 96288 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 th... | 674,016 |
multiplying 758595 by 1: 758595*1= | carry=0
digit 1 of 758595 is 5
multiply digit 1 of 758595 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... | 758,595 |
multiplying 83515 by 7: 83515*7= | carry=0
digit 1 of 83515 is 5
multiply digit 1 of 83515 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 th... | 584,605 |
multiplying 21548 by 5: 21548*5= | carry=0
digit 1 of 21548 is 8
multiply digit 1 of 21548 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 th... | 107,740 |
multiplying 727171 by 0: 727171*0= | carry=0
digit 1 of 727171 is 1
multiply digit 1 of 727171 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 699571 by 5: 699571*5= | carry=0
digit 1 of 699571 is 1
multiply digit 1 of 699571 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... | 3,497,855 |
multiplying 296766 by 0: 296766*0= | carry=0
digit 1 of 296766 is 6
multiply digit 1 of 296766 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 347723 by 7: 347723*7= | carry=0
digit 1 of 347723 is 3
multiply digit 1 of 347723 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 ... | 2,434,061 |
multiplying 348186 by 3: 348186*3= | carry=0
digit 1 of 348186 is 6
multiply digit 1 of 348186 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 ... | 1,044,558 |
multiplying 184173 by 0: 184173*0= | carry=0
digit 1 of 184173 is 3
multiply digit 1 of 184173 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 944574 by 2: 944574*2= | carry=0
digit 1 of 944574 is 4
multiply digit 1 of 944574 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,889,148 |
multiplying 305301 by 5: 305301*5= | carry=0
digit 1 of 305301 is 1
multiply digit 1 of 305301 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... | 1,526,505 |
multiplying 126639 by 6: 126639*6= | carry=0
digit 1 of 126639 is 9
multiply digit 1 of 126639 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 ... | 759,834 |
multiplying 407846 by 2: 407846*2= | carry=0
digit 1 of 407846 is 6
multiply digit 1 of 407846 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 ... | 815,692 |
multiplying 477403 by 8: 477403*8= | carry=0
digit 1 of 477403 is 3
multiply digit 1 of 477403 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 ... | 3,819,224 |
multiplying 955217 by 4: 955217*4= | carry=0
digit 1 of 955217 is 7
multiply digit 1 of 955217 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,820,868 |
multiplying 978719 by 6: 978719*6= | carry=0
digit 1 of 978719 is 9
multiply digit 1 of 978719 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 ... | 5,872,314 |
multiplying 29142 by 0: 29142*0= | carry=0
digit 1 of 29142 is 2
multiply digit 1 of 29142 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
car... | 0 |
multiplying 82467 by 1: 82467*1= | carry=0
digit 1 of 82467 is 7
multiply digit 1 of 82467 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
car... | 82,467 |
multiplying 155497 by 6: 155497*6= | carry=0
digit 1 of 155497 is 7
multiply digit 1 of 155497 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 ... | 932,982 |
multiplying 865918 by 1: 865918*1= | carry=0
digit 1 of 865918 is 8
multiply digit 1 of 865918 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... | 865,918 |
multiplying 334778 by 8: 334778*8= | carry=0
digit 1 of 334778 is 8
multiply digit 1 of 334778 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 ... | 2,678,224 |
multiplying 351099 by 7: 351099*7= | carry=0
digit 1 of 351099 is 9
multiply digit 1 of 351099 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 ... | 2,457,693 |
multiplying 986341 by 0: 986341*0= | carry=0
digit 1 of 986341 is 1
multiply digit 1 of 986341 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 611985 by 1: 611985*1= | carry=0
digit 1 of 611985 is 5
multiply digit 1 of 611985 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... | 611,985 |
multiplying 287298 by 3: 287298*3= | carry=0
digit 1 of 287298 is 8
multiply digit 1 of 287298 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 ... | 861,894 |
multiplying 903980 by 1: 903980*1= | carry=0
digit 1 of 903980 is 0
multiply digit 1 of 903980 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... | 903,980 |
multiplying 748109 by 2: 748109*2= | carry=0
digit 1 of 748109 is 9
multiply digit 1 of 748109 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,496,218 |
multiplying 21280 by 6: 21280*6= | carry=0
digit 1 of 21280 is 0
multiply digit 1 of 21280 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... | 127,680 |
multiplying 329220 by 6: 329220*6= | carry=0
digit 1 of 329220 is 0
multiply digit 1 of 329220 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
c... | 1,975,320 |
multiplying 412677 by 8: 412677*8= | carry=0
digit 1 of 412677 is 7
multiply digit 1 of 412677 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 ... | 3,301,416 |
multiplying 687069 by 8: 687069*8= | carry=0
digit 1 of 687069 is 9
multiply digit 1 of 687069 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 ... | 5,496,552 |
multiplying 708780 by 5: 708780*5= | carry=0
digit 1 of 708780 is 0
multiply digit 1 of 708780 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... | 3,543,900 |
multiplying 237250 by 9: 237250*9= | carry=0
digit 1 of 237250 is 0
multiply digit 1 of 237250 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... | 2,135,250 |
multiplying 278732 by 2: 278732*2= | carry=0
digit 1 of 278732 is 2
multiply digit 1 of 278732 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... | 557,464 |
multiplying 584830 by 3: 584830*3= | carry=0
digit 1 of 584830 is 0
multiply digit 1 of 584830 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... | 1,754,490 |
multiplying 544588 by 2: 544588*2= | carry=0
digit 1 of 544588 is 8
multiply digit 1 of 544588 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,089,176 |
multiplying 444831 by 6: 444831*6= | carry=0
digit 1 of 444831 is 1
multiply digit 1 of 444831 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... | 2,668,986 |
multiplying 547718 by 2: 547718*2= | carry=0
digit 1 of 547718 is 8
multiply digit 1 of 547718 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,095,436 |
multiplying 548000 by 2: 548000*2= | carry=0
digit 1 of 548000 is 0
multiply digit 1 of 548000 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,096,000 |
multiplying 987510 by 6: 987510*6= | carry=0
digit 1 of 987510 is 0
multiply digit 1 of 987510 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
c... | 5,925,060 |
multiplying 820438 by 5: 820438*5= | carry=0
digit 1 of 820438 is 8
multiply digit 1 of 820438 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 ... | 4,102,190 |
multiplying 383553 by 7: 383553*7= | carry=0
digit 1 of 383553 is 3
multiply digit 1 of 383553 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 ... | 2,684,871 |
multiplying 608962 by 9: 608962*9= | carry=0
digit 1 of 608962 is 2
multiply digit 1 of 608962 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 ... | 5,480,658 |
multiplying 66530 by 1: 66530*1= | carry=0
digit 1 of 66530 is 0
multiply digit 1 of 66530 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... | 66,530 |
multiplying 727611 by 7: 727611*7= | carry=0
digit 1 of 727611 is 1
multiply digit 1 of 727611 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... | 5,093,277 |
multiplying 569629 by 7: 569629*7= | carry=0
digit 1 of 569629 is 9
multiply digit 1 of 569629 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 ... | 3,987,403 |
multiplying 330995 by 1: 330995*1= | carry=0
digit 1 of 330995 is 5
multiply digit 1 of 330995 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... | 330,995 |
multiplying 429293 by 5: 429293*5= | carry=0
digit 1 of 429293 is 3
multiply digit 1 of 429293 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 ... | 2,146,465 |
multiplying 306672 by 5: 306672*5= | carry=0
digit 1 of 306672 is 2
multiply digit 1 of 306672 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,533,360 |
multiplying 335193 by 3: 335193*3= | carry=0
digit 1 of 335193 is 3
multiply digit 1 of 335193 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... | 1,005,579 |
multiplying 155400 by 6: 155400*6= | carry=0
digit 1 of 155400 is 0
multiply digit 1 of 155400 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
c... | 932,400 |
multiplying 823241 by 1: 823241*1= | carry=0
digit 1 of 823241 is 1
multiply digit 1 of 823241 which is 1 by 1: temp_mult=1*1=1
Add the multiplication result to the carry: temp_add=carry+temp_mult=0+1=1
compare the addition result to 10: temp_add=1<10
carry=0
temp_add is concatenated to the left of temporary_result=
the result of the concatenation is 1
c... | 823,241 |
multiplying 130057 by 9: 130057*9= | carry=0
digit 1 of 130057 is 7
multiply digit 1 of 130057 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 ... | 1,170,513 |
multiplying 459509 by 2: 459509*2= | carry=0
digit 1 of 459509 is 9
multiply digit 1 of 459509 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 ... | 919,018 |
multiplying 595316 by 3: 595316*3= | carry=0
digit 1 of 595316 is 6
multiply digit 1 of 595316 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 ... | 1,785,948 |
multiplying 205011 by 7: 205011*7= | carry=0
digit 1 of 205011 is 1
multiply digit 1 of 205011 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... | 1,435,077 |
multiplying 216068 by 5: 216068*5= | carry=0
digit 1 of 216068 is 8
multiply digit 1 of 216068 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,080,340 |
multiplying 704898 by 2: 704898*2= | carry=0
digit 1 of 704898 is 8
multiply digit 1 of 704898 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,409,796 |
multiplying 24631 by 3: 24631*3= | carry=0
digit 1 of 24631 is 1
multiply digit 1 of 24631 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... | 73,893 |
multiplying 745132 by 1: 745132*1= | carry=0
digit 1 of 745132 is 2
multiply digit 1 of 745132 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... | 745,132 |
multiplying 69440 by 2: 69440*2= | carry=0
digit 1 of 69440 is 0
multiply digit 1 of 69440 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
car... | 138,880 |
multiplying 476487 by 8: 476487*8= | carry=0
digit 1 of 476487 is 7
multiply digit 1 of 476487 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 ... | 3,811,896 |
multiplying 935120 by 0: 935120*0= | carry=0
digit 1 of 935120 is 0
multiply digit 1 of 935120 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 171575 by 9: 171575*9= | carry=0
digit 1 of 171575 is 5
multiply digit 1 of 171575 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 ... | 1,544,175 |
multiplying 777797 by 9: 777797*9= | carry=0
digit 1 of 777797 is 7
multiply digit 1 of 777797 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,000,173 |
multiplying 630334 by 5: 630334*5= | carry=0
digit 1 of 630334 is 4
multiply digit 1 of 630334 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 ... | 3,151,670 |
multiplying 316996 by 6: 316996*6= | carry=0
digit 1 of 316996 is 6
multiply digit 1 of 316996 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 ... | 1,901,976 |
multiplying 65942 by 9: 65942*9= | carry=0
digit 1 of 65942 is 2
multiply digit 1 of 65942 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... | 593,478 |
multiplying 586407 by 3: 586407*3= | carry=0
digit 1 of 586407 is 7
multiply digit 1 of 586407 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,759,221 |
multiplying 405125 by 5: 405125*5= | carry=0
digit 1 of 405125 is 5
multiply digit 1 of 405125 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 ... | 2,025,625 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.