what formula should be entered in a3 to compu...

what formula should be entered in a3 to compute a1 divided by c3? a b c 1 4 5 3 2 7 3? 2 a =c3/a1 b =a1*c3 c =a3/a1 d =a1/c3

Answer

# Brief Explanations: In spreadsheet formulas, the division operator is '/'. To compute the value of cell A1 divided by cell C3, we write the formula with the dividend (A1) first, followed by the division operator and then the divisor (C3). # Answer: D. =A1/C3