document.write( "Question 913852: How do you show that (8^n+3^n)/(8^-n+3^-n)=24^n without using the logarith way? \n" ); document.write( "
Algebra.Com's Answer #554765 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! (8^n + 3^n) / (8^-n + 3^-n) \n" ); document.write( "work with the denominator \n" ); document.write( "(8^-n + 3^-n) = (1/8^n + 3^n) \n" ); document.write( "LCM is 24, therefore \n" ); document.write( "(8^-n + 3^-n) = (3^n + 8^n) / 24^n \n" ); document.write( "invert denominator and multiply by numerator \n" ); document.write( "(8^n + 3^n) * 24^n / (8^n + 3^n) = 24^n \n" ); document.write( "note that denominator and numerator cancels (8^n + 3^n) \n" ); document.write( " \n" ); document.write( " |