beth needs to multiply the values of two cell...
beth needs to multiply the values of two cells in her worksheet. what should she enter into the formula bar?\n=cd/d4\n=cd+d4\n=cd*d4\n=(cd)(d4)
Answer
# Explanation:
## Step1: Recall Excel multiplication syntax
In Excel, to multiply the values of two cells, we use the asterisk (*) as the multiplication operator.
## Step2: Analyze options
The option `=CD*D4` uses the correct multiplication operator to multiply the values in cells CD and D4. The `/` is for division, `+` is for addition, and `=(CD)(D4)` is not the correct Excel syntax for multiplication.
# Answer:
=CD*D4