Question
There are some oranges in a shop. Sita purchased 50% of
the oranges and Gopal purchased 60% of the remaining oranges. If Sita sells all her oranges at Rs. 6 per orange and earns Rs. 360, then find 175% of the total number of oranges purchased by Gopal.Solution
ATQ, Let the total number of oranges in the shop be '100x'. Number of oranges purchased by Sita = 0.50 x 100x = '50x' Number of oranges purchased by Gopal = 0.60 x (100x - 50x) = '30x' Number of oranges sold by Sita = (360 / 6) = 60 ATQ, 50x = 60 So, 'x' = 1.2 Therefore, required value = 1.75 x 30 x 1.2 = 63
Which of the following best explains the role of an independent variable in data analysis?
Which SOLID principle emphasizes that software entities should be open for extension but closed for modification?
What is a key difference between random sampling and non-random sampling?
Which of the following is the most appropriate algorithmic approach for solving the "Knapsack Problem" where the goal is to maximize the value within a ...
A data analyst is tasked with forecasting quarterly sales for the upcoming year based on the last five years of sales data. Which of the following metho...
Which of the following best describes quantitative data in a business analysis context?
Which of the following is NOT true about binary search ?
Which method helps to reduce bias when creating a sample from a population for analysis?
CREATE OR REPLACE VIEW high _ salary _ employees AS
SELECT employee _ id, salary
FROM employees
WHERE salary > 50000;
Which ...
What is the primary purpose of the Reduce phase in MapReduce?