The answer is 160
hope it will be help ( ´ ▽ ` )ノ
Answer:
First answer.
Step-by-step explanation:
We know that a complete rotation would be 360°. If the figure is being rotated 90°, this is a quarter of a complete rotation.
When looking at the given answers, only the first answer seems logical.
<h3>
Answer: Choice 2. 
</h3>
=====================================================
Explanation:
The rule is that if
for some positive number k, then it can be written as the compound inequality
. This is a shorthand way of writing the two inequalities
combined together.
note:
is the same as 
From here, we replace k with 3
Therefore,
turns into
which breaks down further to 
The keyword "and" is important as we can't pick one or the other. We must pick both
and also 
Given recursive formula is
f(n) = 22 * f(n - 1)
Where first term : f(1) = 10
And we need to find the first five terms of this sequence. So , let's find the second term by plug in n = 2 in the above formula. Therefore,
f (2) = 2.2 * f ( 2 -1)
= 2.2 * f(1)
= 2.2 * 10
= 22
So second term is 22.
Similarly plug in 3 for n to get the third term. Hence,
f(3) = 2.2 * f(3 -1) = 2.2 * f(2) = 2.2 * 22= 48.4
f(4) = 2.2 *f( 4 -1) = 2.2 * f(3) = 2.2* 48.4 = 106.48
f(5) = 2.2* f(5-1)= 2.2 * f(4) = 2.2 * 106.48 = 234.256
So, the first five terms are 10, 22, 48.4, 106.48 and 234.256.
Hope this helps you!