

InterviewSolution
Saved Bookmarks
1. |
Solve the equation `(a-3)x+5=a+2`. |
Answer» Case I for `a!=3`, this equatiion is linear, then `(a-3)x=(a-3)` `:.x+((a-3))/((a-3))=1` Case II For `a=3`, `0.x+5=3+2` `implies5=5` Therefore any real number is its solution. |
|