Comment
You have to begin by declaring what g(f(x)) means. It means that wherever you see an x in g(x) you put in f(x).
It will look like this to start with
g(f(x)) = (f(x) + 5) / (f(x)
Now substitute into this for g(-3)
g(x^2 + 5) = (x^2 + 5 + 5)/(x^2 + 5) It's time to use some numbers.
g(- 3) = ((-3)^2 + 10)/( (-3)^2 +5)
g(-3) = ( 9 + 10 ) / ( 9 + 5)
g(-3) = (19)/14 <<<<<< answer.
C <<<< answer.
Answer and Step-by-step explanation:
For 2 dice, we have 36 possibles outcomes:
D₁ = {1,2,3,4,5,6}
D₂ = {1,2,3,4,5,6}
U = ({1,1};{1,2};{1,3};...;{2,1};{2,2};...;{6,6})
This way, it's 6 for D₁ and 6 for D₂, 6.6 = 36
The possible 3 that might appear when rolling a pair of dice would be
{1,2} and {2,1}, so, 2.
The probability of rolling 3 is 2/36 = 1/18
I think it may be true, please correct me if i am wrong
Answer:
y = 3x - 3
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
Given
y - 3x = 4 ( add 3x to both sides )
y = 3x + 4 ← in slope- intercept form
with slope m = 3
Parallel lines have equal slopes, thus
y = 3x + c
The line crosses the y- axis at (0, - 3 ) ⇒ c = - 3
y = 3x - 3 ← equation in slope- intercept form