1.031 rounded to the nearest tenth is 1.0
You’re right, both of the pairs are similar
Answer:
The angle bisectors of a parallelogram form a rectangle.
Step-by-step explanation:
Answer:
y = 2x/3 + 4
Step-by-step explanation:
The line passes through (-6, 0) and (0, 4)
slope = (4 - 0)/(0 - (-6)) = 4/6 = 2/3
y = (2/3)x + b
when x = 0, y = 4, so
4 = (2/3)*0 + b
b = 4
so
y = 2x/3 + 4
Answer: f(n+1) = (n - 1)/(n + 2)
Explanation:
f(x) = (x - 2)/x+1
Find f(n+1) simply replace x by (n+1)
f(n+1) = (n + 1 - 2)/(n + 1 + 1)
= (n - 1)/(n + 2)