Question
A shopkeeper marked an article P% above its cost price
and sold it for Rs. 576 after giving a discount of 20%. If the ratio of cost price and selling price of the article is 25:30, respectively, then find the selling price if the article is sold at a profit of (P + 10)%.Solution
Cost price of the article = (25/30) × 576 = Rs. 480 Marked price of the article = 480/0.8 = Rs. 720 P% = [(720 – 480)/480] × 100 = 50% Or, P = 50 Desired selling price = 480 × 1.6 = Rs. 768
What is the primary responsibility of the "Controller" in the MVC architecture?
Which cryptographic process involves applying a mathematical function to generate a fixed-size output from variable-size input?
Which PHP function is used for connecting to a MySQL database?
Which routing algorithm is commonly used in the network layer to calculate the shortest path between network nodes?
What is a deadlock in a computer system?
Which clause is used to filter rows in the result set based on a specific condition in SQL?
Which layer of the OSI model is responsible for converting data into a format suitable for transmission over the network?
What is the best practice to protect sensitive data when using public Wi-Fi networks?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
 Which of following is /are for strict evaluation?