Question 920319
Write and simplify only the specified term:

The fourth term of (x + y)^7
<pre>
{{{(x + y)^7}}}<font face = "Tohoma" size = 4 color = "indigo"> <b>
Use the Binomial Expansion Formula: (a + b)<sup>n</sup> = <sub>n</sub>C<sub>r-1</sub> * a <sup>[n -(r - 1)]</sup> * b <sup>r - 1 </sup> to determine the 4th term
With a = x;  b = y  ;  r, or term number = 4; and n = 7,
(a + b)<sup>n</sup> = <sub>n</sub>C<sub>r-1</sub> * a <sup>[n -(r - 1)]</sup> * b <sup>r - 1 </sup> becomes:
(x + y)<sup>7</sup> = <sub>7</sub>C<sub>4-1</sub> * x <sup>[7 -(4 - 1)]</sup> * y <sup>4 - 1 </sup>
(x + y)<sup>7</sup> = <sub>7</sub>C<sub>3</sub> * x <sup>4</sup> * y <sup>3</sup>
(x + y)<sup>7</sup> = 35x<sup>4</sup>y<sup>3</sup>
</font face = "Tohoma" size = 4 color = "indigo"> </b>