Question
The profit on selling an article for Rs.425 is the same
as the loss on selling it for Rs.355, then the cost price of the article isSolution
profit on selling an article for Rs.425 profit = SP - CP (cost price) profit = 425 – CP loss on selling it for Rs.355 loss = CP – SP loss = CP- 355 profit = loss 425 - CP = CP-355 loss = CP – SP loss = CP- 355 profit = loss 425 - CP = CP-355 425+355 = 2CP 2CP = 780 CP = Rs 390
Which Python library is primarily used for data manipulation and cleaning?
A data analyst at a bank is tasked with developing a credit scoring model to assess loan applicants' eligibility. Which of the following statistical met...
Given the following tables: Orders (OrderID, CustomerID, OrderDate) and Customers (CustomerID, CustomerName, City), what SQL query will return the name...
CREATE OR REPLACE VIEW high _ salary _ employees AS
SELECT employee _ id, salary
FROM employees
WHERE salary > 50000;
Which ...
Which of the following is the key difference between probability-based and non-probability-based sampling techniques?
Which of the following is a primary advantage of using Tableau for building interactive dashboards?
Which of the following factors is most crucial when determining the appropriate sample size for a data analysis study?
Which of the following Python libraries is most suitable for handling large datasets efficiently and performing complex data manipulations?
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
In a dataset, which measure indicates the spread of data around the mean?