Question 1145494
How to solve for x and n. for the equation given below?
2^(n) ⋅ x = 2^(10) ⋅ 500
<pre>{{{matrix(1,3, 2^(n)(x), "=", 2^(10)(500))}}}
Equating terms, we can say that: {{{matrix(2,3, 2^n, "=", 2^10, (x), "=", (500))}}}, which results in: {{{highlight_green(matrix(2,3, n, "=", 10, x, "=", 500))}}}
The right side can also be SIMPLIFIED to: {{{highlight_green(system(matrix(1,3, 2^12 * 5^3, so, matrix(2,3, n, "=", 12, x, "=", 125))))}}}
Either of the 2 works!!
That's it!!