How do you evaluate (2m - 5n ) ( 2m + 5n )?

2 Answers
Apr 6, 2018

4m^2-25n^2

Explanation:

The 3 step method to evaluating these expressions is, you first want to distribute 2m in the first parentheses into the second parentheses giving you 4m^2 and 10mn.

Next you will want to distribute the -5n in the first parentheses into the second parentheses. This gives you -10mn and -25n^2.

Finally by adding together your like terms 4m^2+10mn+(-10mn)+(-25n^2) gives us our final answer 4m^2-25n^2.

Hope this helps!

Apr 6, 2018

4m^2 - 25n^2

Explanation:

It is important to note that you have a difference of two squares occurring as it is in the format of (a - b)(a + b).

Therefore, the answer is a^2 - b^2. By substituting 2m for a and 5n for b, you get

(2m)^2 - (5n)^2

This turns out to be

4m^2 - 25n^2

since you raise both the variable and its coefficient to the power of two.

You could also just FOIL this out, meaning you multiply the first term by the fourth term, the first term by the third term, the second term by the third term, and the second term by the fourth term. This gets you

(2m)^2 - (5n)(2m) + (5n)(2m) - (5n)^2

As you can see, the two (5n)(2m) terms cancel out since they are equal and have opposite signs. Therefore, you still get

4m^2 - 25n^2

Have a good day!