No problem with the newbie questions, just figured a search would get you there.

Powers of ten...
If you are using an 18F chip it is easy with LONG type variables.

Make the 9530, 953000, mult by 100.
then
953000 / 319 = 2987
then
do the DIG.

What chip are you using?