Question
On selling an article for ₹. 123.40, the gain is 20%
more than the amount of loss incurred on selling it for Rs.108. If the article is sold for ₹.120.75, then what is the gain/loss per cent?Solution
Let the cost price be x A.T.Q., (123.4 - x) = (x - 108) × (120/100) ⇒ 1234 - 10x = 12x - 1296 ⇒ 22x = 2530 ⇒ x = 115 So, cost price = Rs. 115 Now, Selling price = 120.75 ⇒ Gain = 120.75 - 115 ⇒ Gain = 5.75 ⇒ Gain% = (5.75/115) × 100 ⇒ Gain% = 5%
What is the primary purpose of residual connections in a deep neural network?
Which layer of the OSI model is responsible for logical addressing and routing?
Given a 16-bit instruction format with 4 bits for the opcode and 12 bits for the address, calculate the maximum number of different opcodes that can be...
Python is an example of which type of programming language?
Which of the following is NOT an example of a common cybersecurity threat?
What is the main purpose of a digital signature?
PGP is abbreviated as _______________
Mention any two indirect measures of product.
In dynamic programming, what does "optimal substructure" mean?
Conditional statements are also known as ________ statements.