Question
A seller marked his article 60% above the cost price and
sold it after offering two successive discounts of 50% and 30% respectively. In the whole transaction the seller lost Rs. 616. Find the selling price of the article.Solution
Let the cost price of the article be Rs. x Therefore, marked price of the article = Rs. 1.6x Selling price of the article = 0.5 × 0.7 × 1.6x = Rs. 0.56x According to the question, (x – 0.56x) = 616 Or, 0.44x = 616 Or, x = 1400 Therefore, selling price of the article = 1400 – 616 = Rs. 784
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?