document.write( "Question 562263: I'm having trouble solving this problem log 2x =-1. Can you give me an example of a problem close to this one? \n" ); document.write( "
Algebra.Com's Answer #364510 by issacodegard(60)![]() ![]() You can put this solution on YOUR website! Hi, let say that log_b is the logarithm with base b function. \n" ); document.write( "Solve log_2(3y+1)=6 for y \n" ); document.write( "We have, \n" ); document.write( "log_2(3y+1)=6 \n" ); document.write( "2^(log_2(3y+1))=2^(6) (exponentiate with respect to the base 2) \n" ); document.write( "3y+1=64 \n" ); document.write( "3y=63 \n" ); document.write( "y=21\r \n" ); document.write( "\n" ); document.write( "Note that log_b(x) and b^x are inverse functions, so b^(log_b(x))=x \n" ); document.write( " |