Question
The population of a town increased by 10% in the first
year, then again by 15% in the second year, and decreased by 20% in the third year. If the population in 2023 was 29,484, find the population in 2020.Solution
ATQ,
Let the population in 2020 be βxβ.
ATQ,
x Γ 1.10 Γ 1.15 Γ 0.80 = 29484
Or, x = 29484 Γ (1/1.10) Γ (1/1.15) Γ (1/0.80)
So, x = 30,000
Therefore, the population of the town in 2020 = x = 30,000
In data management, what role does metadata play when working with a large dataset of customer transactions?
The main difference between 'supervised' and 'unsupervised' learning is that:
You receive a dataset with missing values in multiple columns. What is the most effective approach to handle these missing values?
Which data visualization tool is most suitable for creating interactive dashboards and sharing visual insights with stakeholders ?
In stratified sampling, how are the population groups divided?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
Β Β int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which machine learning model is most appropriate for detecting spam emails, considering its ability to handle high-dimensional data and probabilistic pr...
In which scenario is stratified sampling most suitable?
Which of the following best defines the role of a data analyst within an organization?
What is polymorphism in Python?