Question
A shopkeeper earns a profit of 30% by selling an
article. What would be the percent change in the profit percent, if he had paid 20% less and sold at 20% more?Solution
Original profit = 30% Let the original C.P = Rs. 100 ∴ S.P = Rs.130 Now, New C.P = Rs. 80 And New S.P = 120 % of 130 = Rs. 156 ∴ New Profit % = 76/80 × 100 = 95% ∴ % change in profit percent = (95-30)/30 × 100 = 65/30 × 100 = 216.66% approx.
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?