Explore weighted average of two numbers examples to calculate weighted average of two numbers in different scenarios:
Example 1: Product Sales Calculation:
Data: Product A Units Sold: 1000, Product B Units Sold: 1500
Weights: Product A: 2, Product B: 3
Weighted average: 1300
Example 2: Employee Performance Evaluation:
Data: Sales Revenue Generated by Employee A: 100000, Sales Revenue Generated by Employee B: 150000
Weights: Employee A: 0.4, Employee B: 0.6
Weighted average: 130000
Example 3: Project Prioritization:
Data: Project A Complexity Score: 0.8, Project B Complexity Score: 0.6
Weights: Project A: 0.6, Project B: 0.4
Weighted average: 0.72
Example 4: Vendor Selection:
Data: Vendor A Cost: 10000, Vendor B Cost: 15000
Weights: Vendor A: 3, Vendor B: 2
Weighted average: 12000
Example 5: Employee Performance Evaluation:
Data: Employee A Customer Satisfaction Score: 40, Employee B Customer Satisfaction Score: 30
Weights: Employee A: 7, Employee B: 3
Weighted average: 37