The answers are as follows,
B
D
C
C
B
Hope this helps.
Answer:
Step-by-step explanation:
yes it is a geometric sequence
a1=3
r=-3/3=-1
Answer:
x ≥ 1/2
Step-by-step explanation:
6x + 21 ≥ 24
6x ≥ 3
x ≥ 1/2
check: (1/2 x 6) + 21 = 24
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.