Explanation
To solve this problem, we will find the values of key algebraic building blocks like xy and x2+y2 using the given equations, and then combine them to find x5+y5.
Step 1: Find the value of xy
We know the identity for the sum of cubes:
x3+y3=(x+y)3−3xy(x+y)
Substitute the given values x+y=1 and x3+y3=4 into this formula:
4=(1)3−3xy(1)
4=1−3xy
Rearranging the terms to solve for 3xy:
3xy=1−4
3xy=−3
xy=−1
Step 2: Find the value of x2+y2
Using the standard squaring identity:
x2+y2=(x+y)2−2xy
Substitute x+y=1 and xy=−1:
x2+y2=(1)2−2(−1)
x2+y2=1+2=3
Step 3: Create an expression for x5+y5
Let's look at what happens when we multiply (x2+y2) and (x3+y3):
(x2+y2)(x3+y3)=x5+x2y3+y2x3+y5
Rearranging the terms:
(x2+y2)(x3+y3)=x5+y5+x2y2(x+y)
Now, isolate x5+y5:
x5+y5=(x2+y2)(x3+y3)−(xy)2(x+y)
Step 4: Substitute the values to find the final answer
Substitute the values we have calculated so far (x2+y2=3, x3+y3=4, xy=−1, and x+y=1):
x5+y5=(3)(4)−(−1)2(1)
x5+y5=12−(1)(1)
x5+y5=12−1
x5+y5=11
Correct Answer
The correct option is (a) 11.