An expression is written as -(5 * 5). Select all statements that are true about it.
Its value is -25.✓Richtige Antwort
The multiplication is completed first and the minus sign is then applied to the result.✓Richtige Antwort
Only a minus sign written inside the brackets would take part in the multiplication.✓Richtige Antwort
-(5 * 5) and (-5) * (-5) are two ways of writing the same value.
Erklärung
Here the minus sign stands outside the brackets, so it waits until five has been multiplied by itself and then reverses that twenty-five, landing twenty-five below zero. A sign written inside the brackets would instead be one of the factors, which is why moving the minus sign inside the brackets changes the value.