Just did this one.
The perimeter is the sum of the sides.
n + (3n - 4) + (3n - 5) = 33
7n - 9 = 33
7n = 42
n = 6
3n-4=18-4=14
3n-5=13
Check: 6+14+13=33, good
Answer: 6 cm, 14 cm, 13 cm
Answer:
Step-by-step explanation:
So first we need to find the area of the trash can so here is the math:
The formula:
A=LxW
Replace the letters with numbers:
8=2x4
So the area is 8 feet now we can create an equation to solve how much money it would take to make the trash can:
8x0.79=$6.32
It would take $6.32 to make the trash can
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.