Question
A company allowed 9% commission on the total sales made
by the salesman and a bonus of 1% on the sales over Rs. 40000. If the salesman deposited Rs. 81400 in the company after deducting his earnings from the total sales made by him. Find the total sales?Solution
Let the total sales be x Earning of the salesman = x × 9/100 + (x - 40000) × 1/100 = 9x/100+ x/100- 400 = 10x/100- 400 Now, According to the question, x-(10x/100- 400)= 81400 x- 10x/100+ 400 = 81400 90x/100=81000 x=90000
What does Section 66A of IT Act define?
A data analysis task requires repeatedly extracting the element with the highest priority from a collection. Which heap operation is used for this, and ...
Consider the following Java code snippet:
import java.util.PriorityQueue;
public class HeapQuestion9 {
publ...
The latency of a network is
The Knuth-Morris-Pratt (KMP) algorithm improves upon the Naive approach by avoiding unnecessary re-comparisons. It achieves this by:
Round robin scheduling is essentially the preemptive version of
Which of the following programming language most of “Wireshark” is implemented in?
Which is not an IoT OS?
What are the 3v’s of Big Data?
Consider the in-order traversal of a Binary Search Tree. What characteristic does the sequence of visited nodes possess?