w6mb2aawqf w6mb2aawqf
  • 13-08-2021
  • Mathematics
contestada

If F(x) = 4x - 1 and G(x) = x2 + 7, what is G(Fx))?

Respuesta :

jeremiah693
jeremiah693 jeremiah693
  • 13-08-2021

Step-by-step explanation:

gof(x)= g(f(x))

gof(x)= g(4x-1)

gof(x)= (4x-1)²+7

gof(x)=16x²-8x+1+7

gof(x)=16x²-8x+8

Answer Link

Otras preguntas

What is the product of 5 7/10 - 5/18
Select all that apply. We can call the statement "Four hundred people attended the gathering" a fact because _____. it relies on inaccurate info it can be prove
A farm hand does 972 J of work pulling an empty hay wagon along level ground with a force of 310 N [23° below the horizontal]. The distance the wagon travels is
If y = 0.02 sin (20x – 400t) (SI units), the wave number is
Name and describe the five schedules of control substances. Name a few drugs in each schedule.
A 6cm diameter horizontal pipe gradually narrows to 4cm. Whenwater flows throught this pipe at a certain rate, the guagepressure in these two sections is 32.0kP
. Write an if/else statement that assign "Excellent" to variable comments (a string data type) when score is 90 or higher, "Good" when score is between 80 and 8
Solve for x 4x-4<8 AND 9x+5 > 23
A driver has a reaction time of 0.50 s , and the maximum deceleration of her car is 6.0 m/s^2 . She is driving at 20 m/s when suddenly she sees an obstacle in t
Consider a class ClassName whose methods are listed below. What class is it? ClassName(){...} boolean isEmpty(){...} void display(){...} boolean