nkmungila1 wrote:The sum of the squares of three numbers is 138, while the sum of their products taken two at a time is 131. Their sum is:
A. 20
B. 30
C. 40
D. 50
E. 60
Hi nkmungila1,
Let's take a look at your question.
This is a very easy algebraic question if we just take a closer look at it.
Let the three numbers be x, y and z.
The question states that,
"The sum of the squares of three numbers is 138."
x^2 + y^2 + z^2 = 138 ---- (i)
"The sum of their products taken two at a time is 131."
xy + yz + zx = 131 --- (ii)
We are asked to find the sum of the numbers.
x + y + z = ?
We will use the following polynomial identity to solve this problem.
(x + y + z)^2 = x^2 + y^2 + z^2 + 2(xy + yz + zx)
Plugin the known values from (i) and (ii)
(x + y + z)^2 = 138 + 2(131)
(x + y + z)^2 = 138 + 262
(x + y + z)^2 = 400
Taking square root on both sides,
x + y + z = √400
x + y + z = 20
The sum of the numbers is 20.
Therefore, Option
A is true.
I am available if you'd like any followup.