InterviewSolution
Saved Bookmarks
| 1. |
If a – b = 8 and ab = 3, then find the value of a3 – b3.1. 5362. 5243. 5844. 684 |
|
Answer» Correct Answer - Option 3 : 584 Given: a – b = 8 ab = 3 Formula used: (a – b)3 = a3 – b3 – 3ab(a – b) Calculation: (a – b)3 = a3 – b3 – 3ab(a – b) ⇒ 83 = a3 – b3 – 3 × 3 × (8) ⇒ 512 = a3 – b3 – 72 ⇒ a3 – b3 = 512 + 72 = 584 ∴ The correct answer is 584 |
|