<p>is 8^(k) </p>
<p>the same as </p>
<p>2^(3+k)</p>
<p>or </p>
<p>2^(3k)</p>
<p>thanks</p>
<p>is 8^(k) </p>
<p>the same as </p>
<p>2^(3+k)</p>
<p>or </p>
<p>2^(3k)</p>
<p>thanks</p>
<p>Try and solve it using logic, because logic can save you on the test, even if memory fails…</p>
<p>You need 3 2s in your multiplication string for every 8, right? (2^3 = 8)</p>
<p>So if you have k 8s in the string, and is takes 3 2s to make an 8, then 3k 2s is the same as k 8s.</p>
<p>Alternatively, solve for the simplest case, where k=0.</p>
<p>8^0 = 1</p>
<p>2^(3*0) = 2^0 = 1</p>
<p>2^(3+0) = 2^3 = 8</p>
<p>Since 8=2^3, we have 8^k=(2^3)^k = 2^(3k)</p>
<p>Here I have used the law (a^b)^c = a^(bc)</p>
<p>2^(3+k) = (2^3)(2^k) = 8(2^k)</p>
<p>Thanks for the explanations</p>