From 384d2638f90794fbf2975599513a4f963d531685 Mon Sep 17 00:00:00 2001 From: shiv roy for ceo Date: Tue, 16 Jun 2026 19:39:43 -0700 Subject: [PATCH] update binary numeral for 32 --- content/number-rep/binary-decimal-hex.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/number-rep/binary-decimal-hex.md b/content/number-rep/binary-decimal-hex.md index 85d418f..aa1bf86 100644 --- a/content/number-rep/binary-decimal-hex.md +++ b/content/number-rep/binary-decimal-hex.md @@ -346,9 +346,9 @@ Remember that there is only ever one number; this value that can be represented * $32_{10}$, or simply $32$. We recommend you write $32_{ten}$ if you're writing by hand. * `0x20`, or the hexadecimal numeral `20` -* `0b10000`, or the binary numeral `10000` +* `0b100000`, or the binary numeral `100000` * $20_{16}$. We recommend $20_{hex}$ if you're writing by hand. -* $10000_{2}$. We recommend $10000_{two}$ if you're writing by hand. +* $100000_{2}$. We recommend $100000_{two}$ if you're writing by hand. Different representations serve different purposes: