Ever stared at a quadratic equation and felt a bit lost? You know, those expressions with an x² term, like 5x² + 9x + 4 = 0? They can look intimidating at first glance, especially when the number in front of the x² isn't a simple 1. But what if I told you there's a neat trick, a visual method, that can make solving them feel almost like a puzzle?
This method is called the cross-multiplication (or factoring by grouping) method. It's particularly handy when you're dealing with quadratic equations where the leading coefficient (that number before x²) isn't 1. Let's take our example: 5x² + 9x + 4 = 0.
The core idea is to find two numbers that multiply to give you the product of the first and last terms (5 * 4 = 20) and add up to the middle term (9). Think of it like this: we're trying to break down the middle term (9x) into two parts that will allow us to factor the expression.
So, we need two numbers that multiply to 20 and add to 9. If you play around with factors of 20 (1 and 20, 2 and 10, 4 and 5), you'll quickly spot that 4 and 5 fit the bill perfectly. They multiply to 20 (4 * 5 = 20) and add up to 9 (4 + 5 = 9).
Now, we rewrite the middle term using these two numbers: 5x² + 4x + 5x + 4 = 0. See how we've just split the 9x into 4x and 5x? It looks a bit longer, but it sets us up for the next step.
The next part involves grouping. We group the first two terms and the last two terms: (5x² + 4x) + (5x + 4) = 0. Now, we factor out the greatest common factor from each group.
From the first group (5x² + 4x), we can factor out an 'x', leaving us with x(5x + 4). From the second group (5x + 4), there isn't an obvious common factor other than 1, so we can think of it as 1(5x + 4).
So now we have: x(5x + 4) + 1(5x + 4) = 0. Notice anything? That (5x + 4) part is common to both terms! This is the magic moment.
We can now factor out the common binomial (5x + 4), leaving us with (5x + 4)(x + 1) = 0.
To find the solutions (the roots of the equation), we set each factor equal to zero, because if either of them is zero, the whole equation becomes zero:
-
5x + 4 = 0 Subtract 4 from both sides: 5x = -4 Divide by 5: x = -4/5
-
x + 1 = 0 Subtract 1 from both sides: x = -1
And there you have it! The solutions to 5x² + 9x + 4 = 0 are x = -1 and x = -4/5. It's a systematic way to break down a seemingly complex problem into manageable steps. It might take a little practice, but once you get the hang of it, this cross-multiplication method becomes a powerful tool in your algebra toolkit, making those quadratic equations feel a lot less daunting.
