Calculating with numbers: Computing with integers
Long division
The following examples explain how to carry out long division. They are in ascending order of degree of difficulty. With larger dividens you must repeat calculation steps more often.
We describe how to do this in steps:
The long division is a tree-stage rocket in this case: \[\begin{aligned} \begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{11}9 & \!\!\! \Bigm{\backslash} \end{array}\qquad\qquad & \begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{11}9 & \!\!\! \Bigm{\backslash} \; 1 \\ & \underline{8}\phantom{0} & \\ & \phantom{0}3\phantom{0} & \end{array} \qquad\quad & \begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{119} & \!\!\! \Bigm{\backslash} \; 14\;\;\blue{\leftarrow \textit{quotient}} \\ & \underline{8}\phantom{0} & \\ & \phantom{0}39 & \\ & \phantom{0}\underline{32} & \\ & \phantom{00}7 & \blue{\leftarrow \textit{remainder}}\end{array} \end{aligned} \]
- Start with writing the division as \(\textit{divisor} \Bigm/ \textit{dividend} \Bigm{\backslash}\)
In this case, this is \( 8 \Bigm/ 119 \Bigm{\backslash}\)
To the right of the backslash will appear the quotient digit by digit.
Below the dividend will grow with the computational details, with the remainder in the division at the end. - Search in \(119\) the shortest initial part of the digits forming a number greater than or equal to the divisor \(8\): that is \(11\) in this case.
You can indicate this by underling the starting part: \( 8 \Bigm/ \underline{11}9 \Bigm{\backslash}\) - Calculate the largest multiple of the divisor \(8\) that is less than or equal to the number \(11\): that is \(1\times 8 =8\). Write \(1\) as first digit after the backslash in the top line, and write \(8\) under the initial part \(11\) and then subtract this number. This step is visualised below. \[\begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{11}9 & \!\!\! \Bigm{\backslash} \; 1 \\ & \underline{8}\phantom{0} & \\ & \phantom{0}3\phantom{0} & \end{array}\]
- Underline now the next digit (here \(9\) ) in the dividend \(119\) and also concatenate this digit to the \(3\) on the bottom line, so that the number \(39\) is formed. Repeat now step three with this number.
Calculate the largest multiple of the divisor \(8\) that is less than or equal to the number \(39\): that is \(4\times 8 =32\). Write \(4\) as next digit in the top line, and write \(32\) under \(39\) and then subtract this number. On the bottom line you get \(7\) and this is the remainder of the division.
This step is visualised below. \[\begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{119} & \!\!\! \Bigm{\backslash} \; 14 \\ & \underline{8}\phantom{0} & \\ & \phantom{0}39 & \\ & \phantom{0}\underline{32} & \\ & \phantom{00}7 & \end{array}\] - The quotient equals \(14\) and the remainder equals \(7\).
The long division is a tree-stage rocket in this case: \[\begin{aligned} \begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{11}9 & \!\!\! \Bigm{\backslash} \end{array}\qquad\qquad & \begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{11}9 & \!\!\! \Bigm{\backslash} \; 1 \\ & \underline{8}\phantom{0} & \\ & \phantom{0}3\phantom{0} & \end{array} \qquad\quad & \begin{array}[t]{rrl} 8\;\Bigm/ \!\!\! & \underline{119} & \!\!\! \Bigm{\backslash} \; 14\;\;\blue{\leftarrow \textit{quotient}} \\ & \underline{8}\phantom{0} & \\ & \phantom{0}39 & \\ & \phantom{0}\underline{32} & \\ & \phantom{00}7 & \blue{\leftarrow \textit{remainder}}\end{array} \end{aligned} \]
The result of division with remainder is: \(119=14\times 8+7\) (you can use this to check the answer), that is \(119 : 8 = 14\textit{ remainder }7\).
This implies the following exact result of division in mixed notation: \(119 : 8 = 14\tfrac{7}{8}\).
Unlock full access