Stephanie M. answered 07/21/15
Tutor
5.0
(902)
Private Tutor - English, Mathematics, and Study Skills
Call the two numbers x and y.
Their mean is: (x + y) / 2 = 22
So, x + y = 44.
The numbers' standard deviation is harder to write an expression for. To find the standard deviation, you would first subtract each number from the mean and square each difference:
(22 - x)2
(22 - y)2
Then, find the mean of those values and take the square root:
√(((22 - x)2 + (22 - y)2) / 2) = 4
((22 - x)2 + (22 - y)2) / 2 = 16
(22 - x)2 + (22 - y)2 = 32
Now you have a system of equations:
x + y = 44
(22 - x)2 + (22 - y)2 = 32
Solve the first for x, then plug that into the second equation to solve for y:
x = 44 - y
(22 - (44 - y))2 + (22 - y)2 = 32
(y - 22)2 + (22 - y)2 = 32
y2 - 44y + 484 + 484 - 44y + y2 = 32
2y2 - 88y + 968 = 32
y2 - 44y + 484 = 16
y2 - 44y + 468 = 0
(y - 26)(y - 18) = 0
y = 26 or y = 18
Notice that if y = 26 then x = 44 - 26 = 18 and if y = 18 then x = 44 - 18 = 26. So, the two numbers are 26 and 18.