Answer:
Option 2
Step-by-step explanation:
So you know that you have to START with 16 gallons, so you can eliminate options 3 and 4.
Then calculate how long you can drive on 16 gallons. 75 * 4 = 300
It's option 2
Answer:
The corresponding pair of sides are in the same ratio.
Step-by-step explanation:
For two triangles to be similar, the theorem that is required is the corresponding sides of the two triangles are in the same ratio.
Now, see the diagram of two triangles given with the question.
The ratios of the corresponding sides are
If two pairs corresponding sides are in 5 : 4 ratio, then the third pair of corresponding sides will also be in 5 : 4 ratio.
Therefore, the two triangles are similar. (Answer)
Answer:
15%
Step-by-step explanation:
15% of 40 is 6.
Answer:
C(n) = 122 * 2^n
Explanation:
We are given that:
Each day, the number of likes increases two times compared to the previous day. This means that we can write the function as follows:
C(n) = 2*C(n-1)
We are given that:
C(0) = 122 likes (initial value)
Therefore, our function would become:
C(n) = 122 * 2^n
Now, let's test this function:
C(0) = 122 * 2^0= 122
C(1) = 122 * 2^1 = 244 (this is twice c(0))
C(2) = 122 * 2^2 = 488 (this is twice c(1))
.....and so on
Hope this helps :)