Answer:
y=7x-5
Step-by-step explanation:
Answer:
7
Step-by-step explanation:
.
<h2>
Greetings!</h2>
Answer:
{x | x > -4}
Step-by-step explanation:
The direction of the < or > sign only changes when numbers are multiplied or divided by negatives.
Because to simplify 9x > -36 you only need to divide by 9, the sign stays the same and the numbers are simply divided:

x > -4
So the solutuon set would be:
<h3>{x | x > -4}</h3>
<h2>Hope this helps!</h2>
Answer:
164
The 982 part seems wrong. Are you sure it isn't 981?
around 436 if I use 981 instead. 982 would give a decimal and that would be kinda weird for a part human.
Step-by-step explanation:
You can divide the 205 by 5 to simplify the ratio down. 205/5 = 41. Then you can multiply by 4 to find then number of boys.
981
So you can add the 5 and 4 together to 9 and then divide 981 by 9 to get 109. Then you can multiply by 4 to get 436.
Hope this helps!
Problem 1
<h3>Answer: False</h3>
---------------------------------
Explanation:
The notation (f o g)(x) means f( g(x) ). Here g(x) is the inner function.
So,
f(x) = x+1
f( g(x) ) = g(x) + 1 .... replace every x with g(x)
f( g(x) ) = 6x+1 ... plug in g(x) = 6x
(f o g)(x) = 6x+1
Now let's flip things around
g(x) = 6x
g( f(x) ) = 6*( f(x) ) .... replace every x with f(x)
g( f(x) ) = 6(x+1) .... plug in f(x) = x+1
g( f(x) ) = 6x+6
(g o f)(x) = 6x+6
This shows that (f o g)(x) = (g o f)(x) is a false equation for the given f(x) and g(x) functions.
===============================================
Problem 2
<h3>Answer: True</h3>
---------------------------------
Explanation:
Let's say that g(x) produced a number that wasn't in the domain of f(x). This would mean that f( g(x) ) would be undefined.
For example, let
f(x) = 1/(x+2)
g(x) = -2
The g(x) function will always produce the output -2 regardless of what the input x is. Feeding that -2 output into f(x) leads to 1/(x+2) = 1/(-2+2) = 1/0 which is undefined.
So it's important that the outputs of g(x) line up with the domain of f(x). Outputs of g(x) must be valid inputs of f(x).