document.write( "Question 672299: I need to solve the exponential equation: 3^(4x-1)=3^31 \n" ); document.write( "
| Algebra.Com's Answer #417895 by sachi(548)     You can put this solution on YOUR website! 3^(4x-1)=3^31 \n" ); document.write( "or 4x-1=31 (a^x=a^y => x=y as the bases are same so the powers should be same) \n" ); document.write( "or 4x=31+1=32 \n" ); document.write( "or x=32/4=8 \n" ); document.write( "ans \n" ); document.write( " |