[Punjab Clerk (Evening) Dec, 2021]
1. What will be the output of MS-Excel function "=SUMSQ(4,5,10)"?
6
19
90
141
Correct Answer :
141
The SUMSQ
function in MS-Excel calculates the sum of the squares of its arguments. So, in the formula =SUMSQ(4,5,10)
, it will square each number and then add them together. Then, the sum of these squared values is: 16 + 25 + 100 = 141