document.write( "Question 591026: Please help me solve. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1. (x^2-6x)^2 - 11(x^2-6x)-80=0\r
\n" );
document.write( "\n" );
document.write( "2. x-1/x-3>0\r
\n" );
document.write( "\n" );
document.write( "3. absolute value x^2+x-15=15 \n" );
document.write( "
Algebra.Com's Answer #375461 by Theo(13342) You can put this solution on YOUR website! problem number 1:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x^2 - 6x)^2 - 11(x^2-6x)-80 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let y = x^2 - 6x \n" ); document.write( "equation becomes: \n" ); document.write( "y^2 - 11y - 80 = 0 \n" ); document.write( "this is a quadratic equation that can be solved in the normal manner that you solve quadratic equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "80 = 1 * 80 or 2 * 40 or 4 * 20 or 5 * 16 or 10 * 20 \n" ); document.write( "1 +/- 80 = 81 or 79 \n" ); document.write( "2 +/- 40 = 42 or 38 \n" ); document.write( "4 +/- 20 = 24 or 16 \n" ); document.write( "5 +/- 16 = 21 or 11 ***** \n" ); document.write( "10 +/- 20 = 30 or 10 \n" ); document.write( "looks like the combination of 5 * 16 is going to work because 5 * 16 = 80 and 16 - 5 = 11 \n" ); document.write( "the 80 is the c term and the 11 is the b term. \n" ); document.write( "our factors are going to be (y + 5) * (y - 16) = 0 \n" ); document.write( "if you multiply these factors out you will get: \n" ); document.write( "y^2 + 5y - 16y - 80 which will be equal to y^2 - 11y - 80 which is the quadratic equation we are trying to factor after we let (x^2-6x) equal to y. \n" ); document.write( "since (y+5) * (y-16) = 0, we set each equal to 0 to solve for y. \n" ); document.write( "we get: \n" ); document.write( "y + 5 = 0 which becomes y = -5 \n" ); document.write( "y - 16 = 0 which becomes y = 16 \n" ); document.write( "those are our solutions for y. \n" ); document.write( "we now need to convert those solutions of y to solutions of x. \n" ); document.write( "we had originally set y = (x^2-6x), so we now substitute (x^2 - 6x) for y to get: \n" ); document.write( "x^2 - 6x = -5 \n" ); document.write( "and: \n" ); document.write( "x^2 - 6x = 16 \n" ); document.write( "we now need to solve for x. \n" ); document.write( "x^2 - 6x = -5 becomes x^2 - 6x + 5 = 0 after we add 5 to both sides of the equation. \n" ); document.write( "x^2 - 6x = 16 becomes x^2 - 6x - 16 = 0 after we subtract 11 from both sides of the equation. \n" ); document.write( "x^2 - 6x + 5 factors are (x-5) * (x-1) \n" ); document.write( "x^2 - 6x - 16 factors are (x-8) * (x+2) \n" ); document.write( "we set each of these factors = to 0 to get: \n" ); document.write( "x = 5 \n" ); document.write( "x = 1 \n" ); document.write( "x = 8 \n" ); document.write( "x = -2 \n" ); document.write( "those are our possible solutions. \n" ); document.write( "we need to confirm those solutions are good by substituting for x in our original equation. \n" ); document.write( "that equation is: \n" ); document.write( "(x^2 - 6x)^2 - 11(x^2-6x)-80 = 0 \n" ); document.write( "i used a graphing calculator to confirm those solutions were good. \n" ); document.write( "they are. \n" ); document.write( "without a graphing calculator you need to substitute each of those values for x in turn in the equation and solve the equation to see if the result is 0. \n" ); document.write( "example: \n" ); document.write( "when x = 1, original equation of (x^2 - 6x)^2 - 11(x^2-6x)-80 = 0 becomes: \n" ); document.write( "(1^2 - 6(1))^2 - 11(1^2 - 6(1)) - 80 = 0 \n" ); document.write( "this simplifies to: \n" ); document.write( "(1 - 6)^2 - 11(1 - 6) - 80 = 0 which further simplifies to: \n" ); document.write( "(-5)^2 - 11(-5) - 80 = 0 which further simplifies to: \n" ); document.write( "25 + 55 - 80 = 0 which further simplifies to: \n" ); document.write( "80 - 80 = 0 which is true, confirming the value of 1 for x is good. \n" ); document.write( "your solutions to this equation are: \n" ); document.write( "x = -2 \n" ); document.write( "x = 1 \n" ); document.write( "x = 5 \n" ); document.write( "x = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "problem number 2:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-1)/(x-3)>0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can try to solve this by doing the following: \n" ); document.write( "(x-1) / (x-3) > 0 \n" ); document.write( "multiply both sides of the equation by (x-3) to get: \n" ); document.write( "(x-1) = 0 \n" ); document.write( "solve for x to get x > 0 \n" ); document.write( "that, however, leads to only a partial solution if at all.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these types of equations need to address the numerator and the denominator separately.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "find out when the numerator is equal to 0 and find out when the denominator is equal to 0. \n" ); document.write( "the numerator is equal to 0 when x = 1 \n" ); document.write( "the denominator is equal to 0 when x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the fraction (x-1) / (x-3) will be positive when the numerator is plus and the denominator is plus or when the numerator is minus and the denominator is minus.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the numerator is positive when x > 1 and the denominator is positive when x > 3. \n" ); document.write( "since 3 > 1, then both numerator and denominator will be positive when x > 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the numerator is negative when x < 1 and the denominator is negative when x < 3. \n" ); document.write( "since 1 < 3, then both numerator and denominator will be negative when x < 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "put these facts together and the fraction will be positive when x < 1 and when x > 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can graph this equation to visually see what's going on. \n" ); document.write( "graph the equations of y = (x-1) / (x-3) as shown below: \n" ); document.write( " \n" ); document.write( "as you can see from the graph, there is a vertical asymptote at x = 3. \n" ); document.write( "this happens because the denominator of the equation becomes 0 when x = 3. \n" ); document.write( "i drew a vertical line there to show you where that happens. \n" ); document.write( "you can also see the the lines of the equation are positive when x is smaller than 1 and when x is greater than 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "problem number 3:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "absolute value of (x^2+x-15) = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the definition of an absolute value says that:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if absolute value of (x) = y, then: \n" ); document.write( "x = y if x is positive and: \n" ); document.write( "-x = y if x is negative.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x represents an expression that is within the absolute value signs. \n" ); document.write( "those are vertical lines as shown below: \n" ); document.write( "absolute value of (x) is shown as |x|.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equation is: \n" ); document.write( "absolute value of (x^2+x-15) = 15 \n" ); document.write( "this can also be shown as: \n" ); document.write( "|x^2 + x - 15| = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the expression within the absolute value signs is x^2 + x - 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when that expression is positive, you get: \n" ); document.write( "x^2 + x - 15 = 15 \n" ); document.write( "solve as you would any normal quadratic equation. \n" ); document.write( "subtract 15 from both sides of the equation to get: \n" ); document.write( "x^2 + x - 30 = 0 \n" ); document.write( "factor to get: \n" ); document.write( "(x-5) * (x+6) = 0 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 5 or x = -6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when that expression is negative, you get: \n" ); document.write( "-(x^2 + x - 15) = 15 \n" ); document.write( "multiply both sides of this equation by -1 to get: \n" ); document.write( "x^2 + x - 15 = -15 \n" ); document.write( "add 15 to both sides of this equation to get: \n" ); document.write( "x^2 + x = 0 \n" ); document.write( "factor to get: \n" ); document.write( "x * (x+1) = 0 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 0 or x = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "put both solutions together to get: \n" ); document.write( "x = 0 or x = -1 or x = 5 or x = -6 \n" ); document.write( "these are the possible solutions to your equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you need to confirm these solutions are good by substituting in the original equation. \n" ); document.write( "that equation is: \n" ); document.write( "|x^2 + x - 15| = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 0, |x^2 + x - 15| = 15 becomes: \n" ); document.write( "|0 + 0 - 15| = 15 which becomes: \n" ); document.write( "|-15| = 15 which is true by definition of absolute value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = -1, |x^2 + x - 15| = 15 becomes: \n" ); document.write( "|(-1)^2 + (-1) - 15) = 15 which becomes: \n" ); document.write( "|1 - 1 - 15| = 15 which becomes: \n" ); document.write( "|-15| = 15 which is true by definition of absolute value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 5, |x^2 + x - 15| = 15 becomes: \n" ); document.write( "|5^2 + 5 - 15| = 15 which becomes: \n" ); document.write( "|25 + 5 - 15| = 15 which becomes: \n" ); document.write( "|30 - 15| = 15 which becomes: \n" ); document.write( "|15| = 15 which is true by definition of absolute value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = -6, |x^2 + x - 15| = 15 becomes: \n" ); document.write( "|(-6)^2 + (-6) - 15| = 15 which becomes: \n" ); document.write( "|36 - 6 - 15| = 15 which becomes: \n" ); document.write( "|30 - 15| = 15 which becomes: \n" ); document.write( "|15| = 15 which is true by definition of absolute value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "definition of absolute value states: \n" ); document.write( "|x| = y means: \n" ); document.write( "x = y if x is positive. \n" ); document.write( "-x = y if x is negative.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in our equation of |-15| = 15, 15 is negative, so we get -(-15) = 15 which becomes 15 = 15. \n" ); document.write( "in our equation of |15| = 15, 15 is positive, so we get 15 = 15 which is self evidently true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can also graph the equation of |x^2 + x - 15| = 15 so see what it looks like on a graph. \n" ); document.write( "subtract 15 from both sides of that equation to get: \n" ); document.write( "|x^2 + x - 15| - 15 = 0 \n" ); document.write( "replace 0 with y in that equation to get: \n" ); document.write( "y = |x^2 + x - 15| = 0 and graph that equation. \n" ); document.write( "you will get: \n" ); document.write( " \n" ); document.write( "we'll take a closer in look so you can see the points where the graph crosses the x-axis. \n" ); document.write( "those points are your solution points. \n" ); document.write( " \n" ); document.write( "you can see that the graph crosses the x-axis at x = -6, -1, 0, and 5. \n" ); document.write( "this graph is the graph of the absolute value of (x^2 + x - 15) - 15. \n" ); document.write( "this is not the same as the graph of x^2 + x - 15 - 15 = 0 \n" ); document.write( "the graph of that equation looks like this: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |