You can put this solution on YOUR website! how can i solve for this equation:
g(x)=2x+3
f(x)=3x^2-3x
----------------------
Find -4g(-4x)+4f(-4x)
---
= -4[2(-4x)+3] + 4[3(4x)^2-3(-4x)]
----
= -4[-8x+3] + 4[48x^2+12x]
---
= 32x-12 + 192x^2+48x
---
= 192x^2 + 80x - 12
===========================
Cheers,
Stan H.