I just went to a site to practise some maths as I am studying some maths on my OU course in computing and IT and I ran into some symbols that I did not understand
The questions were
solve $16+14/2+3\cdot 5-11$ (the point was placed halfway between the top and bottom of the numbers)
$(11-5)\cdot (63-59+6)/12$, once again point is halfway between top and bottom
Can someone explain what this means if it is different to a decimal point?
Also this symbol was used in other questions $|$ and I was wondering what this meant as well
In context it was the number $-5$ can be written as and one answer was $|-5|$ and another choice was $-|-4|-1$
It is common to use $a \cdot b$ to denote multiplication of $a$ and $b$; it means the same as $a \times b$.
The notation $|-4|$ means the absolute value of $-4$. It is $4$; one ignores the sign. Formally it is defined as $|a|= a$ if $a \ge 0$ and $|a|= -a$ if $a < 0$.