Suppose
2 * 2 * 2...... n times = 3
then what is the value of n.......... Round to the nearest 1 decimal number.For example if your answer is 2.56 write 2.6..... Dont use trial and error method...
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.
2^n =3 => log (2^n)=log(3) => n log(2)=log(3) => n = log(3)/log(2) => n= 1.6