answersLogoWhite

0

You must solve the equations of the lines simultaneously. Represent each line in an equation of the form y=mx +b (where m represents the slope of the line, that is "rise over run"), then make substitutions using the info you have to solve for a pair of coordinates they share.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

What is a PVI?

PVI = Point of Vertical Intersect. It's where two adjoining Curve Lines meet in the Center of the Arc or Curved Line.


Writ a c plus plus program a function intersect() with four float parameter m1b1m2b2.the function returns 1 if the two Line intersect. otherwise should return 0.?

Here's a simple C++ function intersect() that takes four float parameters representing the slopes and y-intercepts of two lines and returns 1 if they intersect, and 0 otherwise: #include <iostream> int intersect(float m1, float b1, float m2, float b2) { // If the slopes are equal, the lines are parallel and do not intersect. return (m1 != m2) ? 1 : 0; } int main() { // Example usage std::cout << intersect(1.0, 2.0, 1.0, 3.0) << std::endl; // Output: 0 std::cout << intersect(1.0, 2.0, -1.0, 3.0) << std::endl; // Output: 1 return 0; } This function checks if the slopes (m1 and m2) of the two lines are equal; if they are, the lines are parallel and do not intersect, returning 0. Otherwise, it returns 1, indicating that the lines intersect.


What is a crack in buildings?

A crack in buildings is generally referred to a line which separates two segments of a building. It is detrimental to the quality of the building, and causes a loss of strength in the structure and support of the building.


How is a line different from a line segment?

A line is basically a combination of two joined rays pointing in opposite directions. A line has no endpoints and a line segment has two. <--------------> line ---------------> or <------------ ray .________. line segment (It's supposed to be a line with dots at the end to signify endpoint)


What is a grid address?

A: A GRID is a like a cross patch where there are many points of entry and when two point intersect that point will be unique and a address can be given.

Related Questions

What two line segments intersect but are not perpendicular?

whatto line segments intersect but are not perpendicular


What does two segments that do not intersect look like?

Line segments that do not intersect are parallel lines


When two line segments intersect and form a 90 degree angle?

well


What is created when two line segments intersect?

When two line segments intersect, an angle is created. The degree of the angle depends on the positions of the two intersecting lines. The wider the space between the two intersecting lines, the larger number of degrees the angle encompasses.


What is it when two lines or line segments intersect?

intersecting lines Anthony J. Suero


Two lines or line segments that intersect creates?

make an angle (or 4 angles).


How do you know if two line segments are perpendicuar?

If they intersect at right angles which is 90 degrees then they are perpendicular lines.


How polygons are formed?

A polygon is formed by taking line segments and allowing them to cross or intersect. You must let each segment intersect exactly two others. The result is a polygon.


How do you classify a parallel line?

I classify a parallel line as two line segments that will never intersect if the line kept going. They are perfectly straight and even.


Do two planes intersect at a point or a line?

Two planes intersect at a line


What does it mean if two line segments are perpendicular to each other?

their slopes are negative reciprocals of each other. and they make a right angle when they intersect.


Can two segments intersect more than once?

no yes of course. they can intersect infinite times when they coincide