Question
A square is inscribed in a circle, and another square is
circumscribed around the same circle. If the side of the inscribed square is 12 cm, find the difference between the areas of the two squares.Solution
Let the side of the inscribed square be 12 cm. The diagonal of the square will be equal to the diameter of the circle. Diagonal of the inscribed square = √2 × side = √2 × 12 = 12√2 cm. The radius of the circle = (12√2) / 2 = 6√2 cm. For the circumscribed square, the side of the square is equal to the diameter of the circle, which is 12√2 cm. Area of the inscribed square = (12)² = 144 cm². Area of the circumscribed square = (12√2)² = 288 cm². Difference in areas = 288 - 144 = 144 cm². Correct Option: c
In a dataset, which measure indicates the spread of data around the mean?
In artificial intelligence, what is the primary advantage of using a convolutional neural network (CNN) over a traditional multi-layer perceptron (MLP) ...
In descriptive statistics, which of the following measures is least affected by extreme values (outliers)?
When using descriptive statistics, which measure is best for understanding data variability?
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...A company has a large dataset with a mix of numeric and categorical data. To ensure fair comparisons between variables, which data transformation techni...
In Python, which library is most commonly used for data manipulation?
In a machine learning experiment, the company wants to predict future sales based on advertising spend. What is the dependent variable in this scenario?
Which of the following cryptographic algorithms is an example of symmetric encryption and employs a block cipher with a key size of up to 256 bits?
A time series dataset shows monthly sales data for a retail store over the last three years. After performing decomposition, you observe that the residu...