Answer:
The return value is 100
Step-by-step explanation:
Given
[tex]=SUM({10;15;20;25;30})[/tex]
Required
Determine the return value
In Microsoft Office Excel, the sum of values is represented as:
[tex]=SUM({a_1;a_2;a_3;.....;a_n})[/tex]
This is interpreted as:
[tex]SUM= a_1;a_2+a_3+.....+a_n[/tex]
So, in the case of:
[tex]=SUM({10;15;20;25;30})[/tex]
The return value is:
[tex]Value= 10 + 15+ 20 + 25 + 30[/tex]
[tex]Value= 100[/tex]
Hence, the return value is 100