document.write( "Question 681425: log2(x+5)=log4(7x+1) solve for X \n" ); document.write( "
Algebra.Com's Answer #422907 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! log2(x+5)=log4(7x+1) solve for X \n" ); document.write( "convert to log base2 \n" ); document.write( "log2(x+5)=log2(7x+1)/log2(4) \n" ); document.write( "log2(4)=2 \n" ); document.write( "log2(x+5)=log2(7x+1)/2 \n" ); document.write( "2log2(x+5)=log2(7x+1) \n" ); document.write( "log2[(x+5)^2]=log2(7x+1) \n" ); document.write( "(x+5)^2=7x+1 \n" ); document.write( "x^2+10x+25=7x+1 \n" ); document.write( "x^2+3x+24=0 \n" ); document.write( "a=1, b=3, c=24 \n" ); document.write( "discriminant: \n" ); document.write( "b^2-4ac=9-4*1*24<0 \n" ); document.write( "therefore, no real solution \n" ); document.write( " |