I think the answer would be c
Answer:
C. X = 1/2
Step-by-step explanation:
4x - 3 + 5 = 2x + 7 - 8x
4x +2 = - 6x + 7
4x + 6x = 7 - 2
10x = 5
x = 1/2
Answer:
-sinx
Step-by-step explanation:
a trig identity that is crucial to solving this problem is: sin^2 + cos^2 = 1
with knowing that, you can manipulate that and turn it into 1 - sin^2x = cos^x
so 1-sin^2x/sinx - cscx becomes cos^2x/sinx - cscx
it is also important to know that cscx is the same thing as 1/sinx
knowing this information, cscx can be replaced with 1/sinx
(cos^2x)/(sinx - 1/sinx)
now sinx and 1/sinx do not have the same denominator, so we need to multiply top and bottom of sinx by sinx; it becomes....
cos^2x
---------------------
(sin^2x - 1)/sinx
notice how in the denominator it has sin^2x-1 which is equal to -cos^2x
so now it becomes:
cos^2x
--------------
-cos^2x/sinx
because we have a fraction over a fraction, we need to flip it
cos^2x sinx
---------- * ----------------
1 - cos^2x
because the cos^2x can cancel out, it becomes 1
now the answer is -sinx
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