document.write( "Question 176562: Solve 1/x + 1/x+5 = 3/4 \n" ); document.write( "
Algebra.Com's Answer #131715 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve \n" ); document.write( "mult eq by common denominator, 4x(x+5) \n" ); document.write( "4x(x+5)* \n" ); document.write( "cancel out the denominators \n" ); document.write( "4(x+5) + 4x = 3x(x+5) \n" ); document.write( "; \n" ); document.write( "4x + 20 + 4x = 3x^2 + 15x \n" ); document.write( ": \n" ); document.write( "8x + 20 = 3x^2 + 15x \n" ); document.write( "; \n" ); document.write( "0 = 3x^2 + 15x - 8x - 20 \n" ); document.write( "; \n" ); document.write( "3x^2 + 7x - 20 = 0; a quadratic eq \n" ); document.write( "factor this to \n" ); document.write( "(3x - 5)(x + 4) = 0 \n" ); document.write( "two solutions \n" ); document.write( "3x = 5 \n" ); document.write( "; \n" ); document.write( "x = \n" ); document.write( "and \n" ); document.write( "x = -4 \n" ); document.write( ": \n" ); document.write( "check both solutions in original eq \n" ); document.write( " |