Question
A seller purchased certain number of watches at prices
ranging from Rs. 1000 to Rs. 1300 and sold them at price ranging from Rs. 1150 to Rs. 1450. Find the maximum profit that can be earned by selling 16 such watches.Solution
Maximum profit will be earned when the cost price is least and selling price is maximum. Therefore, least cost price of 16 watches = 16 × 1000 = Rs. 16000 Maximum selling price of 16 watches = 16 × 1560 = Rs. 24960 Therefore, maximum profit that can be earned = 24960 – 16000 = Rs. 8960
What is Apache Spark primarily used for in big data processing?
What is the scope of a variable declared as "static" inside a function?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
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...
What is the purpose of a symbol table in lexical analysis?
Which of the following components is used to amplify an analog signal?
The network 198.78.41.0 is a
Which of the following is a fundamental building block in the synthesis of sequential circuits?
In a uniform distribution over the interval [a, b], what is the probability density function (PDF)?
Which layer of the OSI model is responsible for converting data into a format suitable for transmission over the network?