document.write( "Question 720088: I have this complicated math expression that I cant seem to solve. \r
\n" ); document.write( "\n" ); document.write( "It's: 14x^2-x-3/2^2-7x+3=?\r
\n" ); document.write( "\n" ); document.write( "nothing will factor into either of these number, so I got: 7x^2-x-3/x^2-7x+3
\n" ); document.write( "I need help badly. Its hard for me to start these problems.
\n" ); document.write( "

Algebra.Com's Answer #441670 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
First of all, please put multiple-term numerators and denominators in parentheses. What you posted, without parentheses, meant:
\n" ); document.write( "\"14x%5E2-x-3%2F2x%5E2-7x%2B3\"
\n" ); document.write( "but I'm guessing you intended:
\n" ); document.write( "\"%2814x%5E2-x-3%29%2F%282x%5E2-7x%2B3%29\"
\n" ); document.write( "which should be posted as: (14x^2-x-3)/(2x^2-7x+3)
\n" ); document.write( "Clear, unambiguous problems are more likely to get quick responses.

\n" ); document.write( "The reason we try to factor these fractions is that only factors may be canceled when reducing fractions! So that 2 you canceled out was an error. 2 is not a factor of the whole numerator and denominator. It is only a factor of a term in each.

\n" ); document.write( "It is also an error to say that the numerator and denominator do not factor. They do factor:
\n" ); document.write( "\"%28%287x%2B3%29%28x-1%29%29%2F%28%282x-1%29%28x-1%29%29\"
\n" ); document.write( "and looking at this we can see that there is a common factor to cancel:
\n" ); document.write( "\"%28%287x%2B3%29cross%28%28x-1%29%29%29%2F%28%282x-1%29cross%28%28x-1%29%29%29\"
\n" ); document.write( "leaving:
\n" ); document.write( "\"%287x%2B3%29%2F%282x-1%29\"

\n" ); document.write( "P.S. Here some hints that might help you figure out how to factor trinomials like the original numerator and denominator:
  • Don't forget that positive numbers can have two positive factors or two negative factors. In the original denominator the +3 at the end has factors of 1*3 and (-1)*(-3) and, as it turned out, it was the negative factors that were needed in order to factor that expression.
  • Be sure to try all possible combinations. In the original numerator \"14x%5E2\" can be factored as: 14x*x, 7x*2x, (-14x)*(-x) or ((-7x)*(-2x) and the -3 at the end can be factored as 1*(-3) or (-1)*3. This makes 8 different combinations. If you overlook some of them you might not see the one that works.
  • If you have trouble seeing all the different combinations or if there are so many combinations you'd like a faster way then the quadratic formula, \"x+=+%28-b+%2B-+sqrt%28b%5E2-4ac%29%29%2F2a\", can be used to help factor:
    • The expression in the square root, \"b%5E2-4ac\", has several uses and it even has its own name, the \"discriminant\". A use for the discriminant in factoring is that it can be a quick way to check if the quadratic expression will factor at all. This can save you from having to check a lot of combinations, none of which will end up working. If the value of the discriminant is not a perfect square then the quadratic expression will not factor!
    • If the discriminant is a perfect square then the quadratic expression will factor. Not only that, its value and the quadratic formula can be used to help figure out how it will factor.
    Here's some examples to show you how:
    • \"3x%5E2-4x%2B64\"
      \n" ); document.write( "With a = 3, b = -4 and c = 64, the discriminant for this is:
      \n" ); document.write( "\"%28-4%29%5E2-4%283%29%2864%29\"
      \n" ); document.write( "\"16-4%283%29%2864%29%0D%0A%7B%7B%7B16+-+768\"
      \n" ); document.write( "\"-752\"
      \n" ); document.write( "This is not a perfect square so \"3x%5E2-4x%2B64\" will not factor. This saves us a lot of time because there are many factor of 64
    • \"14x%5E2-x-3\" (the original numerator which you couldn't see how to factor)
      \n" ); document.write( "With a = 14, b = -1 and c = -3, the discriminant for this is:
      \n" ); document.write( "\"%28-1%29%5E2-4%2814%29%28-3%29\"
      \n" ); document.write( "Simplifying...
      \n" ); document.write( "\"1-4%2814%29%28-3%29\"
      \n" ); document.write( "\"1-4%2814%29%28-3%29\"
      \n" ); document.write( "\"1+%2B+168\"
      \n" ); document.write( "\"169\"
      \n" ); document.write( "Since \"169+=+13%5E2\" it is a perfect square. Now we know that \"14x%5E2-x-3\" will factor. We can also use this value, 169, to help us figure out how it factors. We do this by finishing the quadratic formula. Since we already know the value of the discriminant and since we already know its square root, this goes pretty quickly:
      \n" ); document.write( "\"x+=+%28-%28-1%29+%2B-+sqrt%28169%29%29%2F2%2814%29\"
      \n" ); document.write( "\"x+=+%281+%2B-+13%29%2F28\"
      \n" ); document.write( "which is short for:
      \n" ); document.write( "\"x+=+%281+%2B+13%29%2F28\" or \"x+=+%281+-+13%29%2F28\"
      \n" ); document.write( "Simplifying...
      \n" ); document.write( "\"x+=+%2814%29%2F28\" or \"x+=+%28-12%29%2F28\"
      \n" ); document.write( "\"x+=+1%2F2\" or \"x+=+%28-3%29%2F7\"
      \n" ); document.write( "These tell us how to factor.
      \n" ); document.write( "From x = 1/2 we get the factor: (2x+1)
      \n" ); document.write( "From x = -3/7 we get the factor: (7x + (-3)) or (7x - 3)
      \n" ); document.write( "Note where the numerators and denominators go into the factors!
    • \"2x%5E2%2B5x%2B2\".
      \n" ); document.write( "This discriminant: \"5%5E2-4%282%29%282%29+=+25+-+4%282%29%282%29+=+25+-+16+=+9\"
      \n" ); document.write( "This is a perfect square so our expression will factor. Continuing with the quadratic formula:
      \n" ); document.write( "\"x+=+%28-%285%29+%2B-+sqrt%289%29%29%2F2%282%29\"
      \n" ); document.write( "\"x+=+%28-5+%2B-+3%29%2F4\"
      \n" ); document.write( "\"x+=+%28-5+%2B+3%29%2F4\" or \"x+=+%28-5+-+3%29%2F4\"
      \n" ); document.write( "\"x+=+%28-2%29%2F4\" or \"x+=+%28-8%29%2F4\"
      \n" ); document.write( "\"x+=+%28-1%29%2F2\" or \"x+=+-2\"
      \n" ); document.write( "From x = (-1)/2 we get a factor of: (2x + (-1)) or (2x - 1)
      \n" ); document.write( "With x = -2 we have a whole number. If you end up with x equal to a whole number like this, then make it a fraction by putting it over a 1. So we -2 rewrite it as a fraction: -2/1 and then find the factor: (1x + (-2)) or (x - 2)
\n" ); document.write( "
\n" );