Question
A shopkeeper planned to sell 150 shirts each priced at
Rs 1,250 in a particular year. Each shirt, if it had been sold at the mentioned price would have been possibly earned him a 25% profit. However, 50 out of these 150 shirts were sold at a discount of Rs 150 each shirt during the festival season. Find the maximum possible number of shirts one could have bought during the festival season with an amount that is same as the profit earned by the shopkeeper in the entire year?Solution
Actual price of each shirt = Rs`100/125xx1250=` Rs 1,000 Profit earned during non-festive season = Rs (1,250 – 1,000)`xx` 50 = Rs 12,500 Profit earned during festival season = (1,100 – 1,000) × 50= Rs 5,000 Total profit = Rs 17,500 Cost of a shirt during festival season = Rs 1,100 Now, `17500/1100` = 15.909 Maximum number of shirt that can be bought = 15
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What is an algorithm?
Which SQL keyword is used to modify existing rows in a table?
the functions of data warehouse tools and utilities.
In the Entity-Relationship (ER) model, what does an entity represent?
What does the "Projection" operation in relational algebra do?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What is the binary representation of the decimal number 25?
What is depth in deep learning?
What does the "Model" represent in the MVC architecture?