-11 x² = x + 11
11 x² + x + 11 = 0
We will find the value of the discriminant:
D = b² - 4 a c = 1² - 4 * 11 * 11 * 1 - 484 = - 483
D < 0. There are no real solutions.
10. Because 10 times 10 equals 1,000,000. So the answer is 10
Answer:
Follows are the solution to the given points:
Step-by-step explanation:
Given:

For point A:

For point B:

For point C:

For point D:


Solution (1)



for k=0 / for k=1 / for k=-1
x=0 / x=2π / x=-2π
acc / acc / rej
solution (2)




for k=0 / for k=1 / for k=-1
x=0 / x=2π/3 / x=-2π/3
acc / acc / rej
Note that i'm trying values of K which make the answer belong to our interval;
So our solution which i will represent as a set is;
S € {0,2π/3,2π}
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.