document.write( "Question 934231: what does euclids algorithm do for a pair of numbers in which the first number is smaller than the second number?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #567307 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
If a < b, then GCD(a,b) = GCD(a, b-a). \n" ); document.write( "
\n" );