Answer:
or 
Step-by-step explanation:
To find slope we use the slope formula

Two points on the line we can classify are (3,4) and (4,8)
Answer:
largest 4 digit number × largest 3 digit number
=9999 × 999
(10000-1)×(1000-1) = (a-b)(c-b)= ac-ab-bc+b^2
10000000-10000-1000+1 = 9989001
T(1) = 3, t(n) = -2t(n-1) + 1
So t(2) = -2(t(1)) + 1 = -2(3) + 1 = -5
t(3) = -2(t(2)) +1 = -2(-5) +1 = 11
t(4) = -2(t(3)) +1 = -2(11) +1 = -21
t(5) = -2(t(4)) +1 = -2(-21) +1 = 43
Answer:
B
Step-by-step explanation:
|X|= the absolute value of a number regardless of whether the number is negative or positive
The equation of the line is given by
y = mx + c
where m is the gradient of the line
c is where the line cuts the y-axis
x & y represent coordinates on the line.
The gradient m can be obtained as follows:
m = (5 - 8) / (5 - - 10) = (-3) / (15) = - 1/5
To obtain c, we use any known coordinate on the line and substitute it as well as the gradient in the general equation for the line.
Taking coordinates (5,5)
5 = (- 1/5)(5) + c
5 = - 1 + c
c = 6
Hence, the equation for this line is
y = -x/5 + 6