document.write( "Question 634179: I have tried to firgure this out but i dont know where to start\r
\n" );
document.write( "\n" );
document.write( "Solve for x\r
\n" );
document.write( "\n" );
document.write( "(x+2)/(x+6) = (x-1)/(x+2) \n" );
document.write( "
Algebra.Com's Answer #399411 by richwmiller(17219) You can put this solution on YOUR website! cross multiply. \n" ); document.write( "(x+2)^2=(x-1)*(x+6) \n" ); document.write( "x^2+4x+4=x^2+5x-6 \n" ); document.write( "combine \n" ); document.write( "10=x \n" ); document.write( " |