Skip to main content

Section 9.3 Chapter 3 Solutions

Subsection 9.3.1 Solutions to β€œNumber Systems Questions”

Exercises Exercises

3.
Solution.
  1. \(12_{11}=1\cdot 11+2=13\text{.}\)
  2. \(3122_{4}=3\cdot 64+1\cdot 16+2\cdot 4+2=218\text{.}\)
  3. \(615_{7}=6\cdot 49+1\cdot 7+5=306\text{.}\)
  4. \(1005_{6}=1\cdot 216+5=221\text{.}\)
  5. \(2703_{9}=2\cdot 729+7\cdot 81+3=2028\text{.}\)
  6. \(110100_{2}=32+16+4=52\text{.}\)
  7. \(13A48_{12}=20736+5184+1440+48+8=27416\text{.}\)
  8. \(945_{20}=9\cdot 400+4\cdot 20+5=3685\text{.}\)
4.
Solution.
\(60=10_{time}\) because 60 seconds = 1 minute (one β€œten” in mixed radix); \(3600=100_{time}\) since 3600 seconds = 60 minutes = 1 hour.
\(1234\) (1 day, 2 h, 3 min, 4 s) in seconds: \(1\cdot 86400+2\cdot 3600+3\cdot 60+4=93784\text{.}\)
5.
Solution.
  1. \(3_{9}(=3)\lt 11_{8}(=9)\lt 42_{5}(=22)\lt 92_{11}(=101)\lt 300_{6}(=108)\text{.}\)
  2. \(901_{5}\) and \(902_{4}\) are invalid (digits exceed base). Among valid: \(10002_{3}(=83)\lt 81_{11}(=89)\lt 450_{12}(=636)\text{.}\)
  3. \(111111_{2}(=63)\lt 64_{10}(=64)\lt 122_{7}(=65)\lt 1002_{4}(=66)\lt 61_{11}(=67)\text{.}\)
  4. \(69_{12}(=81)\lt 121_{9}(=100)\lt 321_{6}(=121)\lt 1034_{5}(=144)\lt 331_{7}(=169)\text{.}\)
  5. \(133_{4}(=31)\lt 45_{8}(=37)\lt 38_{11}(=41)\lt 111_{6}(=43)\lt 101111_{2}(=47)\text{.}\)
  6. \(31_{8}(=25)\lt 114_{5}(=34)\lt 43_{10}(=43)\lt 110100_{2}(=52)\lt 56_{11}(=61)\text{.}\)
6.
Solution.
  1. \(10_{3}=3\text{,}\) \(20_{5}=10\text{,}\) \(24_{6}=16\text{.}\) Need \(3<12_{a}=a+2<10\) with \(a\ge 3\) β‡’ any \(a\in\{3,4,5,6,7\}\) (e.g., \(a=5\)).
  2. \(101_{2}=5\text{,}\) \(24_{8}=20\text{,}\) \(30_{7}=21\text{.}\) Need \(5<22_{b}=2b+2<20\text{,}\) digits demand \(b\ge 3\) β‡’ \(b\in\{3,4,5,6,7,8\}\) (e.g., \(b=7\)).
  3. \(100_{4}=16\text{,}\) \(1A_{11}=21\text{,}\) \(40_{9}=36\text{.}\) Need \(21<33_{c}=3c+3<36\text{,}\) digits demand \(c\ge 4\) β‡’ \(c\in\{7,8,9,10\}\) (e.g., \(c=8\)).
  4. \(1001_{2}=9\text{,}\) \(122_{5}=37\text{,}\) \(51_{8}=41\text{.}\) Need \(9<210_{d}=2d^2+d<37\text{,}\) digits demand \(d\ge 3\) β‡’ \(d=3\) works.
  5. \(7_{10}=7\text{,}\) \(111_{3}=13\text{,}\) \(1A_{12}=22\text{.}\) Need \(7<20_{e}=2e<13\text{,}\) digits demand \(e\ge 3\) β‡’ \(e\in\{4,5,6\}\) (e.g., \(e=5\)).
  6. \(222_{4}=42\text{,}\) \(10000_{3}=81\text{,}\) \(210_{7}=105\text{.}\) Need \(121_{f}=f^2+2f+1>105\text{,}\) digits demand \(f\ge 3\) β‡’ any \(f\ge 10\) (e.g., \(f=10\)).
