InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Find whether the following equations have real roots. If real roots exist, find them `x^(2)+5sqrt(5)x-70=0` | 
                            
| 
                                   
Answer» Given equation is `x^(2)+5sqrt(5)x-70=0` on comparing with `ax^(2)+bx+c=0` we get `a=1,b=5sqrt(5)` and `c=-70` `:.` Discriminant `D=b^(2)-4ac=(5sqrt(5))^(2)-4(1)(-70)` `=125+280=405gt0` Therefore the equation `x^(2)+5sqrt(5)x-70=0` has two distinct real roots. Rots `x=(-b+-sqrt(D))/(2a)` `=(5sqrt(5)+-sqrt(405))/(2(1))=(-5sqrt(5)-9sqrt(5))/2` `=(-5sqrt(5)+9sqrt(5))/2,(-5sqrt(5)-9sqrt(5))/2` `(4sqrt(5))/2,-(14sqrt(5))/2=2sqrt(5),-7sqrt(5)`  | 
                            |