Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please write python code ICS3U Python Programming Evaluation Question 1 File Name: ICS3Uintersection.py You are designing a program that can find the point of intersection
Please write python code
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 Ar +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: "ICS3Ushape 3D.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 circularStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started