christopherarilotta christopherarilotta
  • 15-10-2018
  • Mathematics
contestada

Evaluate and simplify

F(x)=3-6x^2 for f(x+3)

Respuesta :

gmany
gmany gmany
  • 15-10-2018

Insert x + 3 instead of x into the equation of the function f(x):

f(x) = 3 - 6x²

f(x + 3) = 3 - 6(x + 3)²

use (a + b)² = a² + 2ab + b²

= 3 - 6(x² + 2(x)(3) + 3²) = 3 - 6(x² + 6x + 9)

use distributive property

= 3 + (-6)(x²) + (-6)(6x) + (-6)(9) = 3 - 6x² - 36x - 54

combine like terms

= -6x² - 36x - 51

Answer: f(x + 3) = -6x² - 36x - 51

Answer Link

Otras preguntas

Same just bought 9 bags of 13 cookies in a jar. How many cookies does Sam have now?
our brain is located in the​
Medical categories and diagnoses give rise to numerous interventions. At times, these interventions are ‘enforced’. Detail an example of an enforced interventio
con Triangle ABC with vertices A(0,0), B(0,4), and C(3,0) is dilated to form triangle ADE. What is the E if D has coordinates (0,6)? 106
Who is the 15th president of USA?​
I need help with this question. I have a few correct and need help with the ones that are not.
Question on file. 30 pts. pls help
does anyone know the short story Forbidden clothes​
98 x 63 – 32 x 69 =
Create a conditional expression that evaluates to string "negative" if user_val is less than 0, and "non-negative" otherwise. Sample output with input: -9 -9 is