Solving for Point D: How to Find the Intersection of Two Linear Equations

  • Thread starter Thread starter hyde2042
  • Start date Start date
  • Tags Tags
    Point
AI Thread Summary
The discussion focuses on finding the intersection point of two linear equations, specifically where x + y = 275 intersects with 225x + 250y = 63,000. The user initially struggles with calculations, arriving at incorrect coordinates of (12.1, 262.9) instead of the expected (230, 45). A key point raised is the correction of a sign error in the equation for y, which is crucial for solving the system accurately. After addressing this error, the correct solution can be obtained. Understanding how to manipulate and solve linear equations is essential for finding intersection points in such problems.
hyde2042
Messages
26
Reaction score
0

Homework Statement



The problem:

[2] http://i.imgur.com/C5VwZ.png

Homework Equations


So I got the constraints to be

1.x+y(less than or equal to) 275

2.225x+250y (less than or equal to) 63,000

3. x and y (Greater than) 0

So if the line from point A is extrapolated, then where it hits the x-axis would be constraint 2 and point C is constraint 1.

The Attempt at a Solution



The graph I ended up with:

[1] http://i.imgur.com/9jJYt.png
 
Last edited:
Physics news on Phys.org
hyde2042 said:

Homework Statement



The problem:

[2] http://i.imgur.com/C5VwZ.png

Homework Equations


So I got the constraints to be

1.x+y(less than or equal to) 275

2.225x+250y (less than or equal to) 63,000

3. x and y (Greater than) 0

So if the line from point A is extrapolated, then where it hits the x-axis would be constraint 2 and point C is constraint 1.

The Attempt at a Solution



The graph I ended up with:

[1] http://i.imgur.com/9jJYt.png

Point D is where the line x + y = 275 intersects with the line 225x + 250y = 63000. This is a simple matter of solving a system of two equations in two unknowns.

The problem you posted in your first link seems to have nothing to do with what you're doing here.
 
Whoops. Sorry about the wrong post.

When I set the two equal to each other. -x + 275 = (225/250)x + (63000/250) I'm getting the incorrect answer.

The book says it should be (230, 45)

I keep getting (12.1, 262.9)
 
hyde2042 said:
Whoops. Sorry about the wrong post.

When I set the two equal to each other. -x + 275 = (225/250)x + (63000/250) I'm getting the incorrect answer.
You have a sign wrong in the right side. Solving the second equation for y gives y = -(225/250)x + 63000.

I get the right answer.
hyde2042 said:
The book says it should be (230, 45)

I keep getting (12.1, 262.9)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top