X*10/100 hope that helps:)
Answer:
d = 2
Step-by-step explanation:
Generate the first few terms
a₁ = (2 × 1) - 4 = 2 - 4 = -2
a₂ = (2 × 2) - 4 = 4 - 4 = 0
a₃ = (2 × 3) - 4 = 6 - 4 = 2
a₄ = (2 × 4) - 4 = 8 - 4 = 4
d = 0 - (- 2) = 2 - 0 = 4 - 2 = 2
169,000/308,700,000 which can be simplified to 169/308,700 and decimal form just divide 169,000 by 308,700,000 and you get .0005474571, and percentage multiply the decimal by 100 so you get .055% (rounded)
Answer:
Equation for the perimeter of prism's square face: 16x + 12
Step-by-step explanation:
Volume of Square prism = Length * Width * Height
= 144 x^3 + 216 x^2 +81 x
taking 9x common = 9x( 16 x^2 + 24 x + 9)
= 9x ( (4x)^2 + 2(4x)(3) + (3)^2 )
= 9x ( 4x+3)^2
so the length is 9x, width is 4x+3 and height is 4x+3
Now, Perimeter of prism's square face = 2* Width + 2 * Height
= 2* (4x+3) + 2* (4x+3)
= 8x +6 + 8x + 6
= 16x +12
Explanation:
A sequence is a list of numbers.
A <em>geometric</em> sequence is a list of numbers such that the ratio of each number to the one before it is the same. The common ratio can be any non-zero value.
<u>Examples</u>
- 1, 2, 4, 8, ... common ratio is 2
- 27, 9, 3, 1, ... common ratio is 1/3
- 6, -24, 96, -384, ... common ratio is -4
___
<u>General Term</u>
Terms of a sequence are numbered starting with 1. We sometimes use the symbol a(n) or an to refer to the n-th term. The general term of a geometric sequence, a(n), can be described by the formula ...
a(n) = a(1)×r^(n-1) . . . . . n-th term of a geometric sequence
where a(1) is the first term, and r is the common ratio. The above example sequences have the formulas ...
- a(n) = 2^(n -1)
- a(n) = 27×(1/3)^(n -1)
- a(n) = 6×(-4)^(n -1)
You can see that these formulas are exponential in nature.
__
<u>Sum of Terms</u>
Another useful formula for geometric sequences is the formula for the sum of n terms.
S(n) = a(1)×(r^n -1)/(r -1) . . . . . sum of n terms of a geometric sequence
When |r| < 1, the sum converges as n approaches infinity. The infinite sum is ...
S = a(1)/(1-r)