Answer:
y = (1/3)x + 1
Step-by-step explanation:
You first find the slope:
(2 - (-1))/(3 - (-6)) =
3/9 =
1/3
This means the equation of the line is y = (1/3)x + b, where b is a real number.
Plug in either of the points to find the value of b:
-1 = (1/3)(-6) + b -->
-1 = -2 +b -->
1 = b
This means the equation is y = (1/3)x + 1
Answer:
x=7.48
Step-by-step explanation:
13^2+x^2=15^2
169+x^2=225
x^2=56
x=7.48
Answer:
See attached
Step-by-step explanation:
When there is a lot of repetitive calculation to do, I like to let a spreadsheet or graphing calculator do it. The attached shows a spreadsheet that computes all the values you're asked to find.
For a linear equation in standard form, ax +by = c
- the x-intercept is: c/a
- the y-intercept is: c/b
- the slope is: m = -a/b
Of course, the slope-intercept form of the equation is ...
y = (slope)·x + (y-intercept)
and the values of the various points on the graph can be computed from that equation.
___
You will note that the last two equations describe the same line.
_____
<em>Note on spreadsheet formulas</em>
When you put the formulas into the spreadsheet, make sure to fix the column number or row number of the values you're computing, as appropriate. For example, the y-values in the different columns always use the slope from the slope column (fixed), the y-intercept from that column (fixed), and the x-value from the top row (fixed). If you make the cell references relative instead of fixed, you will get wrong answers.