How I got to the Answer, Please Correct me if I made any errors anywhere in the logic:
(1st) Rule: if the Input inside an Absolute Value Modulus MUST ALWAYS be NON-Negative, then the Modulus Bars are extraneous --- they can be removed
[ (X)^2 + (Y)^2 ] ---> Adding 2 Squares of Any Value will NEVER result in a (-)Negative "Input"
thus:
[ (X)^2 + (Y)^2 ] = (X)^2 + (Y)^2
Given:
(X)^2 + (Y)^2 = 1/10****
(2nd) Squaring Both Sides of the 2nd Expression Given:
( [X - Y] ) ^2 = (2/10) ^ 2
(X - Y)^2 = 4 / 100
(X - Y)^2 = (X)^2 + (Y)^2 - 2XY = 4 / 100
----Substituting in: (X)^2 + (Y)^2 = 1/10 -------
1/10 - 2XY = 4/100
(10/100) - (4/100) = 2XY
XY = 3 / 100***
(3rd) Using the Square of a Sum Quadratic Template
(X + Y)^2 = (X)^2 + (Y)^2 + 2XY
----Substituting in the R.H.S. for the Values found above----
(X + Y)^2 = 1/10 + 6/100 = 16/100
----taking the Square Root of Both Sides of the Equation----
sqrt{ (X + Y)^2 } = sqrt{ 16/100 }
[X + Y] = 4/10
X + Y = +4/10 or -(4/10)
and
[X - Y] = 2/10
X - Y = +2/10 or -(2/10)
Lastly: Combining (X + Y) + (X - Y) = 2X for the 4 Possibilities
2X can =
+4/10 + 2/10 = 6/10
+4/10 - 2/10 = 2/10
-(4/10) + 2/10 = -2/10
-(4/10) - (2/10) = -6/10
X can = +3/10 or -(3/10)--- [CASE 1]
or
X can = +1/10 or -(1/10) ---- [CASE 2]
(LASTLY)
Using the Given to Find Value of Y: (X)^2 + (Y)^2 = 1/10 = 10/100
CASE 1: (X)^2 = 9/100
(Y)^2 = 1/100
Y = 1/10
[X] + [Y] = [-/+ 3/10] + [1/10] = 4/10 = .4
CASE 2: (X)^2 = 1/100
(Y)^2 = 9/100
Y = 3/10
[X] + [Y] = [+/- 1/10] + [3/10] = 4/10 = .4
Answer is .4 in either case
-D-
my head hurts...