If you have these three origins:

(0,0)
(0,952)
(863,0)

How do you find the last point where the two lines intersect?
Would really appreciate the help.
Thanks.

Parker, I'm not quite sure what the question asks. Three origins? Is this standard analytic geometry we're doing?
I see what appear as 3 ordered pairs. I'm not sure what 2 lines you have in mind. Are the coordinate axis involved somehow?
Maybe I missed a lesson somewhere, so enlighten me a little, please.

I got it from the intersection of the 2 lines (one for Metal and one for Labor). One line hit the axes at 1,187 and at 863. The other hits the axes at 952 and 1,111. Now I have to figure out where the two lines intersect.

If I could get the equations of those 2 lines and set them equal to each other -- and that's the point where they intersect.

I'm thinking...

From here, I could have one line:

Y = (- 1,187/863) (X) + 1,187

and the other line is is:

Y = (-952/1,111) (X) + 952

And, then get an X (number of deluxe) and a Y (number of standard). But don't know how to solve.

Ok Parker, I have a better grasp of things now.
Essentially you have 2 eq's in 2 var's (equations, variables)
Now you want to rearrange things a little.
(1,187/863)X + y = 1,187
(952/1,111)X + Y = 952

Does this look familiar?
With this type of system there can be 0,1, or infinitely many solutions as follows:
0 - the lines are parallel
1 - distinct non-parallel lines
infinite - the lines coincide (same line - different "names")

By 'eyeball analysis' it appears to me there should be 1 solution. Prove it. Write back if you need further help or want to verify work. Remember: after you solve for x say, solve for the y value too -very important.)

30,45

To find the point of intersection between the two lines, you need to solve the system of equations formed by the two lines.

Let's start by writing the equations of the two lines using the given points:

Line 1: passes through (0, 0) and (0, 952)
The slope of this line can be found using the formula: slope = (change in y)/(change in x)
slope = (952 - 0)/(0 - 0) = 952/0 = undefined

Since the line is vertical and passes through (0, 0), the equation of this line can be written as: x = 0

Line 2: passes through (0, 0) and (863, 0)
The slope of this line can be found using the formula: slope = (change in y)/(change in x)
slope = (0 - 0)/(863 - 0) = 0/863 = 0

Since the line is horizontal and passes through (0, 0), the equation of this line can be written as: y = 0

Now, we have the two equations:

x = 0 (Equation 1)
y = 0 (Equation 2)

Since both equations have only one variable, we can solve them individually.
From Equation 1, we know that x = 0.
From Equation 2, we know that y = 0.

Therefore, the point of intersection between the two lines is (0, 0).

I hope this explanation helps! Let me know if you have any further questions.