#Factorizing algebriac expressiosn
18 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
so for all of these
you need to write it as (x-a)(x-b)
as when you expand it you get
x^2-ax-bx+ab
so note that your middle x value is the sum of a and b
and your last value is the product of a and b
so lets take the first one as an example, x^2+4x+3
we list factors of 3
keep in mind these can be negative as well
so 1 3 and -1 -3
now we see which one sums to 4
and 1+3=4
so your first one is (x+1)(x+3)
@main fiber make sense?