Question #42384

1 Answer
Mar 24, 2017

a^2+11a+30

Explanation:

When multiplying together two binomials, a useful strategy is to "FOIL" it -- first, outside, inside, last. That is to say, multiply together the two first terms, the two outside terms, the two inside terms, and the two last terms. This is just an easy way to remember to multiply both things on the left by both things on the right, so however you want to remember that works.

FOIL might be easier to understand with an example. Say you have to find the product of (a+b)(c-d). Remember that you need to FOIL it (deeper explanation below), giving you:
ac+a("-"d)+bc+b("-"d) (don't forget that d is negative in this problem), which is the same as ac-ad+bc-bd.

For your problem, FOILed it is aa+6a+5a+5(6), which when you multiply and combine like terms is a^2+11a+30.

----FOIL explanation----

FOIL comes from the distributive property, which states that x(y+z)=xy+xz

Going back to (a+b)(c-d), first let (a+b)=n so the problem is now n(c-d). Look familiar? Distribute, so now you have nc+n("-d") (don't forget the negative!)

Plug (a+b) back in for n to give (a+b)c+(a+b)("-"d). Both terms of this can be distributed again, giving ac+bc+a("-"d)+b("-"d), which multiplied out is ac+bc-ad-bd, which using the commutative property is the same ac-ad+bc-bd we got from FOIL.