Find the no. of ordered triplets(a,b,c) for natural nos. a,b,c such that a.b.c+a.b+b.c+c.a+a+b+c=42
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If we add 1 to both the sides then we get (a+1).(b+1).(c+1)=43.It is prime no. if we keep any no. say a+1=43 then we get b,c=0.Similarly we get for others.Hence the answer is 0.