document.write( "Question 160268: I have an exponential equation - not sure if I went about it in the right way or not...\r
\n" ); document.write( "\n" ); document.write( "(125/8)^x+1 = (2/5)^x-1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for want of a better way of doing things I decided to make both values inside the parentheses to be divided by the same thing thus\r
\n" ); document.write( "\n" ); document.write( "(625/40)^x+1 = (16/40)^x-1\r
\n" ); document.write( "\n" ); document.write( "then decided to combine to get the exponentials from x+1 - (x-1) to = 2\r
\n" ); document.write( "\n" ); document.write( "and then combining the other to give me a final answer of (609/40)^2\r
\n" ); document.write( "\n" ); document.write( "Is this correct or how else should I do this please?
\n" ); document.write( "

Algebra.Com's Answer #118230 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"%28125%2F8%29%5E%28x%2B1%29+=+%282%2F5%29%5E%28x-1%29\"\r\n" );
document.write( "\r\n" );
document.write( "Notice that \"125=5%5E3\" and that \"8=2%5E3\" so \"125%2F8=%285%2F2%29%5E3\"\r\n" );
document.write( "so replace \"125%2F8\" by \"%285%2F2%29%5E3\":\r\n" );
document.write( "\r\n" );
document.write( "\"%28%285%2F2%29%5E3%29%5E%28x%2B1%29+=+%282%2F5%29%5E%28x-1%29\"\r\n" );
document.write( "\r\n" );
document.write( "Multiply exponents on the left:\r\n" );
document.write( "\r\n" );
document.write( "\"%285%2F2%29%5E%283%28x%2B1%29%29+=+%282%2F5%29%5E%28x-1%29\"\r\n" );
document.write( "\r\n" );
document.write( "Distribute: \r\n" );
document.write( "\r\n" );
document.write( "\"%285%2F2%29%5E%283x%2B3%29+=+%282%2F5%29%5E%28x-1%29\"\r\n" );
document.write( "\r\n" );
document.write( "Now observe that on the right the base \"2%2F5\" is the \r\n" );
document.write( "reciprocal of the base on the left, and the reciprocal\r\n" );
document.write( "is the \"-1\" power, so write \"2%2F5\" on the right as \"%285%2F2%29%5E%28-1%29\":\r\n" );
document.write( "\r\n" );
document.write( "\"%285%2F2%29%5E%283x%2B3%29+=+%28%285%2F2%29%5E%28-1%29%29%5E%28x-1%29\"\r\n" );
document.write( "\r\n" );
document.write( "Multiply the exponents on the right:\r\n" );
document.write( "\r\n" );
document.write( "\"%285%2F2%29%5E%283x%2B3%29+=+%285%2F2%29%5E%28-1%28x-1%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Distribute:\r\n" );
document.write( "\r\n" );
document.write( "\"%285%2F2%29%5E%283x%2B3%29+=+%285%2F2%29%5E%28-x%2B1%29\"\r\n" );
document.write( "\r\n" );
document.write( "Since both sides are powers of the same base, and\r\n" );
document.write( "since that base is neither 0 nor 1, we may equate\r\n" );
document.write( "the exponents and drop the bases:\r\n" );
document.write( "\r\n" );
document.write( "\"3x%2B3=-x%2B1\"\r\n" );
document.write( "\r\n" );
document.write( "\"4x=-2\"\r\n" );
document.write( "\r\n" );
document.write( "\"x=-2%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "\"x=-1%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );