InterviewSolution
Saved Bookmarks
| 1. |
If X(a) = A^2+2a-1, Then X(8)-x(5) =? |
|
Answer» X(8) = 64 + 16 - 1 = 79 So, x(8)-x(5) = 79 - 34 = 45. x(8) = 64 + 16 - 1 = 79 x(5) = 25 + 10 - 1 = 34 So, x(8)-x(5) = 79 - 34 = 45. |
|