document.write( "Question 304913: Find the exact value of x for which:
\n" );
document.write( "4^x * 5^(4x+3) = 10^(2x+3)\r
\n" );
document.write( "\n" );
document.write( "I am aware that this question involves the change base rule, but i really need some guidance on where to start. Your help would be much appreciated! \n" );
document.write( "
Algebra.Com's Answer #218356 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! not change base, just exponents...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2^(2x) * 5^(4x) * 5^3 = 5^(2x) * 5^3 * 2^(2x) * 2^3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5^(2x) = 2^3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = [log(5)] / [log(8)] \n" ); document.write( " |