If a + b = 1 0 and a b = 5 , find the value of a 3 + b 3 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
exactly how I did it
( a + b ) 3 ⟹ a 3 + b 3 = a 3 + 3 a 2 b + 3 a b 2 + b 3 = ( a + b ) 3 − 3 a b ( a + b ) = 1 0 3 − 3 × 5 × 1 0 = 8 5 0
@Den Onelle Dujali , you can't bold anything in LaTex with **.
Problem Loading...
Note Loading...
Set Loading...
We could work out the actual values of a and b , but it's neater to do the following.
Factorising, we have a 3 + b 3 = ( a + b ) ( a 2 − a b + b 2 ) = ( a + b ) ( ( a + b ) 2 − 3 a b )
Now we just substitute a + b = 1 0 and a b = 5 to get a 3 + b 3 = 1 0 × ( 1 0 2 − 3 × 5 ) = 8 5 0 .