Question
In 2018, an online course had 'r' subscribers.
Subscribers increased by 50% in 2019 and another 25% in 2020. However, in 2021 subscribers decreased by 40%. If the percentage of active users was 50% in 2018 and 60% in 2021, what is the percentage change in the number of active users?Solution
ATQ, Let the number of subscribers in 2018 be 4000. In 2019, subscribers = 1.50Γ4000=6000. In 2020, subscribers = 1.25Γ6000=7500. In 2021, subscribers decreased by 40% = 0.60Γ7500=4500. Active users in 2018 = 0.50Γ4000=2000. Active users in 2021 = 0.60Γ4500=2700. Percentage change in active users = {(2700β2000)/2000}Γ100% = 35%. Therefore, the number of active users increased by 35% from 2018 to 2021.
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?