I think the answer is -15. Hope I helped
Avg views per video: 1.5 million
90,000,000 total views / 1.5 million views per video = 60 videos
info: he uploads three videos per month.
Therefore, 60 videos / 3 videos per month = 20 months
It will take 20 months.
Answer:
0(n)
Step-by-step explanation:
Result previous exercise:
procedure count(a1a2...an : string with n > 1)
i:=0
for k:=1 to n
if ak =1 then i:=i + I
return i
<em>Note</em><em>: If you use a different algorithm, then you could possible get different results. </em>
<u>SOLUTION </u>
There is only one part of the code that contains an operation (comparison), namely if a_k =1
This comparison is executed in every iteration of the for-loop
k can take on the values from 1 to n (for k:=I to n), thus k can take on n values.
Thus in total there are then n comparisons, while n is 0(n).
<h3>Answer:</h3>
D) Intersecting lines and lines that have the same equation
<h3>Explanation:</h3>
A system is "inconsistent" when it has no solution: the lines are parallel; they have the same slope but do not intersect.
A system is "consistent" when it has one or more solutions. There will be one solution when the lines intersect at one point. There will be more solutions when the lines have the same equation (the equations are dependent). Answer choice D covers both these cases.