InterviewSolution
Saved Bookmarks
| 1. |
What is the solution for the equation 2n + 3n² = ? |
|
Answer» N= -2/3 Explanation: 3n^2+2N=0 taking n as common n(3n+2)=0 3n+2=0 3n= -2 n= -2/3 |
|