<h3>
Answer: (2x)^3</h3>
Work Shown:
x = some unknown number
2x = twice the number
(2x)^3 = cubing the previous result
If you want to simplify this expression, then you would get 8x^3 since 2^3 = 8.
A: (x + 5i)^2
= (x + 5i)(x + 5i)
= (x)(x) + (x)(5i) + (5i)(x) + (5i)(5i)
= x^2 + 5ix + 5ix + 25i^2
= 25i^2 + 10ix + x^2
B: (x - 5i)^2
= (x + - 5i)(x + - 5i)
= (x)(x) + (x)(- 5i) + (- 5i)(x) + (- 5i)(- 5i)
= x^2 - 5ix - 5ix + 25i^2
= 25i^2 - 10ix + x^2
C: (x - 5i)(x + 5i)
= (x + - 5i)(x + 5i)
= (x)(x) + (x)(5i) + (- 5i)(x) + (- 5i)(5i)
= x^2 + 5ix - 5ix - 25i^2
= 25i^2 + x^2
D: (x + 10i)(x - 15i)
= (x + 10i)(x + - 15i)
= (x)(x) + (x)(- 15i) + (10i)(x) + (10i)(- 15i)
= x^2 - 15ix + 10ix - 150i^2
= - 150i^2 + 5ix + x^2
Hope that helps!!!