Question: File Name: intersection.py You are designing a program that can find the point of intersection of 2 straight diagonal lines (You don't need to consider
File Name: "intersection.py" You are designing a program that can find the point of intersection of 2 straight diagonal lines (You don't need to consider vertical or horizontal lines). The answer, an (x,y) ordered pair, should be displayed as both decimal and fractional values. You are NOT allowed to use the built in Fraction function that exists in python. The fractions do NOT have to be in lowest terms. The first equation will be entered by inputting values (A,B,C) using the standard form of a linear equation Ax By C = 0 The second equation will be entered by inputting values(m,b) using the slope-intercept form of a linear equation y = mx b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
