document.write( "Question 30084: hello, I have two questions\r
\n" );
document.write( "\n" );
document.write( "1) if 7^x=3 then x=\r
\n" );
document.write( "\n" );
document.write( "2) if t=e^x+2 then x=\r
\n" );
document.write( "\n" );
document.write( "i was wondering how these work out? (^) means to the power \r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #18669 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! 7^x=3 \n" ); document.write( "=>xlog7=log3 \n" ); document.write( "=>x=log7/log3; \n" ); document.write( "t=e^x+2 \n" ); document.write( "=>(t-2)=e^x \n" ); document.write( "=>x(ln e)=ln(t-2) \n" ); document.write( "=>x=ln(t-2) (ln e=1) \n" ); document.write( " |