Posted by Chanell on Sunday, April 10, 2011 at 4:21pm.
Eq1: X + Y = 11.
Eq2: Y + Z = 14.
Y = 14 - Z.
Eq3: X + Z = 13.
X = 13 - Z.
In Eq1, substitute (13-Z) for X, and
(14-Z) for Y:
(13-Z) + (14-Z) = 11,
13 - Z + 14 - Z = 11,
-2Z + 27 = 11,
-2Z = 11 - 27 = -16,
Z = 8.
X + Y + Z,
Substitute 11 for y and 8 for Z:
(X+Y)+Z = 11 + 8 = 19.
CORRECTION:
Substitute 11 for (x+y).
Related Questions
Java - 1 public class testOperators 2 { 3 public static void main(String[] args...
Java - I need help putting the following trace into pseudocode 1 public class ...
statistics - For the following data independent samples, could the null ...
Statistics - The ages (in years) of 10 infants and the number of hours each ...
Matrh - How do you solve this problem? The avera&e (aritmeticmean)of x and y...
statistics - The ages (in years) of 10 infants and the number of hours each ...
Math-geometry - This is so confusing :( Given U = {10, 11, 12, 13, 14, 15, 16, ...
geometry - equation of a line with the co-ordinates(10,0),(11,2),(12,4),(13,6) ...
algebra - Find the mean for each set of data. Round to the nearest tenth if ...
math - The following data set gives the difference between the winning and ...
For Further Reading