InterviewSolution
| 1. |
A Fruits Vender Cost Price Of 20 Apples Is Equal To Selling Price Of 16 Apples, What Is The Profit/loss Percentage? |
|
Answer» Here using the following formula If cost price of “x “objects is same as selling price of “y’ objects, profit / LOSS PERCENTAGE [ ( x – y ) 100 ] / y Now x = 20 and y = 15 Profit / loss percent = [ ( 20 – 16) 100 ] / 16 = 400/16 = + 25% ( “+ve sig means profit and -ve sign means loss) Profit percent = 25%. Here using the following formula If cost price of “x “objects is same as selling price of “y’ objects, profit / loss percentage [ ( x – y ) 100 ] / y Now x = 20 and y = 15 Profit / loss percent = [ ( 20 – 16) 100 ] / 16 = 400/16 = + 25% ( “+ve sig means profit and -ve sign means loss) Profit percent = 25%. |
|