Puta 9
<svg width="250" height="250" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!-- Vanjski krug -->
<circle cx="50" cy="50" r="45" stroke="red" stroke-width="4" fill="black"/>
<!-- Brojevi sata -->
<text x="47" y="15" fill="white" font-size="5">12</text>
<text x="85" y="53" fill="white" font-size="5">3</text>
<text x="48" y="93" fill="white" font-size="5">6</text>
<text x="10" y="53" fill="white" font-size="5">9</text>
<!-- Kazaljke sata -->
<line x1="50" y1="50" x2="50" y2="35" stroke="white" stroke-width="2"/> <!-- Minutna kazaljka -->
<line x1="50" y1="50" x2="63" y2="50" stroke="white" stroke-width="2"/> <!-- Satna kazaljka -->
<!-- Centar sata -->
<circle cx="50" cy="50" r="2" fill="white"/>
</svg>
<div class="container mt-5">
<div class="row">
<div class="col-3">
<div class="border p-3 text-center">
<div>9 × 1</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>3 × 9</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>9 × 4</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>2 × 9</div>
<div>_</div>
</div>
</div>
</div>
<div class="row">
<div class="col-3">
<div class="border p-3 text-center">
<div>9 × 5</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>0 × 9</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>1 × 9</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>10 × 9</div>
<div>_</div>
</div>
</div>
</div>
<div class="row">
<div class="col-3">
<div class="border p-3 text-center">
<div>6 × 9</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>8 × 9</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>9 × 7</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>5 × 9</div>
<div>_</div>
</div>
</div>
</div>
<div class="row">
<div class="col-3">
<div class="border p-3 text-center">
<div>7 × 9</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>4 × 9</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>9 × 2</div>
<div>_</div>
</div>
</div>
<div class="col-3">
<div class="border p-3 text-center">
<div>9 × 6</div>
<div>_</div>
</div>
</div>
</div>
</div>
<div class="container mt-5">
<h3 class="mb-4">Write and solve a subtraction equation for each problem:</h3>
<ol>
<li class="mb-3">
Mrs. Rodriguez bought a nine-pack of chips. Her son Joe and his friends ate four packs. How many are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder="9"> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder="4"> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="5">
</div>
</li>
<li class="mb-3">
To make dinner, Mrs. Rodriguez used eight of the twelve potatoes in a bag. How many are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Pork chops were on sale, so Mrs. Rodriguez bought seventeen. She froze nine for another day and cooked the rest. How many pork chops did she cook?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Mrs. Rodriguez had sixteen apples. She used nine to make a pie. How many apples are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
The next morning, Mrs. Rodriguez scrambled seven of her dozen eggs. How many eggs are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Mrs. Rodriguez also toasted six of the thirteen slices of bread in a package. How many slices are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Mrs. Rodriguez cut a pineapple into fifteen pieces. Her family ate six. How many pieces are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
A carton of juice held fourteen servings. The Rodriguez family drank five. How many servings are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
</ol>
</div>
<div class="container mt-5">
<h3 class="mb-4">Write and solve a subtraction equation for each problem:</h3>
<ol>
<li class="mb-3">
Mrs. Rodriguez bought a nine-pack of chips. Her son Joe and his friends ate four packs. How many are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder="9"> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder="4"> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="5">
</div>
</li>
<li class="mb-3">
To make dinner, Mrs. Rodriguez used eight of the twelve potatoes in a bag. How many are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Pork chops were on sale, so Mrs. Rodriguez bought seventeen. She froze nine for another day and cooked the rest. How many pork chops did she cook?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Mrs. Rodriguez had sixteen apples. She used nine to make a pie. How many apples are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
The next morning, Mrs. Rodriguez scrambled seven of her dozen eggs. How many eggs are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Mrs. Rodriguez also toasted six of the thirteen slices of bread in a package. How many slices are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
Mrs. Rodriguez cut a pineapple into fifteen pieces. Her family ate six. How many pieces are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
<li class="mb-3">
A carton of juice held fourteen servings. The Rodriguez family drank five. How many servings are left?
<div class="d-flex align-items-center">
<input type="text" class="form-control w-25 me-2 text-center" placeholder=""> -
<input type="text" class="form-control w-25 mx-2 text-center" placeholder=""> =
<input type="text" class="form-control w-25 ms-2 text-center" placeholder="">
</div>
</li>
</ol>
</div>