1.3 Python Variables
Lab 1.3.1
Given the ordered pairs (6,9) and (5,1), write a Python code to find the slope and midpoint.
Lab 1.3.2
To solve a quadratic equation of the form , we can use the formula below:
or
Write a Python code to solve using the quadratic formula.
Lab 1.3.3
Evaluate and round the result to one decimal place.
Adapted from Python for Introductory Statistics: Student's Lab Workbook, by Simon Aman (Truman College, City Colleges of Chicago), licensed under CC BY 4.0. Changes were made: reformatted as an accessible XYZ web edition with live in-browser code cells. License: CC-BY-4.0.