Question
The ratio of the angles of a quadrilateral is 3:2:7:8. What
is the sum of the largest and the smallest angle?Solution
ATQ,
Let the angles be 'y', '2y', '7y' and '8y' respectively.
Sum of all the angles in a quadrilateral = 360⁰
So, y + 2y + 7y + 8y = 360
Or, 18y = 360
Or, y = 20
Therefore, required sum = y + 8y = 9y = 9 × 20 = 180⁰
When conducting data validation to ensure data accuracy and completeness, which of the following methods would best verify that all entries in a dataset...
Which of the following statements best explains why stratified sampling is preferred over simple random sampling in certain scenarios?
Which type of software testing focuses on the internal structure and logic of the code rather than its functionality?
Why is sampling commonly used in data analysis, especially when dealing with large datasets?
Which of the following best describes non-random sampling?
In NLP, what does POS tagging stand for?
What will be the output of the following Python code?
def modify_list(lst):
for i in range(len(lst)):
lst[i] = ls...
Which OOP concept ensures that the internal details of an object are hidden from the outside world, providing a clear interface for interaction?
Which of the following is an example of semi-structured data ?
Which of the following methods in the Seaborn library is used to create a scatter plot to visualize the relationship between two variables x and y?