Question
The ratio of cost price and selling price of a shirt is
4:5 respectively. The shirt was marked up by 40% above its cost price, and sold after giving Rs.60 discount. Find the cost price of the shirt.Solution
Let the Cost price and Selling price of the shirt be Rs. 4x and 5x respectively. According to the question, => 1.4 × 4x – 40 = 5x => x = 40/0.6 = 100 Therefore the cost price of the shirt = 4x = Rs.400
Which data transformation technique would be best for converting categorical variables, such as “Gender” (Male, Female), into a format usable in mac...
What is the difference between a list and a tuple in Python?
What factor is the most critical when determining the appropriate sample size for a study?
Which of the following Excel functions is most appropriate for dynamically summarizing data from multiple tables by matching a key value?
In a structured database, which data storage format would best support hierarchical data with varying levels of nested attributes?
In Exploratory Data Analysis (EDA), which of the following is the primary purpose of using histograms?
Which of the following is the most important reason for calculating the sample size correctly in data analysis?
In which programming language are pointers explicitly supported and used for memory manipulation?
Which of the following is NOT true about binary search ?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?