Question: ICS 3 U Python Programming Evaluation Question 1 File Name: ICS 3 Uintersection.py You are designing a program that can find the point

ICS3U Python Programming Evaluation Question 1
File Name: "
ICS3Uintersection.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.
You should assume the user is going to be inputting values using the standard form of a linear equation Ax+By+C=0
You will need to get the inputs for TWO linear equations in order to solve the problem
ICS3U Python Programming Evaluation Question 2
File Name: "
ICS3Ushape3D.py"
A designer is creating a structure that looks like this:
The cost of building this structure depends on its volume and surface area.
He needs a fast and easy way to calculate those values with different dimensions.
You need to write a program that helps him find those values for different inputs of a,b,c,d,e
Note: The badly drawn arc in the center is circular.
 ICS3U Python Programming Evaluation Question 1 File Name: " ICS3Uintersection.py" You

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!