Hi there and thanks for your question! Below is a basic breakdown:
*Experience A*
```Person A: buys 3 products for a total of $15
Person B: buys 1 product for a total of $100
Person C: buys 9 products for a total of $235```
*Experience B*
```Person 😧 buys 1 product for a total of $150
Person E: buys 3 products for a total of $78
Person F: buys 2 products for a total of $12```
The math is:
Sum of Rev Squared for A:
```(15^2) + (100^2) + (235^2) = 65,450```
Sum of Rev Squared for B:
```(150^2) + (78^2) + (12^2) = 28,728```
Hope this helps!