If x + y = x y = 3 , then evaluate x 3 + y 3 .
(Note: the intersections of the system involve complex numbers but they are unnecessary to work out x 3 + y 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.
Nice solution.
Another solution could be
x^3 + y^3
= (x+y) (x^2 + y^2 - xy)
= 3 * [(x+y)^2 - 3xy]
= 3 * (9-9)
=0
Log in to reply
i use c.. hahaha
Should be 3 ( x + y ) [ ( x + y ) 2 − 3 x y ] in the third line.
Log in to reply
No it is meant to be (x+y) immediately subbed into 3 and then you do the rest.
What is x and y?
Log in to reply
You don't necessarily have to know what x and y are in order to solve the problem, but they would indeed be complex numbers.
the values are complex x=3+root3 i/2 and y=3root3 i-3/2
Not sure how y'all read this, I read it as X+Y is equal to X*Y which equals 3 So you would be solving for x and y
substitute the values and get the answer
x^3+y^3 = (x+y)^3 - 3xy(x+y) given : x+y =3 and xy = 3 so putting these values in equation we get, x^3+y^3 = (3)^3 - 3×3(3) = 27 - 27 = 0. Simple....!!!
(x+y)^2=9 x^2+2xy+y^2=9 x^2+y^2=3 x^3+y^3=(x+y)(x^2-xy+y^2)=(3)(3-3)=0
Can someone tell me how even x and y exist(don't worry i solved it, was pretty easy tho), (note that i still don't know what complex numbers are, so if its possible in C then srry
I saw those problem as invalid, since at least in the realm of real numbers, x+y=xy = 3 is impossible.
(x+y)^3=x^3+x^2y+xy^2+y^3 (x^3+y^3)=(x+y)^3-x^2y-xy^2 =3^3-3×3×3=0
Problem Loading...
Note Loading...
Set Loading...
( x + y ) 3 = 2 7
x 3 + y 3 + 3 x y ( x + y ) = 2 7
x 3 + y 3 = 0