document.write( "Question 743558: find the two values of x that satisfy the equation:\r
\n" );
document.write( "\n" );
document.write( "2log(base4)X-log(base4)(3X-4))=1/2 \n" );
document.write( "
Algebra.Com's Answer #452960 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 2log(base4)X-log(base4)(3X-4)=1/2 \n" ); document.write( "log(base4)X^2-log(base4)(3X-4)=1/2 \n" ); document.write( "log(base4)X^2/(3X-4)=1/2 \n" ); document.write( "X^2/(3X-4)=4^(1/2) \n" ); document.write( "X^2/(3X-4)=2 \n" ); document.write( "X^2=2(3X-4) \n" ); document.write( "X^2=6X-8 \n" ); document.write( "X^2-6X+8=0 \n" ); document.write( "(X-2)(X-4)=0 \n" ); document.write( "X = {2, 4}\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |