Question
A man purchased 100 rolls of paper for Rs. 22 per roll.
He spent Rs. 700 on their transportation. He also paid 20 paise per roll for packing of each roll. At what price must he sell each roll to gain 25% overall?Solution
Effective cost price of 100 rolls of paper = (100 × 22) + 700 + (100 × 0.20) = 2200 + 700 + 20 = Rs. 2920 Selling price at 25% profit = 1.25 × 2920 = Rs. 3650 Therefore, selling price of each roll of paper = 3650/100 = Rs. 36.50
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?