Computer Science, asked by Aditya3709, 2 months ago

If a worksheet has the value 27 in cell B3, what value is returned by the function =MOD (B3,6)?​

Answers

Answered by korockhazra12
0

Answer:

The value returned will be 3

Explanation:

This is because the mod function finds out the remainder after dividing. in this case 27/ 6 is 4 remainder - 3. So therefore it will return 3

Answered by amitnrw
1

Given :   a worksheet has the value 27 in cell B3,

To Find : value  returned by the function =MOD (B3,6)?​

Solution:

MOD( number , divisor)

Number  is the number for which you want to find the remainder.

Divisor   is the number by which you want to divide number.

Mod return the remainder after division

=MOD (B3,6)

B3 = 27

=MOD (27,6)

27 = 6 x 4 + 3

Hence remainder after division is 3

Value returned by the function =MOD (B3,6)  is  3

Learn More:

Difference between sorting and filtering in excel - Brainly.in

brainly.in/question/8773232

Which of these charts does not exist in MS Excel. *1 point(a). Scatter ...

brainly.in/question/33686516

Similar questions