1. Calculating Equation from Two Points
StudentBackground
A student has two coordinates from a graph: (1, 2) and (5, 8).
Problem
Find the slope and the y-intercept to complete a homework assignment.
How to use
Enter 1 and 2 for Point 1, and 5 and 8 for Point 2, then set decimal places to 2.
Outcome
The tool returns a slope of 1.5 and the equation y = 1.5x + 0.5.
2. Trend Analysis for Sales Growth
Small Business OwnerBackground
An owner tracks monthly sales over three months: Month 1 ($100), Month 2 ($150), and Month 3 ($200).
Problem
Predict the growth rate and starting baseline using linear regression.
How to use
Input '1,100', '2,150', and '3,200' into the Data Pairs field.
Outcome
The tool identifies a slope of 50 (growth per month) and a y-intercept of 50 (baseline).