Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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 circular

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students also viewed these Databases questions

Question

5. Develop a self-management module for a training program.

Answered: 1 week ago