document.write( "Question 30039: x-2/x+6 >= 3
\n" );
document.write( "Please help me solve this equation \n" );
document.write( "
Algebra.Com's Answer #16775 by Fermat(136)![]() ![]() You can put this solution on YOUR website! Multiply everything by x \n" ); document.write( "giving, \n" ); document.write( "x² - 2 + 6x >= 3x (assuming x is positive) \n" ); document.write( "rearrange, \n" ); document.write( "x² + 3x - 2 >= 0 \n" ); document.write( "use the quadratic formula, \n" ); document.write( " \n" ); document.write( "a = 1, b = 3, c = -2 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = 0.5616, x = -3.5616\r \n" ); document.write( "\n" ); document.write( "(x-0.5616)(x+3.5616) >= 0 \n" ); document.write( "========================= \n" ); document.write( "Since the product of the two terms is positive (>=0), then the terms must be both positive or both negative (negative times negative = positive). \n" ); document.write( "So, \n" ); document.write( "x >= 0.5616 and x >= -3.5616 \n" ); document.write( "i.e. x >= 0.5616 \n" ); document.write( "================ \n" ); document.write( "or \n" ); document.write( "x =< 0.5616 and x =< -3.5616 \n" ); document.write( "i.e. x =< -3.5616 \n" ); document.write( "================\r \n" ); document.write( "\n" ); document.write( "But x was assumed to be positive (see third line). So the last solution (x =< -3.5616) is invalid since it requires x to be negative) \n" ); document.write( "In fact, if you assume x to be negative, you get, \n" ); document.write( "x² - 2 + 6x <= 3x (notice the change in the inequality sign) \n" ); document.write( "rearrange, \n" ); document.write( "x² + 3x - 2 <= 0 \n" ); document.write( "giving, \n" ); document.write( "(x-0.5616)(x+3.5616) <= 0 \n" ); document.write( "========================== \n" ); document.write( "This requires one term to be positive and the other term to be negative - at the same time. \n" ); document.write( "So, \n" ); document.write( "x =< 0.5616 and x >= -3.5616 \n" ); document.write( "or \n" ); document.write( "-3.5616 =< x =< 0.5616 \n" ); document.write( "but x requires to be negative, so this becomes, \n" ); document.write( "-3.5616 =< x =< 0 \n" ); document.write( "================= \n" ); document.write( "The two solutions are, \n" ); document.write( "x >= 0.5616 \n" ); document.write( "=========== \n" ); document.write( "and \n" ); document.write( "-3.5616 =< x =< 0 \n" ); document.write( "================= \n" ); document.write( " |