I believe its called <span>Dagobah</span>
Answer: (-7,1)
Step-by-step explanation:
Answer:
seems to easy to be true but the answer is 7/12 cause it's a fraction and it can't be simplified
Answer:
length = 8
width = 4
Step-by-step explanation:
Area = length x breadth
Let x represent the width
length = x + 4
32 = x × (x + 4)
32 = x² + 4x
x² + 4x - 32 = 0
solving using quadratic equation =
(x² - 4x) -32 + 8x
x = 4 or -8
since width cannot be a negative number, we would use 4
Answer:
Explicit formula: a(n)=3n-6
Recursive formula: a(n)=-3+(n-1)3 <--
Step-by-step explanation:
a(n)=3n-6 where a(1)=3(1)-6=-3 and d=3
<u>Plug values into recursive formula:</u>
a(n)=a1+(n-1)d
a(n)=-3+(n-1)3