-
Notifications
You must be signed in to change notification settings - Fork 14
/
book_3_115.html
39 lines (31 loc) · 1.68 KB
/
book_3_115.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="author" content="Ali Goldani">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/3rd/css/galiold.css">
<title>ریاضی سوم دبستان صفحه ۱۱۵</title>
</head>
<body class="cover">
<div class="cover-page">
<div class="cover-title">فصل ۷: آمار و احتمال</div>
<img class="img1" src="assets/3rd/images/galiold/page115-img1.png" alt="statistics-profession">
<img class="img2" src="assets/3rd/images/galiold/page115-img2.png" alt="statistics-diagrams">
<div class="cover-desc">
آمار و احتمال بخشهایی از ریاضیّاتاند که در زندگی ما کاربردهای زیادی دارند. پیشبینی وضع هوا یکی از کاربردها آمار و احتمال در زندگی روزمره است و در بسیاری از کارها از جمله پرواز هواپیماها و ساختمانسازی کاربرد دارد.
</div>
</div>
<div class="pagination">
<a href="book_3_116.html">
<img src="assets/3rd/images/right-arrow.png" alt="next_page">
</a>
<input class="page-number-input" type="number" name="page_number" id="page-switcher" placeholder="115">
<a href="book_3_114.html">
<img src="assets/3rd/images/left-arrow.png" alt="next_page">
</a>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="assets/3rd/js/galiold.js" type="text/javascript" params="124"></script>
</html>