document.write( "Question 307855: solve each equation\r
\n" );
document.write( "\n" );
document.write( "x/3=4/x+1 \n" );
document.write( "
Algebra.Com's Answer #220163 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x/3=4/x+1\r \n" ); document.write( "\n" ); document.write( "x/3 = 4/ (x+1)\r \n" ); document.write( "\n" ); document.write( "x(x+1)=12\r \n" ); document.write( "\n" ); document.write( "x^2+x-12=0\r \n" ); document.write( "\n" ); document.write( "x^2+4x-3x-12=0 \n" ); document.write( "x(x+4)-3(x+4)=0 \n" ); document.write( "(x-3)(x+4)=0 \n" ); document.write( "x=3 OR -4 \n" ); document.write( " |