document.write( "Question 1076450: 5^(2x+1)÷25=125
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #691077 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 5^(2x+1)÷25=125 \n" ); document.write( "multiply both sides times 25 \n" ); document.write( "5^(2x+1) = 3125 \n" ); document.write( "log(5^(2x+1)) = log(3125) \n" ); document.write( "Remember the rules of logs? The log of a number raised to a power is the power times the log of the number, like this: \n" ); document.write( "(2x+1)log(5) = log(3125) \n" ); document.write( "2x+1 = (log(3125))/log(5) \n" ); document.write( "2x+1 = log_5(3125) \n" ); document.write( "2x = (log_5(3125))-1 \n" ); document.write( "2x = 5-1 \n" ); document.write( "2x = 4 \n" ); document.write( "x = 2 \n" ); document.write( " |