document.write( "Question 380913: Solve the following exponential functions
\n" );
document.write( "a. 5 (with an exponent of) 5x+1 = 125
\n" );
document.write( "b. 3 (with an exponent of x squared) = 81 (with an exponent of x) \n" );
document.write( "
Algebra.Com's Answer #270378 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! With many equations where the variable is in an exponent, one usually uses logarithms to solve the equation. An exception is when both sides of the equation can be expressed as powers of the same number. Both of your equations fit into this later category. \n" ); document.write( "a. \n" ); document.write( "Since \n" ); document.write( " \n" ); document.write( "Both sides are not powers of the same number, 5. In order for these powers of 5 to be equal, the exponents must be equal: \n" ); document.write( "5x+1 = 3 \n" ); document.write( "This is a simple equation to solve: \n" ); document.write( "5x = 2 \n" ); document.write( "x = 2/5 \n" ); document.write( "P.S. As you noted in your thank-you note, I overlooked the exponent on the 81 in the second problem. Here's the corrected solution: \n" ); document.write( "b. \n" ); document.write( "Since \n" ); document.write( " \n" ); document.write( "Using the power of a power rule for exponents (i.e. multiply) we get: \n" ); document.write( " \n" ); document.write( "Again this equation is true only if the exponents are equal: \n" ); document.write( " \n" ); document.write( "This is a quadratic equation. To solve it we need one side equal to zero. Subtracting 4x from each side we get: \n" ); document.write( " \n" ); document.write( "Now we factor (or use the Quadratic Formula). This factors very simply: \n" ); document.write( "x(x-4) = 0 \n" ); document.write( "From the zero Product Property we know that this (or any) product can be zero only if one (or more) of the factors is zero. So: \n" ); document.write( "x = 0 or x-4 = 0 \n" ); document.write( "Solving the second equation we get: \n" ); document.write( "x = 0 or x = 4 \n" ); document.write( " |