document.write( "Question 1055001: Find the point of intersection of y=ln(3x-1) and y=ln(x+2).\r
\n" );
document.write( "\n" );
document.write( "ln(3x-1)=ln(x+2) \n" );
document.write( "
Algebra.Com's Answer #670206 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! ln(3x-1)=ln(x+2) \n" ); document.write( "3x - 1 = x+ 2 \n" ); document.write( "2x = 3 \n" ); document.write( "x = 3/2 \n" ); document.write( "| y = ln(x+2) \n" ); document.write( "y = ln(7/2) = \n" ); document.write( "|Point of Intersection: \n" ); document.write( "(3/2, ln(7/2)) \n" ); document.write( " |