document.write( "Question 651269:  the question asks to solve for x, and i'm stuck on it\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #407678 by lwsshak3(11628)      You can put this solution on YOUR website! solve for x \n" ); document.write( "9*5^x=17*2^x \n" ); document.write( "take log of both sides \n" ); document.write( "log9+xlog5=log17+xlog2 \n" ); document.write( "xlog5-xlog2=log17-log9 \n" ); document.write( "x(log5-log2)=(log17-log9) \n" ); document.write( "x=(log17-log9)/(log5-log2) \n" ); document.write( "x≈.6941 \n" ); document.write( " \n" ); document.write( " |