InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    If (x2 - 1) = 4, what is the value of statement x2 - (x - 1)(x + 1) - 1 | 
                            
| 
                                   
Answer»  2 - B^2 = ( a - b ) ( a + b )STATEMENT X^2 - ( x - 1 ) ( x + 1 ) - 1=> x^2 - [ ( x - 1 ) ( x + 1 ) ] - 1 => x^2 - [ x^2 - 1^2 ] - 1 => x^2 - ( x^2 - 1 ) - 1=> x^2 - x^2 + 1 - 1=> 0  | 
                            |