InterviewSolution
Saved Bookmarks
| 1. |
Find the value of x for the given equation (x – 3)3 = (2x – 4)2 – 13x2 + x3.1. 12. 23. 34. 4 |
|
Answer» Correct Answer - Option 1 : 1 Formula Used: (a – b)3 = a3 – b3 – 3a2b + 3ab2 (a – b)2 = a2 + b2 – 2ab Calculation: (x – 3)3 = (2x – 4)2 – 13x2 + x3 ⇒ x3 – 27 – 9x2 + 27x = 4x2 + 16 – 16x – 13x2 + x3 ⇒ x3 – 27 – 9x2 + 27x = -9x2 + x3 + 16 – 16x ⇒ -27 + 27x = 16 –16x ⇒ 43x = 43 ∴ x = 1 The correct option is 1 i.e. 1 |
|