document.write( "Question 1125476: Solve the equation:
\n" );
document.write( "18(𝑥−2) = 1 + ((20)/(𝑥+2))\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #741800 by Alan3354(69443) You can put this solution on YOUR website! 18(x-2) = 1 + (20)/(x+2) \n" ); document.write( "Multiply thru by x+2 \n" ); document.write( "18(x-2)*(x+2) = x+2 + 20 \n" ); document.write( "18(x^2-4) = x + 22 \n" ); document.write( "18x^2 - 72 = x + 22 \n" ); document.write( "18x^2 - x - 94 = 0 \n" ); document.write( "Can you do the rest? \n" ); document.write( " |