How can I solve this? Or, is it given properly? If $a + b = 9$ and $ab = 1$. What is $a^3 + b^3 = $?
Asked
Active
Viewed 6,083 times
0
-
@TonyK thank you :) thats more easier. Yet I'm growing. – Rufat Nuriev Dec 02 '14 at 20:17
5 Answers
4
You can start with the fact that $$a^3+b^3=(a+b)(a^2-ab+b^2) $$ $$(a+b)^2 = a^2+2ab+b^2$$ And see if you can use some substitutions, additions and subtractions.
turkeyhundt
- 7,733
0
$a + b = 9 => a = 9 - b$ and then you solve $b$: $ab = 1 => (9 - b)b = 1$; solving $a$ is easy now. (then $a^3 + b^3 = ...$ is easier)
-
2
-
@TonyK Just I understand them, the second one was more easier than the first one. Thank you! – Rufat Nuriev Dec 03 '14 at 15:25
0
$$a^2+b^2=(a+b)^2-2ab$$ $$a^3+b^3=(a+b)^3-3ab(a+b)$$ $$a^4+b^4=(a+b)^4-4ab(a+b)^2+2a^2b^2$$ $$a^5+b^5=(a+b)^5-5ab(a+b)^3+5a^2b^2(a+b)$$
Bumblebee
- 18,220
- 5
- 47
- 87