Find the number of ordered triples of non-zero integers such that the product of any two (distinct) elements results in the third element.
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.
It is given that, product of two elements results in the third element.... so, aXb=c------(1) & aXc=b------(2) => a(a*b)=b => a^2Xb=b. =>a^2=1 =>a=+1(or)-1 similarly,...b=+1(or)-1 & c=+1(or)-1. therefore,{a,b,c}={1,1,1};{1.-1,-1};{-1,1,-1};{-1,-1,1} are four possible sets ... ans:4