
Mark H. answered 02/08/20
Tutoring in Math and Science at all levels
As written, that is ambiguous.
“some number decreased by another number divided by 5”
The first step is to assign variable names---typically, we use a letter.
"some number" = x
"another number" = y
The ambiguity: Is x decreased by y, and then the result divided by 5? OR: Is x decreased by the result of dividing y by 5?
Assuming that the result is set equal to another variable (call it z), then we have 2 possible answers:
z = (x - y) / 5
OR:
z = x - (y/5)