Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

exponential equation solve problem

b=4*3^(2*x-1)==5*4^(x+2)
show(b)
solve(b,x)

The Solution is:

[4^(x + 2) == 4/5*3^(2*x - 1)]

Should the solve alg. solve for x?