9.
Solution.
No, there is no zero, and place does not mean anything (as \(1^a=1\) for any natural number \(a\text{.}\)
10.
Solution.
Interpretation (consistent mixed-radix): radices increase by 3 each level starting from 5, so weights are \(w_1=1\text{,}\) \(w_2=5\text{,}\) \(w_3=5\cdot 8=40\text{,}\) \(w_4=5\cdot 8\cdot 11=440\text{,}\) \(w_5=5\cdot 8\cdot 11\cdot 14=6160\text{.}\) Allowed digits: 1st: \(0..4\text{,}\) 2nd: \(0..7\text{,}\) 3rd: \(0..10\text{,}\) 4th: \(0..13\text{,}\) etc.
    1. \(23=2\cdot 5+3=13\text{.}\)
    2. \(5633=5\cdot 440+6\cdot 40+3\cdot 5+3=2458\text{.}\)
    3. \(AB123=10\cdot 6160+11\cdot 440+1\cdot 40+2\cdot 5+3=66493\text{.}\)
    4. \(1B20A=1\cdot 6160+11\cdot 440+2\cdot 40+0\cdot 5+10=11090\text{.}\)
    1. \(97=2\cdot 40+3\cdot 5+2\) β†’ \(232\text{.}\)
    2. \(2021=4\cdot 440+6\cdot 40+4\cdot 5+1\) β†’ \(4641\text{.}\)
    3. \(5000=11\cdot 440+4\cdot 40\) β†’ \(11400\text{.}\)
Note. If one instead reads β€œ4th place: up to ten 3rd places” literally (max digit 10), many numbers would become unrepresentable without the next place; the mixed-radix interpretation above ensures full coverage.
11.
Solution.
No. Tally marks are not positional: the value does not depend on place, only on count. Thus they are not a place-value system (though they form a unary counting system).
13.
Solution.
Example system: β€œDozens-and-sixes” mixed radix. Digits allowed: 0–Z with \(Z=35\text{.}\) Places (rightβ†’left): ones (\(1\)), sixes (\(6\) ones), dozens (\(12\) sixes = \(72\) ones), grosses (\(12\) dozens), etc. Examples:
\(51\) means \(5\cdot 6+1=31\) ones. \(2:30\) (i.e., \(230\)) means \(2\cdot 72+3\cdot 6+0=162\text{.}\) \(1:0:4\) means \(1\cdot 12\cdot 72+0\cdot 72+4\cdot 6= 864+24=888\text{.}\) \(10\) equals one six: \(6\text{.}\) \(1:00\) equals one dozen of sixes: \(72\text{.}\)
Addition example: \(51+25 = (5\cdot 6+1)+(2\cdot 6+5)=7\cdot 6+6= (1\ \text{carry})\ 16 \rightarrow 114\) (i.e., \(1\cdot 6^2+1\cdot 6+4= 36+6+4=46\) in base-ten).
15.
Solution.
With 10 fingers and each finger as one β€œdigit”: base two counts to \(2^{10}-1=1023\text{;}\) base three to \(3^{10}-1=59048\text{;}\) base four to \(4^{10}-1=1{,}048{,}575\) (assuming you can reliably distinguish 2 or 3 or 4 states per finger).
16.
Solution.
  1. Choose \(102_{3}(=11)\text{.}\)
  2. Choose \(101_{4}(=17)\text{.}\)
  3. Impossible as written since \(2A_{12}=34 \nless 1111_{2}=15\text{.}\)
  4. Impossible as written since \(33_{6}=21 \nless 40_{5}=20\text{.}\)
  5. Choose \(17_{8}(=15)\text{.}\)
  6. Choose \(7F_{16}(=127)\text{.}\)

Subsection 9.3.2 Solutions to β€œArithmetic Operations: Practice”

Exercises Exercises

8.
Solution.
  1. Full buses: \(\lfloor 389/42\rfloor=9\) with remainder \(11\) students (last bus has 11).
  2. All buses full or empty: need \(\lceil 389/42\rceil=10\) buses.
10.
Solution.
  1. \(125\cdot 32=(100+25)\cdot 32=4000\text{.}\)
  2. \(50\cdot 47=(100\cdot 47)/2=2350\text{.}\)
  3. \(24\cdot 75=(3\cdot 8)\cdot (3\cdot 25)=9\cdot 200=1800\text{.}\)
11.
Solution.
  1. Estimate \(\approx 700\cdot 30=21000\text{;}\) exact \(19807\text{.}\)
  2. Estimate \(\approx 1500\cdot 50=75000\text{;}\) exact \(76347\text{.}\)
  3. Estimate \(\approx 200\cdot 200=40000\text{;}\) exact \(40194\text{.}\)
12.
Solution.
\(37+25+63+75=200\text{,}\) \(250\cdot 16=4000\text{,}\) \((300-1)\cdot 48=14352\text{.}\)

Subsection 9.3.3 Solutions to β€œProperties of Arithmetic: Practice”

Exercises Exercises

4.
Solution.
  1. \((37+63)+25=100+25=125\text{.}\)
  2. \(8\cdot(25\cdot 4)=8\cdot 100=800\text{.}\)
  3. \((125+275)+600=400+600=1000\text{.}\)
  4. \((5\cdot 12)\cdot 25=(5\cdot 25)\cdot 12=1500\text{.}\)
8.
Solution.
  1. Identity: \(0\text{.}\) Inverse of \(19\) is \(-19\text{.}\)
  2. Identity: \(1\text{.}\) Inverse of \(\tfrac{3}{7}\) is \(\tfrac{7}{3}\text{.}\)
  3. Identity: \(0\text{.}\) No additive inverse of \(5\) lies in \(\mathbb{N}_0\text{.}\)
  4. Identity: \(1\text{.}\) \(0\) has no multiplicative inverse in \(\mathbb{Q}\text{.}\)

Subsection 9.3.4 Solutions to β€œIntegers: Practice”

Exercises Exercises

Subsection 9.3.5 Solutions to β€œWhole Numbers: Explanatory Questions”

Exercises Exercises

1.
Solution.
Place matters. In \(108_{10}\text{,}\) the \(8\) contributes \(8\cdot 10^0=8\text{.}\) In \(108_{9}\text{,}\) it contributes \(8\cdot 9^0=8\) as well, but the \(1\) is \(1\cdot 9^2=81\) so the whole value differs. In \(108_{2}\) the digit \(8\) is invalid (base two allows only 0 and 1). Thus the same glyph β€œ8” can mean different thingsβ€”or be illegalβ€”depending on base.
2.
Solution.
Blocks: in base five, a β€œlong” is 5 ones. \(302_{5}\) means 3 longs of longs (i.e., \(3\cdot 25\)), 0 longs, 2 ones β†’ \(77_{10}\text{.}\) \(32_{5}\) means 3 longs and 2 ones β†’ \(17_{10}\text{.}\) Regrouping pictures cannot turn three 25-blocks into three 5-blocks.
3.
Solution.
Dividing by 5 with remainders peels off the least-significant base-five digit: the remainder is how many ones remain after forming groups of 5; the quotient counts how many groups. Repeating with the quotient mirrors regrouping ones→longs→squares: each step counts how many blocks of the next place you can make, producing the same digits in reverse order.
4.
Solution.
Agree: \(1000-398=(1000+2)-(398+2)=1002-400\text{.}\) On a number line, shifting both endpoints right by the same amount preserves the distance (difference). This works for adding the same number to both terms (or subtracting the same number), but not for arbitrary unequal changes.
5.
Solution.
Both use distributivity: A expands \(27(10+6)=27\cdot 10+27\cdot 6\text{.}\) B uses \((30-3)16=30\cdot 16-3\cdot 16\text{.}\) Commutativity/associativity justify rearrangements; each yields \(432\text{.}\)
6.
Solution.
If \(b\) is even, \((2a)\cdot \dfrac{b}{2}=a\cdot (2\cdot \tfrac{b}{2})=ab\) by associativity. If \(b\) is odd, halving leaves a fraction (e.g., \(24\cdot 75=(48)\cdot 37.5\)), so in integer-only contexts you must adjust differently (e.g., double one factor and β€œalmost” halve the other using distributivity).
7.
Solution.
An identity leaves elements unchanged (\(0\) for addition; \(1\) for multiplication). An inverse β€œundoes” an element: additive inverse of \(-5\) is \(5\text{;}\) of \(0\) is \(0\text{;}\) of \(1\) is \(-1\text{.}\) Multiplicative inverses within \(\mathbb{Z}\) exist only for \(\pm 1\) (e.g., \(-5\) has none in \(\mathbb{Z}\text{,}\) while in \(\mathbb{Q}\) its inverse is \(-1/5\)).
8.
Solution.
Partition a rectangle of height \(a\) into widths \(b\) and \(c\text{.}\) The total area \(a(b+c)\) equals the sum of the two sub-rectangles \(ab+ac\text{.}\) With two cuts, one vertical (at \(b\)/\(c\)) and one horizontal (at \(a\)=\(a_1+a_2\)), the big rectangle splits into four: \((a+b)(c+d)=ac+ad+bc+bd\text{.}\)
9.
Solution.
\(0\times n=0\) because repeated addition of zero gives zero (and \(n\cdot 0=0\) by distributivity). Division \(n\div 0\) would require a number \(x\) with \(0\cdot x=n\text{,}\) impossible unless \(n=0\text{;}\) hence undefined.
10.
Solution.
β€œSubtract a negative” means β€œadd the opposite”: \(-12-(-9)=-12+9=-3\text{.}\) On a number line, start at \(-12\) and move 9 to the right to reach \(-3\text{.}\)
11.
Solution.
Distribute \(-1\) over \(1+(-1)=0\text{:}\) \(-1\cdot 1+(-1)\cdot(-1)=0\text{.}\) Since \(-1\cdot 1=-1\text{,}\) we have \(-1+((-1)(-1))=0\text{,}\) so \(((-1)(-1))=1\text{.}\) Each step uses identity, distributive property, and additive inverse.
12.
Solution.
Ordering by absolute value ignores sign. On the number line, larger negatives are less. Correct order: \(-12<-3<2<10\) (since \(-12\) is farthest left).