Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
math_10
Search
Utree
April 17, 2019
Education
0
40
math_10
Utree
April 17, 2019
Tweet
Share
More Decks by Utree
See All by Utree
command_line_3
utree
0
33
command_line_1
utree
0
27
command_line_2
utree
0
33
ml_1
utree
0
28
ml_2
utree
0
43
math_41
utree
0
29
math_45
utree
0
26
KHCoder
utree
0
70
hannari_python_lt
utree
1
240
Other Decks in Education
See All in Education
Data Physicalisation - Lecture 9 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
450
Webリテラシー基礎
takenawa
0
6.6k
2025年度春学期 統計学 第3回 クロス集計と感度・特異度,データの可視化 (2025. 4. 24)
akiraasano
PRO
0
140
SARA Annual Report 2024-25
sara2023
1
180
SkimaTalk Teacher Guidelines
skimatalk
0
790k
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
signer
PRO
1
2.1k
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
signer
PRO
0
2k
ふりかえり研修2025
pokotyamu
0
1.2k
サンキッズゾーン 春日井駅前 ご案内
sanyohomes
0
400
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
470
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.7k
演習問題
takenawa
0
6.6k
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.7k
Navigating Team Friction
lara
187
15k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Gamification - CAS2011
davidbonilla
81
5.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Optimizing for Happiness
mojombo
379
70k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
A designer walks into a library…
pauljervisheath
207
24k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Transcript
10 連立方程式でジレンマを解決しよう 統計学が最強の学問である 数学編
今回のトピック - 連立方程式とは - 例題1 - 例題2
前回のおさらい 1つの線形な関数を扱った 座標平面上で、1つのルール(関数)に 沿った数字の組み合わせを探した 直感的な解釈 与えられたルールを抽象化し関数で表した その関数を解くことにより予想を立てた 数学っぽい言い方
y=2x+3の場合 問題(平均客数が、、、、) 関数y=2x+3 x=1のときは? (1, 5) 条件を与えて予想 抽象化
連立方程式 関数(ルール)が2つある
数式の解き方 前回(数式が1つ) - 逆算 今回(数式が2つ) - 加減法 - 代入法
数式の解き方 加減法 代入法
例題1 セールス活動日が知りたい それぞれ文字で置き換える x + y = 100 …(1) 5x +
3y = 360 …(2) 問題文を関数に当てはめる
例題1 x + y = 100 …(1) 5x + 3y =
360 …(2) y = -x + 100 …(1’) y = -(5/3)x + 360 …(2’) (x, y) = (30, 70) 代入法
例題2 訪問回数と契約数の関係を知りたい それぞれ文字で置き換える 10 = a + 100b …(1) 40 =
a + 200b …(2) 問題文を関数に当てはめる
例題2 10 = a + 100b …(1) 40 = a +
200b …(2) (a, b) = (-20, 0.3) y= -20 + 0.3x 関係性を求める 加減法
まとめ 連立方程式では複数のルールを設定できる 連立方程式の解き方は加減法と代入法