Can anyone please help me with the following problem? I've been wrecking
my brain for the last few days trying to figure this out and I haven't
been able to do so. I need a formula that given the a pair of numbers
produces the following results.
pair of numbers result
32, 16 2, 0
64, 32 2, 1
96, 48 2, 2
128, 64 2, 3
160, 80 2, 4
160, 16 4, 2
128, 32 3, 2
96, 48 2, 2
64, 64 1, 2
32, 80 0, 2


|