David W. answered 07/14/17
Tutor
4.7
(90)
Experienced Prof
Remember a simple math problem like “The area of a rectangle is 20 and the width is 4. What is the length?” The answer was, very conveniently, the whole number 5. Such nice whole numbers don’t often occur in real life, but they make learning math easier. I call them “magic numbers.”
In terms of polynomials in algebra, this problem has “magic expressions.” Here is some background information that is quite useful:
(x+y)(x+y) = x2 + 2xy + y2 [eq1]
(x-y)(x-y) = x2 - 2xy + y2 [eq2]
We have givens for (x-y) and for xy. Also, (x+y) can be expressed in terms of (x-y) and xy:
(x+y)(x+y) = x2 - 2xy + y2 + 4xy
In terms of polynomials in algebra, this problem has “magic expressions.” Here is some background information that is quite useful:
(x+y)(x+y) = x2 + 2xy + y2 [eq1]
(x-y)(x-y) = x2 - 2xy + y2 [eq2]
We have givens for (x-y) and for xy. Also, (x+y) can be expressed in terms of (x-y) and xy:
(x+y)(x+y) = x2 - 2xy + y2 + 4xy
(x+y)(x+y) = (x-y)(x-y) + 4xy
(x+y) = ±√( (x-y)(x-y)+4xy )
Plugging in values:
Plugging in values:
(x+y) = ±√( 12*12 + 4*5^(1/4) )
(x+y) = ± 12.24669