Talk:Minimum multiple of m where digital sum equals m: Difference between revisions

m
Line 176:
<pre>
59998906
+ 4 0 1 6 <<-- add max from left [which feels wrong]
+ 4 0 1 6
- 5 6
= 99999460
> 60949999 <<-- pairwise swap all 8 [which feels right compared to other cases].
</pre>
or is it:
as in add max from left [which feels wrong], or is it add max from right [which feels right and matches the subtraction]:
<pre>
59998906
as+ in1 add0 max from left [which feels wrong],1 or9 is it<<-- add max from right [which feels right and matches the subtraction]:
+ 1 0 1 9
- 5 6
= 69999490
> 60949999 <<-- reverse the last 7 [which feels wrong and wouldcould break other cases].
</pre>
I guess it could be a completely different method altogether. I guess what I am asking is that given 59998906 how would you as a human using either maths or intuition determine the next number, that still sums to 55 and is still divisible by 11? --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 05:47, 9 February 2022 (UTC)
7,820

edits