Answer:
The correct option is:
2, 4, 12, 48, 240
Step-by-step explanation:
We have to determine the first 5 terms of the sequence by using following formula:

To Calculate the first 5 terms.
Put n = 1
a₁ = 2 (1)!
a₁ = 2(1)
a₁ = 2
Put n = 2
a₂ = 2 (2)!
a₂ = 2 (2·1) = 2(2)
a₂ = 4
Put n = 3
a₃ = 2(3)!
a₃ = 2(3·2·1)
a₃ = 2(6)
a₃ = 12
Put n = 4
a₄ = 2(4)!
a₄ = 2(4·3·2·1)
a₄ = 2(24)
a₄ = 48
Put n =5
a₅ = 2(5)!
a₅ = 2(5·4·3·2·1)
a₅ = 2(120)
a₅ = 240
Answer:
they are alike because they both include a variable and they both have their totals in currency form. They are different because they use different variables.
Step-by-step explanation:
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
9x^2-49
Step-by-step explanation:
FOIL
Answer:
18.6
Step-by-step explanation:
-3(-6.2)
~Expand
-3 * -6.2
~Multiply
18.6
Best of Luck!