Skip to content

Commit

Permalink
actualización index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ycanas committed Dec 29, 2023
1 parent 4874229 commit 03d0bed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ <h5>Ejemplo: </h5> <br>
<ol>
<li>Obtener el número a convertir en binario → <kbd>13</kbd></li>
<li>Dividir sucesivamente el número por <kbd>2</kbd>, hasta obtener un cociente de <kbd>0</kbd></li> <br>
<p class="alert alert-dark w-25 text-center">
13 ÷ 2 = 6, residuo <kbd>1</kbd> <br>
06 ÷ 2 = 3, residuo <kbd>0</kbd> <br>
03 ÷ 2 = 1, residuo <kbd>1</kbd> <br>
01 ÷ 2 = 0, residuo <kbd>1</kbd> <br>
</p>
01 ÷ 2 = 0, residuo <kbd>1</kbd> <br> <br>
<li>Ordenar los residuos de abajo hacia arriba → <kbd>1101</kbd></li>
</ol>
</p> <br>
Expand Down

0 comments on commit 03d0bed

Please sign in to comment.