document.write( "Question 22988: How do I solve for x on the following logrithmn equation: 1/2 log base 5(3x+4) = 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #11379 by stanbon!(97)![]() ![]() ![]() You can put this solution on YOUR website! Multiply both sides by 2 to get \n" ); document.write( "log(3x+4)=2 (base is 5) \n" ); document.write( "5^2 = 3x+4 \n" ); document.write( "3x= 25-4 \n" ); document.write( "3x=21 \n" ); document.write( "x=7\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |