Visibility: Difference between revisions
en>Helpful Pixie Bot m ISBNs (Build KE) |
en>Tman21901 No edit summary |
||
| Line 1: | Line 1: | ||
= | [[Image:MonkeyFaceFOILRule.JPG|thumb|250px|right|A visual representation of the FOIL rule. Each colored line represents two terms that must be multiplied.]] | ||
In [[elementary algebra]], '''''FOIL''''' is a [[mnemonic]] for the standard method of multiplying two [[binomial]]s—hence the method may be referred to as the '''FOIL method'''. The word ''FOIL'' is an [[acronym]] for the four terms of the product: | |||
* '''F'''irst (“first” terms of each binomial are multiplied together) | |||
* '''O'''uter (“outside” terms are multiplied—that is, the first term of the first binomial and the second term of the second) | |||
* '''I'''nner (“inside” terms are multiplied—second term of the first binomial and first term of the second) | |||
* '''L'''ast (“last” terms of each binomial are multiplied) | |||
The general form is: | |||
: <math>(a+b)(c+d) = \underbrace{ac}_\mathrm{first} + \underbrace{ad}_\mathrm{outside} + \underbrace{bc}_\mathrm{inside} + \underbrace{bd}_\mathrm{last}</math> | |||
Note that <math>a</math> is both a “first” term and an “outer” term; <math>b</math> is both a “last” and “inner” term, and so forth. The order of the four terms in the sum is not important, and need not match the order of the letters in the word FOIL. | |||
The FOIL method is a special case of a more general method for multiplying algebraic expressions using the [[distributive law]]. The word ''FOIL'' was originally intended solely as a [[mnemonic]] for high-school students learning algebra, but many students and educators in the [[United States]] now use the word “foil” as a [[verb]] meaning “to expand the product of two binomials”.{{Fact|date=May 2011}} This [[neologism]] has not gained widespread acceptance in the mathematical community.{{fact|date=March 2012}} | |||
== | ==Examples== | ||
The FOIL method is most commonly used to multiply [[linear function|linear]] binomials. For example, | |||
:<math>\begin{align} | |||
(x + 3)(x + 5) \,&=\, x\cdot x \,+\, x\cdot 5 \,+\, 3 \cdot x \,+\, 3 \cdot 5 \\ | |||
&=\, x^2 + 5x + 3x + 15 \\ | |||
&=\, x^2 + 8x + 15 | |||
\end{align}</math> | |||
If either binomial involves [[subtraction]], the corresponding terms must be negated. For example, | |||
:<math>\begin{align} | |||
(2x-3)(3x-4) &= (2x)(3x)+(2x)(-4)+(-3)(3x)+(-3)(-4) \\ | |||
&= 6x^2 - 8x - 9x + 12 \\ | |||
&= 6x^2 - 17x + 12 | |||
\end{align}</math> | |||
The | ==The distributive law== | ||
The FOIL method is equivalent to a two-step process involving the [[distributivity|distributive law]]: | |||
: <math>\begin{align} | |||
(a+b)(c+d) &{} = a(c+d) + b(c+d) \\ | |||
&{}= ac + ad + bc + bd | |||
\end{align}</math> | |||
In the first step, the <math>(c+d)</math> is distributed over the addition in first binomial. In the second step, the distributive law is used to simplify each of the two terms. Note that this process involves a total of three applications of the distributive property. | |||
== | ==Reverse FOIL== | ||
The FOIL rule converts a [[multiplication|product]] of two binomials into a [[addition|sum]] of four (or fewer, if [[like terms]] are then combined) [[monomial]]s. The reverse process is called ''factoring'' or ''[[factorization]]''. In particular, if the proof above is read in reverse it illustrates the technique called [[Factorization#Factoring by grouping|factoring by grouping]]. | |||
==Table as an alternative to FOIL== | |||
A visual memory tool can replace the FOIL mnemonic for a pair of polynomials with any number of terms. Make a table with the terms of the first polynomial on the left edge and the terms of the second on the top edge, then fill in the table with [[multiplication|products]]. The table equivalent to the FOIL rule looks like this. | |||
:<math>\begin{matrix} | |||
\times & c & d \\ | |||
a & ac & ad \\ | |||
b & bc & bd | |||
\end{matrix}</math> | |||
In the case that these are polynomials, <math>(ax+b)(cx+d),</math> the terms of a given degree are found by adding along the [[antidiagonal]]s | |||
:<math>\begin{matrix} | |||
\times & cx & d \\ | |||
ax & acx^2 & adx \\ | |||
b & bcx & bd | |||
\end{matrix}</math> | |||
so <math>(ax+b)(cx+d) = acx^2 + (ad+bc)x + bd.</math> | |||
== | To multiply (''a''+''b''+''c'')(''w''+''x''+''y''+''z''), the table would be as follows. | ||
:<math>\begin{matrix} | |||
\times & w & x & y & z \\ | |||
a & aw & ax & ay & az \\ | |||
b & bw & bx & by & bz \\ | |||
c & cw & cx & cy & cz | |||
\end{matrix}</math> | |||
The sum of the table entries is the product of the polynomials. Thus | |||
:<math>\begin{align} | |||
(a+b+c)(w+x+y+z) = {} & aw + ax + ay + az \\ | |||
& {} + bw + bx + by + bz \\ | |||
& {} + cw + cx + cy + cz . | |||
\end{align}</math> | |||
Similarly, to multiply <math>(ax^2+bx+c)(dx^3+ex^2+fx+g),</math> one writes the same table | |||
:<math>\begin{matrix} | |||
\times & d & e & f & g \\ | |||
a & ad & ae & af & ag \\ | |||
b & bd & be & bf & bg \\ | |||
c & cd & ce & cf & cg | |||
\end{matrix}</math> | |||
and sums along antidiagonals: | |||
:<math>\begin{align}(ax^2&+bx+c)(dx^3+ex^2+fx+g)\\ | |||
&= adx^5 + (ae+bd)x^4 + (af+be+cd)x^3 + (ag+bf+ce)x^2+(bg+cf)x+cg.\end{align}</math> | |||
==Generalizations== | |||
The FOIL rule cannot be directly applied to expanding products with more than two multiplicands, or multiplicands with more than two summands. However, applying the [[associativity|associative law]] and recursive foiling allows one to expand such products. For instance, | |||
:<math>\begin{align}(a+b+c+d)(x+y+z+w)=&\,((a+b)+(c+d))((x+y)+(z+w)) \\ =&\,(a+b)(x+y)+(a+b)(z+w) \\ &\,{}+(c+d)(x+y)+(c+d)(z+w) \\ =&\,ax+ay+bx+by+az+aw+bz+bw \\ &\,{}+cx+cy+dx+dy+cz+cw+dz+dw. \end{align}</math> | |||
Alternate methods based on distributing forgo the use of the FOIL rule, but may be easier to remember and apply. For example, | |||
:<math>\begin{align} | |||
(a+b+c+d)(x+y+z+w)&=(a+(b+c+d))(x+y+z+w) \\ | |||
&=a(x+y+z+w)+(b+c+d)(x+y+z+w) \\ | |||
&=a(x+y+z+w)+(b+(c+d))(x+y+z+w) \\ | |||
&=a(x+y+z+w)+b(x+y+z+w) \\ | |||
&\qquad +(c+d)(x+y+z+w) \\ | |||
&=a(x+y+z+w)+b(x+y+z+w) \\ | |||
&\qquad +c(x+y+z+w)+d(x+y+z+w) \\ | |||
&=ax+ay+az+aw+bx+by+bz+bw \\ | |||
&\qquad +cx+cy+cz+cw+dx+dy+dz+dw. | |||
\end{align}</math> | |||
== | ==See also== | ||
*[[Binomial theorem]] | |||
*[[Factorization]] | |||
==References== | |||
* {{Citation |first1=Ray |last1=Steege |first2=Kerry |last2=Bailey |title=Schaum's Outline of Theory and Problems of Intermediate Algebra |year=1997 <!--|date=1997-04-01--> |publisher=McGraw–Hill |place=New York |series=Schaum's Outline Series |isbn=978-0-07-060839-9 <!--|doi=10.1036/0070608393--> |page=54 |doi_brokendate=2008-10-14}} | |||
{{DEFAULTSORT:Foil Method}} | |||
[[Category:Elementary algebra]] | |||
[[Category:Mnemonics]] | |||
Revision as of 17:24, 5 December 2013
In elementary algebra, FOIL is a mnemonic for the standard method of multiplying two binomials—hence the method may be referred to as the FOIL method. The word FOIL is an acronym for the four terms of the product:
- First (“first” terms of each binomial are multiplied together)
- Outer (“outside” terms are multiplied—that is, the first term of the first binomial and the second term of the second)
- Inner (“inside” terms are multiplied—second term of the first binomial and first term of the second)
- Last (“last” terms of each binomial are multiplied)
The general form is:
Note that is both a “first” term and an “outer” term; is both a “last” and “inner” term, and so forth. The order of the four terms in the sum is not important, and need not match the order of the letters in the word FOIL.
The FOIL method is a special case of a more general method for multiplying algebraic expressions using the distributive law. The word FOIL was originally intended solely as a mnemonic for high-school students learning algebra, but many students and educators in the United States now use the word “foil” as a verb meaning “to expand the product of two binomials”.Template:Fact This neologism has not gained widespread acceptance in the mathematical community.Template:Fact
Examples
The FOIL method is most commonly used to multiply linear binomials. For example,
If either binomial involves subtraction, the corresponding terms must be negated. For example,
The distributive law
The FOIL method is equivalent to a two-step process involving the distributive law:
In the first step, the is distributed over the addition in first binomial. In the second step, the distributive law is used to simplify each of the two terms. Note that this process involves a total of three applications of the distributive property.
Reverse FOIL
The FOIL rule converts a product of two binomials into a sum of four (or fewer, if like terms are then combined) monomials. The reverse process is called factoring or factorization. In particular, if the proof above is read in reverse it illustrates the technique called factoring by grouping.
Table as an alternative to FOIL
A visual memory tool can replace the FOIL mnemonic for a pair of polynomials with any number of terms. Make a table with the terms of the first polynomial on the left edge and the terms of the second on the top edge, then fill in the table with products. The table equivalent to the FOIL rule looks like this.
In the case that these are polynomials, the terms of a given degree are found by adding along the antidiagonals
To multiply (a+b+c)(w+x+y+z), the table would be as follows.
The sum of the table entries is the product of the polynomials. Thus
Similarly, to multiply one writes the same table
and sums along antidiagonals:
Generalizations
The FOIL rule cannot be directly applied to expanding products with more than two multiplicands, or multiplicands with more than two summands. However, applying the associative law and recursive foiling allows one to expand such products. For instance,
Alternate methods based on distributing forgo the use of the FOIL rule, but may be easier to remember and apply. For example,
See also
References
- Many property agents need to declare for the PIC grant in Singapore. However, not all of them know find out how to do the correct process for getting this PIC scheme from the IRAS. There are a number of steps that you need to do before your software can be approved.
Naturally, you will have to pay a safety deposit and that is usually one month rent for annually of the settlement. That is the place your good religion deposit will likely be taken into account and will kind part or all of your security deposit. Anticipate to have a proportionate amount deducted out of your deposit if something is discovered to be damaged if you move out. It's best to you'll want to test the inventory drawn up by the owner, which can detail all objects in the property and their condition. If you happen to fail to notice any harm not already mentioned within the inventory before transferring in, you danger having to pay for it yourself.
In case you are in search of an actual estate or Singapore property agent on-line, you simply should belief your intuition. It's because you do not know which agent is nice and which agent will not be. Carry out research on several brokers by looking out the internet. As soon as if you end up positive that a selected agent is dependable and reliable, you can choose to utilize his partnerise in finding you a home in Singapore. Most of the time, a property agent is taken into account to be good if he or she locations the contact data on his website. This may mean that the agent does not mind you calling them and asking them any questions relating to new properties in singapore in Singapore. After chatting with them you too can see them in their office after taking an appointment.
Have handed an trade examination i.e Widespread Examination for House Brokers (CEHA) or Actual Property Agency (REA) examination, or equal; Exclusive brokers are extra keen to share listing information thus making certain the widest doable coverage inside the real estate community via Multiple Listings and Networking. Accepting a severe provide is simpler since your agent is totally conscious of all advertising activity related with your property. This reduces your having to check with a number of agents for some other offers. Price control is easily achieved. Paint work in good restore-discuss with your Property Marketing consultant if main works are still to be done. Softening in residential property prices proceed, led by 2.8 per cent decline within the index for Remainder of Central Region
Once you place down the one per cent choice price to carry down a non-public property, it's important to accept its situation as it is whenever you move in – faulty air-con, choked rest room and all. Get round this by asking your agent to incorporate a ultimate inspection clause within the possibility-to-buy letter. HDB flat patrons routinely take pleasure in this security net. "There's a ultimate inspection of the property two days before the completion of all HDB transactions. If the air-con is defective, you can request the seller to repair it," says Kelvin.
15.6.1 As the agent is an intermediary, generally, as soon as the principal and third party are introduced right into a contractual relationship, the agent drops out of the image, subject to any problems with remuneration or indemnification that he could have against the principal, and extra exceptionally, against the third occasion. Generally, agents are entitled to be indemnified for all liabilities reasonably incurred within the execution of the brokers´ authority.
To achieve the very best outcomes, you must be always updated on market situations, including past transaction information and reliable projections. You could review and examine comparable homes that are currently available in the market, especially these which have been sold or not bought up to now six months. You'll be able to see a pattern of such report by clicking here It's essential to defend yourself in opposition to unscrupulous patrons. They are often very skilled in using highly unethical and manipulative techniques to try and lure you into a lure. That you must also protect your self, your loved ones, and personal belongings as you'll be serving many strangers in your home. Sign a listing itemizing of all of the objects provided by the proprietor, together with their situation. HSR Prime Recruiter 2010