Question
A man bought an article for Rs.1500. He marked up the
price by x% and then sold it after giving a discount of (x β 4)%. He finally made a profit of Rs.12. Find the marked price of the article.Solution
ATQ, 1500 * (100 + x)/100 * (100 β (x β 4))/100 = 1500 + 12 1500 * (100 + x)/100 * (104 β x)/100 = 1512 (100 + x) * (104 β x) = 10080 10400 β 100x + 104x β x2 = 10080 x2 β 4x β 320 = 0 x2 β 20x + 16x β 320 = 0 x(x β 20) + 16(x β 20) = 0 (x β 20)(x + 16) = 0 x = +20, β16 x = 20 Marked price = 1500 * 120/100 = Rs.1800
Join of two table R and S where each has βmβ and βnβ tuples will be of size?
Which network layer protocol is responsible for multicasting, where a packet is sent to multiple destinations simultaneously?
Which cryptographic process involves applying a mathematical function to generate a fixed-size output from variable-size input?
What is the purpose of the β
‘/?’ is used for what in C++
What is job scheduling in an operating system?
The SI unit for measuring time is:
What this code line say?
int (*p )(char *a)Β Β Β Β Β Β Β Β Β
___________ algorithms enable the computers to learn from data, and even improve themselves, without being explicitly Programmed
In a network using CSMA/CD, if a station detects a collision, what is its immediate action?