Factor the following expression:
F * SQUAREx^2 + F * CONSTANT
We can start by factoring a \green{F} out of each term:
\qquad \green{F}(\pink{SQUAREx^2} - \blue{abs(CONSTANT)})
The second term is of the form \color{PINK}{a^2} - \color{BLUE}{b^2},
which is a difference of two squares so we can factor it as
\green{F}(\pink{a} + \blue{b})
(\color{PINK}{a} - \color{BLUE}{b}).
What are the values of a and b?
\qquad a = \sqrt{SQUAREx^2} = Ax
\qquad b = \sqrt{B * B} = B
Use the values we found for a and b
to complete the factored expression,
\green{F}(\color{PINK}{a} + \color{BLUE}{b})
(\color{PINK}{a} - \color{BLUE}{b}).
So we can factor the expression as:
\green{F}(\color{PINK}{Ax} + \color{BLUE}{B})
(\color{PINK}{Ax} - \color{BLUE}{B})