2,617 views

2 Answers

Best answer
2 votes
2 votes
Just try substituting, $9 . 2^9 = 4608, x = 512$
selected by
0 votes
0 votes
We factor $4608$ and obtain =$512 \times 9$

also from the equation on rearrangement:
$\begin{align*} x\log_2{x} &= 4608 \\ \log_2{x^x} &= 4608 \\ x^x &= 2^{4608}\\ &= 2^{512\times 9}\\ &= \Big(2^{512}\Big)^{9}\\ &= \Big(2^{9}\Big)^{512}\\ &= \Big(2^{9}\Big)^{2^9}\\ x^x &= 512^{512} \end{align*}$

We get $x = 512$

Related questions

0 votes
0 votes
1 answer
4
sripo asked Nov 8, 2018
680 views
For a heap containing n elements,smallest element can be found in n/2 operations.I always get confused and think as logn operations.Please help me differentiating between...