I think the kite is at a 45 degree angle
9514 1404 393
Explanation:
This is a self-answering question: you solve it by graphing the equations.
<em>The solution is where the lines intersect</em>. The point of intersection of the lines is the point that satisfies all the equations for the lines, hence is a solution to the system. If they do not intersect, there are no solutions. If the lines are coincident, there are an infinite number of solutions.
__
The equations can be graphed by any of a number of methods. (My favorite is to let a graphing calculator do it.) The method of choice depends on the coefficients and the form the equations are given in. Methods of graphing are a topic for a more lengthy discussion.
Let
x = first integer
y = second integer
z = third integer
First equation: x + y + z = 194
Second equation: x + y = z + 80
Third equation: z = x - 45
Let's find the values of x, y and z.
Substitute 3rd eq to 1st eq:
x + y + x - 45 = 194
2x + y = 45 + 194
y = -2x + 239
Plug in both we have solved for y and the 3rd eq to the 2nd eq to find x
x + (-2x + 239) = (x - 45) + 80
x - 2x - x = -45 + 80 - 239
-2x = -204
x = -204/-2
x = 102
Solving for y,
y = -2(102) + 239
y = 35
Solving for z,
z = 102 - 45
z = 57