Let a, b, c be any three integers. Define gcd(a, b, c), the gcd od a, b, c as a positive integer d such that
(i) d|a, d|b, d|c and
(ii) if f|a, f|b, f|c then f|c
prove that gcd(a, b, c) =gcd(a, (b,c)) =gcd ((a,b),c) = gcd ((a,c),b)
When eggs in a basket are taken out 2, 3 , 4, 5 , 6at a time, there remain respectively 1, 2, 3, 4, 5 eggs; while the number comes even when they are taken out seven at a time. Find the smallest number of eggs in basket.