Please answer question 4
4-Write the steps to find the GCD of any two numbers...in exel...
please answer in breaf...not too long....
I will mark brainlist..
Answers
Answered by
7
Answer:
To find the greatest common divisor for each row:
- We need to go to cell D2 and click on it with the mouse.
- Next, we need to click on Formulas>Insert Function. In the search box type GCD and click Go.
Answered by
3
Explanation:
The purpose of GCD function
The main purpose of this function is to extract the biggest common number. This is the number which can divide all the numbers provided as arguments.
Syntax
=GCD ( number, [number 2],…)
[Number 1]
Required. This is the first number that we want find the divisor for.
[Number 2…]
Optional. This is the argument for the subsequent numbers. Excel truncates the numbers if they are not integers.
How the GCD Function Works
The table has two numbers 66 and 99 in column A and B. To extract the biggest divisor number by using GCD, we need to apply the formula,
=GCD(A2:C2)
Similar questions