At a certain vineyard it is found that each grape vine produces about 10 pounds of grapes in a season when about 700 vines are planted per acre. For each additional vine that is planted, the production of each vine decreases by about 1 percent. So the number of pounds of grapes produced per acre is modeled by $$ A(n) = (700+n)(10-0.01n), $$ where $n$ is the number of additional vines planted.
Question: Shouldn't the $10-0.01n$ really be $0.1n$ since 1 percent of 10 is $0.1$ and not $0.01$?