document.write( "Question 286256: I really don't even know where to begin with this problem.
\n" );
document.write( "Let 2^a = 5 and 2^b = 7. Using exponent rules, solve the equation in terms of a and b.
\n" );
document.write( "0.4^x=343 \n" );
document.write( "
Algebra.Com's Answer #207566 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Let 2^a = 5 and 2^b = 7. Using exponent rules, solve the equation in terms of a and b. \n" ); document.write( "------------- \n" ); document.write( "0.4^x=343 \n" ); document.write( "------------ \n" ); document.write( "0.4 = 2/5 = 2/2^a = 2^(1-a) \n" ); document.write( "343 = 7^3 = 2^3b \n" ); document.write( "--> (2^(1-a))^x = 2^3b \n" ); document.write( "x(1-a)) = 3b \n" ); document.write( "x = 3b/(1-a) \n" ); document.write( " |