Question
I.√(3x-17)+ x=15 II.  y+
 135/y=24 In the following questions two equations numbered I and II are given. You have to solve both the equations. Give answer if;Solution
I.√(3x-17)+ x=15 √(3x-17)=15-x On squaring both sides 3x-17=(15-x)² 3x-17=225+x²-30x x^2+225-33x+17=0 x²-33x+242=0 x²-22x-11x+242=0 x(x-22)- 11(x-22)= 0 x=11,22 II.  y+  135/y=24 y²+135/y=24 y²+135=24y y²-24y+135=0 y²-15y-9y+135=0 y=15,9 Hence, relationship cannot be established between x and y.Â
Which of the following tools is commonly used to generate a lexical analyzer (scanner) from a set of regular expressions?
A "shift/reduce conflict" in an LR parsing table occurs when:
What is the primary output of the parsing phase in a compiler?
"Liveness analysis" in code optimization determines:
Which phase of a compiler is responsible for creating a stream of tokens from the input source code?
Which phase of the compiler checks the type consistency of the program?
Which of the following is NOT a type of intermediate code?
Which optimization technique involves replacing a sequence of instructions with a shorter or faster sequence, often by looking at a small "window" of in...
Which statement about intermediate code is TRUE?
What is the primary output of the lexical analysis phase of a compiler?