InterviewSolution
Saved Bookmarks
| 1. |
If the average salary of a firm is Rs. 400 and the number of workers is 60, find the total salary bill of the firm. |
|
Answer» Given: `barX=400,N= 60` `barX=(sumX)/N` `rArr" "sumX= N xx barX` `" "=60xx400 = 24,000` Total Salary Bill = Rs. 24,000. |
|