InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    State whether the following quadratic equations have two distinct real roots. Justicy your answer: `x^(2)-3x+4=0` | 
                            
| 
                                   
Answer» Given equation is `x^(2)-3x+4=0` On comparing with `ax^(2)+bx+c=0` we get `a=1,b=-3` and `c=4` `:.` Discriminant `D=b^(2)-4ac=(-3)^(2)-4(1)(4)` `=9-16=-7 lt 0` i.e. `Dlt0` Hence equation `x^(2)-3x+4=0` has no real roots.  | 
                            |