154k views
5 votes
# 11 let f(x) =x^2 and g(x) =x-1. find (f o g)(-3)

#12 let f(x)= 5x+3 and g(x) =x^2-x+1
preform the function operating then find the domain.
g(x)-f(x)

1 Answer

6 votes
Problem 11

g(x) = x-1
g(-3) = -3-1 .... plug in x = -3
g(-3) = -4

Plug this into f(x)

Now compute f(-4)
f(x) = x^2
f(-4) = (-4)^2
f(-4) = 16

Answer: 16

=======================================================

Problem 12

f(x) and g(x) are two polynomials. When subtracting any two polynomials, we end up with some other polynomial. This idea is known as set closure. Set closure is where you take two items from one set, apply an operation to them, and the result is another item from the same set. Another example of this is adding two whole numbers. Adding two whole numbers leads to another whole number.

So in short, h(x) = g(x)-f(x) is a polynomial

The domain of any polynomial is the set of all real numbers. We can plug in any x value we want to get some output value for y.

Let's find the result of g(x)-f(x)

g(x) - f(x) = [ g(x) ] - [ f(x) ]
g(x) - f(x) = [ x^2-x+1 ] - [ 5x+3 ]
g(x) - f(x) = x^2-x+1 - 5x-3
g(x) - f(x) = x^2-6x-2

Domain: Set of all real numbers

User Leng
by
8.0k points

Related questions

asked Jul 3, 2017 71.0k views
Gretta asked Jul 3, 2017
by Gretta
8.6k points
1 answer
2 votes
71.0k views
asked Sep 11, 2022 88.3k views
Florian Leeser asked Sep 11, 2022
by Florian Leeser
8.9k points
1 answer
2 votes
88.3k views