How do you find the product (3c+4d)^2?

2 Answers
Jan 24, 2017

(3c+4d)^2=9c^2+24cd+16d^2

Explanation:

(3c+4d)^2

= (3c+4d)xx(3c+4d)

= 3cxx(3c+4d)+4d xx(3c+4d)

= 3cxx3c+3cxx4d+4d xx 3c+4d xx 4d

= 9c^2+12cd+12cd+16d^2

= 9c^2+24cd+16d^2

Jan 24, 2017

(3c+4d)^2 = 9c^2+24cd+16d^2

Explanation:

Using the special product (a+b)^2 = a^2+2ab+b^2, we can set a=3c and b=4d to get

(3c+4d)^2 = (3c)^2 + 2(3c)(4d) + (4d)^2

=3^2c^2 + (2)(3)(4)cd + 4^2d^2

=9c^2+24cd+16d^2