I don't like division by decimals so I get rid of them as soon as I can.
color(brown)("This is another way of writing the numbers so that they give the") color(brown)("same answer.")
[(87.92)/(6.28)color(magenta)(xx1)] -> [(87.92)/(6.28)color(magenta)(xx10/10)] -> 8792/628
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(brown)("Alignment is very important - make the left line up.")
"start point "->8792
color(magenta)(1)xx628 ->" "color(white)(..)ul(628) larr" subtract "color(magenta)("(maximum number of 10's)")
color(white)(xxxxxxxxxx.)2512
color(magenta)(4)xx628->" "color(white)(..) ul(2512) larr" subtract "color(magenta)("(max number of units)")
color(white)(.........................)0000
So 87.92-:6.28 = color(magenta)(14)
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(blue)("Slightly better explained!")
"start point "->8792
color(magenta)(10)xx6280 ->""color(white)(..)ul(6280) larr" subtract "color(magenta)(20 xx" is too big")
color(white)(xxxxxxxxxx.)2512
color(magenta)(4)xx628->" "color(white)(..) ul(2512) larr" subtract "color(magenta)("(max number of units)")
color(white)(.........................)0000 larrcolor(magenta)(" as these are 0 we have finished")
So 87.92-:6.28 = color(magenta)(10+4=14)