Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
03012_計算のルール_乗除.pdf
Search
mamion
PRO
October 25, 2023
0
2k
03012_計算のルール_乗除.pdf
mamion
PRO
October 25, 2023
More Decks by mamion
See All by mamion
数字に強い社員に育てる5つのステップ
mamion
PRO
0
370
Featured
See All Featured
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
250
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
69
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
82
Agile that works and the tools we love
rasmusluckow
331
21k
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
The Pragmatic Product Professional
lauravandoore
37
7.2k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
280
Transcript
計算のルール ~その2 乗除~ 学習対象者:計算ルール その1を学習した方 大人塾 1
計算のきまりを理解すれば 正しく計算できるようになります! 大人塾 2
例題1 大人塾 3 ルール1 かけ算と割り算がある式の計算も、 前から順番に計算します。 12×5÷4×2÷3
例題1 大人塾 4 12×5÷4×2÷3 = 60÷4×2÷3 = 15×2÷3 = 30÷3
= 10 答え ルール1 かけ算と割り算がある式の計算も、 前から順番に計算します。
例題2 大人塾 5 121÷11×6÷3÷2 ルール1 かけ算と割り算がある式の計算も、 前から順番に計算します。
例題2 大人塾 6 121÷11×6÷3÷2 = 11 × 6 ÷ 3
÷ 2 = 66 ÷ 3 ÷ 2 = 22 ÷ 2 = 11 答え ルール1 かけ算と割り算がある式の計算も、 前から順番に計算します。
次にかっこのある式を計算しましょう。 大人塾 7 ( )の中の計算が最優先になります。 次の例題に挑戦しましょう。 ルール2 計算の優先順位は ① (
)の中 ② 掛け算と割り算を前から順にやる
例題3 大人塾 8 (111×18)÷(37×2) × 4 ルール2 計算の優先順位は ① (
)の中 ② 掛け算と割り算を前から順にやる
例題3 大人塾 9 (111×18)÷(37×2) × 4 = 1998 ÷ 74
× 4 = 27 × 4 = 108 答え ルール2 計算の優先順位は ① ( )の中 ② 掛け算と割り算を前から順にやる