document.write( "Question 379380: Hi! How do I find ALL the solutions of this equation?\r
\n" );
document.write( "\n" );
document.write( "16/(x+6) - 14/(x+12) = 1\r
\n" );
document.write( "\n" );
document.write( "I think you cross multiply then factor but I got crazy numbers... \n" );
document.write( "
Algebra.Com's Answer #269345 by Alan3354(69443) You can put this solution on YOUR website! 16/(x+6) - 14/(x+12) = 1 \n" ); document.write( "Multiply by (x+6)*(x+12) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(x + 18)*(x - 2) = 0 \n" ); document.write( "x = 2 \n" ); document.write( "x = -18 \n" ); document.write( " \n" ); document.write( " |