document.write( "Question 277241: Solve the equation exactly for t.
\n" );
document.write( "15e^0.08t=13e^0.09t \n" );
document.write( "
Algebra.Com's Answer #202056 by jsmallt9(3758) ![]() You can put this solution on YOUR website! \n" ); document.write( "Solving an equation with the variable in an exponent usually involves use of logarithms. Although any base of logarithm can be used, it makes things simpler if you use the same base of logarithm as the base(s) that have an exponent with a variable. Since both bases with exponents are e, then we'll use base e (ln) logarithms: \n" ); document.write( " \n" ); document.write( "The reason we use logarithms on problems like this is this property of logarithms: \n" ); document.write( "But to use this property, the exponent has to be the exponent of the entire argument. And our exponents apply to just the e's in the arguments and not to the 15 and the 13. Somehow we need to separate the 15 and the 13 from the e's. Fortunately there is another property of logarithms, \n" ); document.write( " \n" ); document.write( "Now we can use the other property to move the exponents (of the logs that have exponents) out in front: \n" ); document.write( "ln(15) + (0.08t)ln(e) = ln(13) + (0.09t)ln(e) \n" ); document.write( "And since ln(e) = 1 by definition this simplifies to: \n" ); document.write( "ln(15) + 0.08t = ln(13) + 0.09t \n" ); document.write( "Now that the variable is out of the exponents, we can solve for it. Subtracting 0.08t from each side we get: \n" ); document.write( "ln(15) = ln(13) + 0.01t \n" ); document.write( "Subtracting ln(13) from each side: \n" ); document.write( "ln(15) - ln(13) = 0.01t \n" ); document.write( "The two logarithms on the left cannot be subtracted. They are not like terms. But we can use yet another property of logarithms, \n" ); document.write( "ln(15/13) = 0.01t \n" ); document.write( "And finally we multiply both sides by 100: \n" ); document.write( "100ln(15/13) = t \n" ); document.write( "This is an exact expression for t. \n" ); document.write( "P.S. When a problem refers to an exact solution it means \"without a calculator\" (because calculators use decimal approximations for more logarithms). \n" ); document.write( " |