31. If x,y,z are non negative integers and x=6. Find the number of solutions of 1/x +1/y = 1/z?
1/x+1/y=1/z
1/6+1/y=1/z
z=6y/(6+y)
z is a non-negative integer
therefore 6y=(6+y)*k where 'k' is a non-negative integer
y=6k/(6-k)
0<(6-k)<6 data-blogger-escaped-br=""> k={1,2,3,4,5}
y={3,6,12,30}
z={2,3,4,5}
(x,y,z)={(6,3,2),(6,6,3),(6,12,4),(6,30,5)}
number of solutions=4
32. How many 8 digit numbers divisible by 25 can be formed with 0,1,2,3,4,5,6,7 ,if repetition of digits is not allowed?