Calculate the value of: $$-14 + 49 \times 21 - 63 + 56 \div 35 \div 28 \times 70 - 42 \div 7$$
I noticed the numbers are a factor of $7$, so I took out $7$ as a common factor:
$$7[-2 + (7 \times 3) - 9 + (8 \div 5 \div 4 \times 10) - (6\div 1)]$$ $$ = 7[-2+21-9+4-6]$$ $$ = 7[8]$$ $$ =56$$
The solution said the answer is $950$. I am not sure where I went wrong. Can somebody help please?
You're not allowed to factor $7a \times 7b$ as $7(a\times b)$, or $7a \div 7b$ as $7(a \div b)$.
For instance, the $49 \times 21$ term can be written as $7\times (7\times 21)$, instead.