Answer:
x=2+ sqrt46/7
x=2-sqrt46/7
Step-by-step explanation:
Answer:
is used to prove the given equation.
Step-by-step explanation:
We have given an equation:

We will consider right hand side first
tan x can be written as:

So, on substituting tan x in the left hand side of the given equation we get:

Cancel common term from denominator and numerator which is cosx we get

And we have an identity:


Hence, right hand side is equal to
.
Answer:
1
Step-by-step explanation:
The slope of the line is 1. To find slope use the formula
, this calculates the change in y over the change in x. So plug in the known values
, this equals 3/3 or 1. This means every time y increases by 1, x will also increase by 1.
Answer:
A B A NOR B
F F T
F T F
T F F
T T F
Step-by-step explanation:
The logical operator NOR produces a result that is the negation of the logical operator OR.
The truth table for the logical operator NOR can be obtained by the negation of the results of the truth table for the logical operator OR.
Let A and B be the the logical values (or inputs). The operator OR produces a value of true if and only if at least one operand is true. The truth table for OR is:
A B A OR B
F F F
F T T
T F T
T T T
So, the truth table for NOR is:
A B A NOR B
F F T
F T F
T F F
T T F
Notice that the negation of OR (which is NOR) is obtained by changing the F by T and the T by F in the column of the results.
This table can also be writen with 0 instead of False and 1 instead of True.