document.write( "Question 372207: 12e^2x=5^x I need to solve for x and i dont know how too \n" ); document.write( "
Algebra.Com's Answer #265334 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "With equations where the variable is in one or more exponents, like yours, we often use logarithms to solve. So first we find the logarithm of each side. The base of logarithm does not matter in any significant way. But in this equation, since the base on the left side is e and since many calculators \"know\" base e logarithms (aka ln), I am going to choose base e logarithms: \n" ); document.write( " \n" ); document.write( "Next we use a property of logarithms, \n" ); document.write( " \n" ); document.write( "Next we can use another property of logarithms, \n" ); document.write( "ln(12) + (2x)ln(e) = x*ln(5) \n" ); document.write( "Since ln(e) = 1 by definition this simplifies to: \n" ); document.write( "ln(12) + 2x = x*ln(5) \n" ); document.write( "Now we can solve for x. We start by gathering the x terms on one side of the equation. I'll subtract 2x from each side: \n" ); document.write( "ln(12) = x*ln(5) - 2x \n" ); document.write( "Then we factor out x on the right side: \n" ); document.write( "ln(12) = x*(ln(5) - 2) \n" ); document.write( "And last of all, divide both sides by: (ln(5) - 2): \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "This is an exact expression for the solution to your equation. If you want a decimal approximation, then get out your calculator, find the two logarithms and simplify the expression. \n" ); document.write( " |