Question
If x4 + x - 4 = 47 then find the
value of (x + x-1).Solution
x4 + x - 4 = 47 x4 + 1/x 4 = 47 Add 2 both sides x4 + 1/x 4 + 2 = 49 The above expression is of the form a2 + b2 + 2ab = (a + b)2 where a = x and b = 1/x Then the above expression becomes (x2 + 1/x2)2 =72 Taking square root on both sides (x2 + 1/x2) = 7 Again adding 2 both sides (x2 + 1/x2 + 2) = 9 (x + 1/x)2 = 32 Taking square root on both sides (x + 1/x) = 3
Which component of a compiler interacts directly with the lexer?
Which of the following is a common problem that synchronization mechanisms address in multi-threaded or multi-process environments?
‘/?’ is used for what in C++
Which programming language is commonly used to write MapReduce jobs in Hadoop?
the star schema is the simplest style of data mart schema and is the approach most widely used to develop data warehouses and dimensional data marts.
In an ER diagram, what does a double line connecting two entities represent?
Which is not a datatype of COBOL language
How does public key cryptography address the issue of secure key exchange?
Which of the following is a valid token in lexical analysis?
What issue does the “Count to Infinity” problem relate to in distance-vector protocols?