

InterviewSolution
Saved Bookmarks
1. |
Expand: ((a/2) + (2/a))2 |
Answer» Given ((a/2) + (2/a))2 According to the identity (a + b)2=a2+2ab+b2 we have to expand the given expression, ((a/2) + (2/a))2= (a/2)2+2 (a/2) (2/a)+ (2/a)2 ((a/2) + (2/a))2= a2/4+2+4/a2 |
|