Respuesta :
Answer:
Using the snowflake method, you have to find the factors of 256 that add up to get 32.
The result will look like this:
(g-16)(g-16)
Answer:
[tex](g-16)^2[/tex]
Step-by-step explanation:
[tex]g^2-32g + 256[/tex]
To factor it you should remember that
[tex](a-b)^2 = a^2 -2ab+b^2[/tex]
It is easy to seee that
[tex]32 = 2 \cdot 16[/tex]
and
[tex]256 = 16^2[/tex]
Therefore
[tex]g^2-32g + 256 = g^2 - (2\cdot 16)g+ 16^2 = (g-16)^2[/tex]