Answer c because .10 x 40 equals 4 plus 2
4n + 8 = n - 7
(In which 'n' represents the unknown number)
(4n + 8): "Eight more than the product of four and a number"
(= n - 7): "Is equivalent to seven less than the same number in equation form."
Subtract 8 from both sides:
4n = n - 15
Subtract n from both sides:
3n = -15
Divide both sides by 3:
n = -5
Step-by-step explanation:
f(3)=?
f(x)=2x+5
put x=3,
f(3)=2(3)+5=6+5=11
------------
g(2)=?
g(x)=x^2-3
put x=2,
g(2)=2^2-3=4-3=1
-----------------
g(f(-1))=?
g(x)=x^2-3
and f(-1)=2(-1)+5= -2+5=3
so g(f(-1))=3^2-3=9-3=6
----------------
f(g(-1))=?
f(x)=2x+5
g(x)=g(-1)=(-1)^2-3=1-3= -2
f(g(-1))=2(-2)+5= -4+5=1
----------------
g(f(x))=?
g(x)= x^2-3
put x=f(x),
g(f(x))=f(x)^2-3=(2x+5)^2-3=4x+25+20x-3=24x+25