Question
The cost price of article A and B is Rs. ‘X’
and Rs. (X + 550), respectively. Article A is sold at 20% profit while article B is sold at 10% loss. If selling price of article B is Rs. 60 more than that of article A and article B is sold after giving a discount of 10%, then find the marked price of article B.Solution
Selling price of article ‘A’ = x × 120% = Rs. 1.2x Selling price of article ‘B’ = (x + 550) × 90% = Rs. 0.90x + 495 According to the question, 0.90x + 495 – 1.2x = 60 495 – 60 = 0.3x 0.3x = 435 x = 1450 Selling price of article ‘B’ = 0.90 × 1450 + 495 = Rs. 1800 Marked price of the article ‘B’ = 1800/90 × 100 = Rs. 2000
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?