Answer:
6
Step-by-step explanation:
We can fill in what we know which is the length and perimeter.
82=2(35)+2(w)
Multiply 35 x 2 = 70
82-70= 12
12/2=6
we know that the shaded side is 90 degrees and we are given 28 degrees
So we add 90+28 and we get 118
Since a triangle has 180 degrees, we subtract 180-118 to fins the missing angle measure
180-118=62
x=62
Your equation is 180=90+28+x
Answer:
1. 15 - 5n where n>=1
2. n² where n>=1
Step-by-step explanation:
1. {10, 5, 0, -5, -10} is an Arithmetic Progression
nth term is a + (n - 1)d
where a = first term, n= nth term, d= common difference.
a = 10, d = -5 (5-10, 0-5, -5-0, -10-(-5))
Therefore, nth(General) term of the sequence:
= 10 + (n - 1)-5
= 10 + (-5n) + 5
= 10 + 5 - 5n
= 15 - 5n
Test:
if n = 1; 15 - 5(1) = 10
if n = 2; 15 - 5(2) = 5
if n = 3; 15 - 5(3) = 0 and so on.
2. {1, 4, 9, 16, 25}
The general term of the sequence is n²
Test:
if n = 1; 1² = 1
if n = 2; 2² = 4
if n = 3; 3² = 9 and so on.