Or perhaps
Code:
73 */ 8205
Result = 2339

Or, if precision isn't THAT critical, since 10000/312 = 32.0513 which is pretty close to 32:
Code:
73 <<  5
Result = 2336

Where obviously the last one will be the smallest and fastes option
/Henrik.