Difference between revisions of "FOIL"

 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
<cmath>(a+b)(c+d) = ac + ad + bc + bd</cmath>
 
<cmath>(a+b)(c+d) = ac + ad + bc + bd</cmath>
 +
 +
Here is an example.
 +
 +
<cmath>(5x + 3)(2x - 6)</cmath>
 +
 +
First we multiply the first terms <cmath>5x \times 2x = 10x^2</cmath>
 +
 +
Then, the outside terms <cmath>5x \times -6 = -30x</cmath>
 +
 +
Next, the inside terms <cmath>3 \times 2x = 6x</cmath>.
 +
 +
Finally, we multiply the last terms <cmath>-6 \times 3 = -18</cmath>
 +
 +
Thus, our answer is <cmath>10x^2 - 30x + 6x - 18</cmath>, which, when simplified, gives us a final answer of <cmath>\boxed{10x^2 - 24x - 18}</cmath>.
  
 
== See also ==
 
== See also ==
Line 7: Line 21:
 
*[[Simon's Favorite Factoring Trick]]
 
*[[Simon's Favorite Factoring Trick]]
  
[[Category:Elementary algebra]]
+
[[Category:Algebra]]
 
 
{{stub}}
 

Latest revision as of 13:34, 14 July 2021

FOIL, standing for first, outside, inside, last, is a mnemonic device for remembering the distributive property when two binomials are multiplied.

\[(a+b)(c+d) = ac + ad + bc + bd\]

Here is an example.

\[(5x + 3)(2x - 6)\]

First we multiply the first terms \[5x \times 2x = 10x^2\]

Then, the outside terms \[5x \times -6 = -30x\]

Next, the inside terms \[3 \times 2x = 6x\].

Finally, we multiply the last terms \[-6 \times 3 = -18\]

Thus, our answer is \[10x^2 - 30x + 6x - 18\], which, when simplified, gives us a final answer of \[\boxed{10x^2 - 24x - 18}\].

See also