document.write( "Question 1035219: Logarithmic Equation. What is the solution set of the function
\n" );
document.write( " log(base 5) x + log(base 5) (4x+1)= 1. Pls. \n" );
document.write( "
Algebra.Com's Answer #649872 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! log(base 5) x + log(base 5) (4x+1)= 1 \n" ); document.write( "log(base 5) [x(4x+1)] = 1 \n" ); document.write( "x(4x+1) = 5^1 \n" ); document.write( "4x^2+x = 5 \n" ); document.write( "4x^2+x-5 = 0 \n" ); document.write( "factoring: \n" ); document.write( "(4x+5)(x-1) = 0 \n" ); document.write( "x = {-5/4, 1} \n" ); document.write( "throw out the neg solution (extraneous) leaving: \n" ); document.write( "x = 1 \n" ); document.write( " \n" ); document.write( " |