Answer:
-45
Step-by-step explanation:
add 10 to -25, then divide 1/3 to that answer, which is -15. and you get -45
Answer:
3rd triangle can be constructed with dimensions 2,6,7.
Step-by-step explanation:
sum of any two sides > third side.
difference of any two sides < third side
1.
8+5=13 not >14 (no triangle.)
2.
7+8=15 not >15 (no triangle)
3.
2+6=8>7
2+7=9>6
7+6=13>2
7-2=5<6
7-6=1<2
6-2=4<7
so it is a triangle.
4.
6+3=9 not >10 (not a triangle)
Step-by-step explanation:
........................................
Answer:
3
Step-by-step explanation:
159-12=147-12=... keep going until you get to
15-12=3
Answer:
f(n) = 2n - 2
Step-by-step explanation:
Given the recursive formula
f(n) = f(n - 1) + 2 with f(1) = 0, then
f(2) = f(1) + 2 = 0 + 2 = 2
f(3) = f(2) + 2 = 2 + 2 = 4
f(4) = f(3) + 2 = 4 + 2 = 6
The terms of the sequence are 0, 2, 4, 6, ....
These are the first 4 terms of an arithmetic sequence with explicit formula
f(n) = a₁ + (n - 1)d
where a₁ is the first term and d the common difference
Here d = 2 - 0 = 4 - 2 = 6 - 4 = 2 and a₁ = 0, thus
f(n) = 0 + 2(n - 1), that is
f(n) = 2n - 2 ← explicit formula