Krempita
Zbrajanje i oduzimanje do 1000
(a) Probaj ovu tablicu
<table class=' table table-bordered table-striped'>
<tr>
<td>-</td>
<td>§§V0(10,30,1)§§</td>
<td>§§V1(0,10,1)§§</td>
<td>§§V2(50,60,1)§§</td>
<td>§§V3(20,30,1)§§</td>
<td>§§V4(30,40,1)§§</td>
</tr>
<tr>
<td>§§V5(70,80,1)§§</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>§§V6(80,90,1)§§</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>§§V7(60,70,1)§§</td>
<td> <img src="/pic/sm.jpg" width="200"/></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>§§V8(90,100,1)§§</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
(b) I onda ovo \( {§§V0(1,50,1)§§}^{3} + 5 = 0 \)
<br />
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<!-- Background circle -->
<circle cx="100" cy="100" r="90" fill="#f0f0f0" stroke="#333" stroke-width="2" />
<!-- Hour markers -->
<g stroke="#333" stroke-width="4">
<!-- 12 o'clock -->
<line x1="100" y1="10" x2="100" y2="30" />
<!-- 3 o'clock -->
<line x1="190" y1="100" x2="170" y2="100" />
<!-- 6 o'clock -->
<line x1="100" y1="190" x2="100" y2="170" />
<!-- 9 o'clock -->
<line x1="10" y1="100" x2="30" y2="100" />
</g>
<!-- Hour hand -->
<line x1="100" y1="100" x2="100" y2="60" stroke="#333" stroke-width="6" />
<!-- Minute hand -->
<line x1="100" y1="100" x2="140" y2="100" stroke="#333" stroke-width="4" />
<!-- Second hand (optional) -->
<!-- <line x1="100" y1="100" x2="100" y2="30" stroke="red" stroke-width="2" /> -->
<!-- Center dot -->
<circle cx="100" cy="100" r="3" fill="#333" />
</svg>