2

I am able to answer the question: $(3x-5)^2$ by writing it out as $(3x-5)(3x-5)$. However, I know binomials can be expanded like: $(a+b)^2 = a^2 + 2ab + b^2$ How would I translate this into my question?

I've expanded it as $3x^2 + 2\cdotp(3x\cdotp(-5^2)) + (-5^2) = 3x^2 + 2 \cdotp(-3x+25)-25 =3x^2-6x+25$

odd, considering I found it to be $9x^2 -30x +25$ the other way,

Dan Rust
  • 30,108
mike
  • 85
  • 4

2 Answers2

2

The expansion of $(a+b)^2$ is incorrect; it should be $$(a+b)^2=a^2+2ab+b^2.$$

Also, when you substitute $a=3x$ into $a^2$, it becomes $(3x)^2=9x^2$.

2

$(3x-5)^{2}=(3x-5)(3x-5)=(3x)^{2}+2((3x)(-5))+(-5)^{2}$

Take $a=3x$ and $b=-5$

user71352
  • 13,038