document.write( "Question 34223: How would you go about solving these problems
\n" );
document.write( "2e^(x+1)-7=3\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "5log32^(x+1)=3 (note: 32 is the base) \n" );
document.write( "
Algebra.Com's Answer #20513 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! How would you go about solving these problems \n" ); document.write( "2e^(x+1)-7=3 \n" ); document.write( "E^(X+1)^2=3+7=10...TAKING LOGS \n" ); document.write( "(X+1)^2*(LOG(E))=LOG(10)=1 \n" ); document.write( "(X+1)^2=10/LOG(E) \n" ); document.write( "X+1=SQRT{10/LOG(E)} \n" ); document.write( "X=SQRT{10/LOG(E)}-1=1.08\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5log32^(x+1)=3 (note: 32 is the base) \n" ); document.write( "LOG{(X+1)^5}TO BASE 32=3 \n" ); document.write( "(X+1)^5=32^3=(2^5)^3=(2^3)^5 \n" ); document.write( "X+1=2^3=8 \n" ); document.write( "X=8-1=7 \n" ); document.write( " |