Question
The volume of a right circular cylinder is given as
64π√3 cm³. The radius of the cylinder's base is 4 cm. Determine the slant height of the cylinder.ÂSolution
Let the height of the cylinder be 'h' cm. Volume of cylinder = (Area of base X height of cylinder) ÷ 3 Area of base = π X (4)2 = 16π cm2 64π√3 = (16π) X h ÷ 3 Or, h = 4√3 Slant height of a cylinder = √(radius2 + height2) = √(16 + 48) = 8 cm
In R, which function is used to perform a t-test for comparing the means of two independent samples?
A retailer wants to segment its customers to optimize targeted marketing campaigns. Which of the following approaches would be most effective for custom...
In predictive modeling for customer segmentation, which type of model is most suitable for identifying distinct customer groups based on purchasing beha...
Which method is used to handle missing values by replacing them with the mean?
A logistics company wants to reduce delivery delays using predictive analysis. What should they focus on?
You are tasked with analyzing sales data from multiple sources for a quarterly report. The raw data contains missing values and duplicate records. What ...
What will be the output of the following Python code?
def modify_list(lst):
  for i in range(len(lst)):
    lst[i] = ls...
Which of the following query will return the third-highest salary from an Employee table in SQL?
What is the primary objective of exponential smoothing in time series forecasting?
Which of the following testing types focuses on validating that a system meets its functional requirements?