1. Variables and Expressions
Sign In
What operations do squared
and minus
represent?
k^2-11
minus.This indicates that we should perform subtraction. ... - ...
The word squared
means that we should raise the variable k to the power of 2.
k squared
k^2
The second part is minus 11
which tells us that we should subtract 11 from the first term, k^2.
k squaredminus 11
k^2 - 11
Note that this is only one of multiple ways to algebraically express the given verbal expression.