学年

教科

質問の種類

英語 高校生

教えてほしいです

3 次の英文を読み, 空所に入れるのに最も適切なものを, それぞれ下の①~④のうちから一つずつ選びなさい。 Cigarette smoking has negative effects not only on the body of the person who smokes but also on the body of someone who regularly breathes in second-hand smoke. Some of the most obvious effects are high blood pressure, sleep disorders, heart failure, and lung cancer. Despite such harmful consequences, ( 10 ). It has been reported that smoking creates feelings of pleasure, reduces tension, and promotes close relationships. Many smokers admit that smoking is a bad habit. ( 11 ), they tend to think that the number of cigarettes that they smoke is below the danger level and thus are not worried about the risk. Some even feel that they do not breathe in the smoke and that a cure for cancer will be found before they become ill with the disease. We have to admit that smoking is a habit which is difficult to break ( 12 ) the nicotine found in tobacco goes into the blood and stimulates the brain, making smokers feel pleasant for several minutes. What is more, the smoker usually feels anxious and wants to have another cigarette. ( 13 ) the policies that now ban smoking in most public areas, the stress that people often experience at work and at home can force them to smoke. ( 10 ) ①some people decide to stop smoking millions of people continue to smoke ( 11 ) the price of cigarettes has risen ①smoking is more harmful than drinking Therefore 2 While ③ Of course 4 However (12) 1 because 2 as a result 3 but SO (13) ①Despite 2 Although (3) But 4 Yet

回答募集中 回答数: 0
英語 高校生

教えてほしいです

2 次の英文を読み, 空所に入れるのに最も適切なものを,それぞれ下の①~④のうちから一つずつ選びなさい。 (6) When growing tomatoes, we know we should pick them when they're bright red. With carrots, however, ( 6 ) because they grow underground. ①we should pick them when they turn orange (2) it's hard to know when they're ready (3) we should grow them more carefully than tomatoes (4) it's easy to know when they're bright red (7) Although it is quick, easy and convenient to be able to look up information on the internet, it can sometimes be difficult ( 7 ) because there is so much information. to find what you are looking for (2) to improve the convenience of the internet (3) to get more than what you need that people often experie (4) to have good computer literacy (8) Would you be happier if you were richer? Many people believe that they would be. But research conducted over many years suggests that ( 8 ). People in the United States, for example, are, on average, richer than New Zealanders, but they are not happier. poorer people tend to worry about their financial problems 2 pleasure in life usually comes from great wealth (3) the best way to be happy is learning how to save money greater wealth doesn't generally imply greater happiness (9) Many European rivers were once heavily polluted by manufacturing industries. As a result, wild animals dependent on clean water disappeared. However, as stricter environmental standards took effect, rivers such as the Thames of London have become much cleaner. Consequently, ( 9 ). water quality has continued to decline wild animals avoid drinking from the Thames (3) wild animals are making a comeback in many rivers (4) wild animals no longer depend on clean water

回答募集中 回答数: 0
情報:IT 高校生

情報:高3 [ウ]の部分がなぜ③になるのか分かりません。 iが 1〜kazu-1 になるから jは 0〜kazu-2 までは考えられたのですが、ここから kazu-2 が kazu-1-i になるのはなぜでしょうか、、教えてください🙇🏻

次の生徒 (S) と先生 (T) の会話文を読み, 空欄 ア 解答群のうちから一つずつ選べ。 キ に入れるのに最も適当なものを、後の SAG (A) (6) T:データを昇順または降順に並べ替えるアルゴリズムのことをソートといいます。まずはじめに、バブルソー トというアルゴリズムを考えてみましょう。バブルソートは、配列の中の隣り合うデータの大小を比較し交 換を繰り返す方法です。 図1は、10個の要素を持つ配列 Data に対してバブルソートを行う場合の流れを 表しています。 グラムの4258 まず、配列の先頭とその次の要素を比較し,左の方が大きければ右と交換する。これを一つずつずらしなが ら配列の最後尾まで繰り返していき、最後尾まで繰り返したら1周目の比較が終了します。 S: つまり, 1周目の比較がすべて終了した段階で、配列の最後尾にはア | が入っているのですね。 T:その通りです。 2周目は、配列のイ を除いて1周目と同じように比較していきます。 これを繰り返 して,最後には配列が並び変わっているという具合ですね。図2はバブルソートのプログラムを表してい ます。 その通りです (SI) し 配列 Data 77 52 89 48 97 3 18 62 33 29 1周目/ 1回目の比較 が配列の中 77 52 89 48 97 3 18 62 33 29 交換する 1周目/ 2回目の比較 52 77 89 48 97 3 18 62 33 29 交換しない 4357 1周目/3回目の比較 52 77 89 48 97 交換する 3 18 62 33 29 図1 配列 Data に対するバブルソートの流れ 国の (1) (2) (3) (4) (5) (6)b Data = [77,5289,48,973 18,62,33,291 kazu= 要素数 (Data) JRS pin iを1からkazu-1まで1ずつ増やしながら繰り返す: inshid jを0から ウ まで1ずつ増やしながら繰り返す: もしData[j] > Data [j + 1] ならば: hokan エ Data[j] ① <[abia] ada rabid k == [abis) stad 0000 Data(+11 Anda > (7) (8) (7) Data[j + 1] = hokan 図2 バブルソートのプログラム (hidaes mig) S:図2のプログラムだと, もし仮に最初からデータが昇順に並んでいても, 配列 Data の場合と同じ回数だけ 比較を繰り返さないといけないですよね? T:いいところに気が付きましたね。 最初から昇順に整列された配列をバブルソートすると、交換回数は オ だけど比較回数は ので効率が悪いです。 それでは, データの整列が完了した段階で繰り返 しを抜けるように図1のプログラムを修正してみましょう。 まず, 変数 koukan を用意して初期化してお きます(図3の (3) 行目)。 次に, 交換が発生した場合, 変数 koukan に 「1」 を代入するようにしましょ (図3の (10) 行目)。 さて、ここで図4のプログラムを,図3のプログラムのどこに挿入すればいいか 分かりますか? S:繰り返しが1周終わるごとに変数 koukan の値を確認する必要がありますから、 T: 正解です! よくできました。 キ だと思います。 98 第3章 コンピュータとプログラミング もし kouk

回答募集中 回答数: 0
数学 高校生

例題75.2 私が書いた波線部は、y以外は◯回微分を( ◯ )というふうに書かないからd/dxのk乗というふうに書いているのですか??

2 基本 例題 75 第n 次導関数を求める (1) nπ (1) y=sin2x のとき,y)=2"sin(2x+ 2 nを自然数とする。 00000 sin(x+ であることを証明せよ。 /p.129 基本事項 重要 76, p.135 参考事項 (2) y=x”の第n 次導関数を求めよ。 指針 yan) は,yの第n次導関数のことである。そして,自然数nについての問題である から, 自然数nの問題 数学的帰納法で証明の方針で進める。 (2)では, n=1,2,3の場合を調べてy() を推測し,数学的帰納法で証明する。 注意 数学的帰納法による証明の要領 (数学B) [1] n=1のとき成り立つことを示す。 n=k+1のときも成り立つことを示す。 =kのとき成り立つと仮定し, [2] nπ (1)y(n)=2"sin2x+ 2 ① とする。 解答 [1] n=1のとき y'=2cos2x=2sin2x+ トル)であるから,①は成り立つ。 kл [2]n=k のとき,①が成り立つと仮定すると y = 2* sin(2x+ n=k+1のときを考えると,②の両辺をxで微分して d 2 kл _y(k)=2k+1cos2x+ ( D dx 2 ゆえに yk2'''sin(2x++1)=2*+sin{2x+(k+1)x} よって;n=k+1のときも ① は成り立つ。 [1], [2] から, すべての自然数nについて ① は成り立つ。 (2) n=1,2,3のとき,順に _y'=x'=1,y"=(x2)"=(2x)'=2・1,y" = (x3)"=3(x2)"=3・2・1 したがって,y(n)=n! ...... ① と推測できる。 [1] n=1のとき y=1! であるから, ① は成り立つ。 [2] n=kのとき, ①が成り立つと仮定すると y(k)=k! すなわち dk dxkx*=k! →(ス n=k+1のときを考えると, y=xk+1 で, (x+1)'=(k+1)xであるから dk k+ dk (d²xx*+1) = d² * ((k+1)x^} dockdx y (k+1)=- =(k+1)- dk dxk /dxkx=(k+1)k!=(k+1)! よって, n=k+1のときも ① は成り立つ。 [1], [2] から, すべての自然数nについて①は成り立ち 次の関数の第n次導関数を求めよ (2) y=^ y(n)=n!

回答募集中 回答数: 0
古文 高校生

答えが分かりません。お願いします。

再読文字 として一だうために、下から返って再び ことにしている文字 (4) ~(セ)ず。 - まだ~(し)ない。 A 次に返りをして、その成り立ちを示せ 将来 当然 未熟 見羊を見て。 まだ羊を見ていない。 2 を参考にして、次の各文の送り仮名を補え (4) 38 封之賞。 [三]~(セントす。 というがない。 今にも(これから)~(し)ようとする。 入 楽 引酒飲 に入らんとす。 今にも) に入ろうとしていた。 引き寄せ、今にもそれを飲もうとした。) DO なんちノ ~~ 当日(応ニ)~(1) ペシ。 ~するべきだ。(主として当 きっと~(する)であろう。(主として「応」 当 を憎むべし。 タルハ 汝遠来応有意。 ▽あなたが遠くまで私を送って来てくれたのは、きっと考えがあってのことだ ろう。 ④男児当死中 A 男子は死の危険の中にあっても生きることを求めるべきだ。) 孔子礼於老子 (火) 人はわずかな時間も惜しむべきである。 ラク~(スペシ ぜひ〜する必要がある。 孔子は隣の国に行って、礼について 老子にたずねようとした。) 大須自省察 らく自ら察すべし。 人はぜひ自分で反省してよく考える必要がある。 シクー(スペシ 〜(する)のがよろしい。 宜しく語を慎むべし。 3 次の各文を書き下し文にし、 2220訳せよ。 関中。 取其 長所。 ( 言葉を慎むのがよろしい。 ノ (スル)ガとシ ちょうど~のよう (同じだ 不及 過ぎたるは及ばざるがごとし 行き過ぎているのは、ちょうど及ばないの と同じである。 ゾ~(セ)ざん。 どうして~(し)ないのか。 (~(し)てはどうか。) (1) (1) 父也。 4 書き下し文を参考にして、次のを用いて正しい文を作り、 返り点と送り仮名 を施せ 〔少年・惜・須・時)。 ざる。 あなたはどうして このことを 言わないのか。 らく少年の時を惜しむべし。

回答募集中 回答数: 0
数学 高校生

誰か分かる方(2)について詳しく解説お願いします 🙇 写真下に解説がありますが、それを読んでもよくわかりません💦

104 第2章 2次関数 例題 44 最小値の最大・最小 **** x の関数 f(x)=x2+3x+mのm≦x≦m+2 における最小値をgと おく. 次の問いに答えよ. ただし, m は実数の定数とする. (2) (1)最小値g をmを用いて表せ.dotup. (岐阜大・改) (2)の値がすべての実数を変化するとき, gの最小値を求めよ. 考え方 (1) 例題 43 と同様に考える.軸が定義域に含まれるかどうかで場合分けする。 (2) (1)より,mの値を1つ決めると,g の値がただ1つ決まる. よって,(1)で求めた mの関数とみなし、グラフをかいて考える (1)/(x)=x'+x+m=(x+2)+m-2 小豆 解答 グラフは下に凸で, 軸は直線 x=- 2 $301> 3 (i) m+2<-- 3のとき 2 e+ 小 場合分けのポイント 3は例題 43 (1) と同様 つまり,<-1のとき 20001 目はグラフは右の図のようになる。最小最大 したがって, 最小値 g=m²+8m+10(x=m+2) mm+2 3 3 (ii) m≤- ≦m+2のとき x= 2 2 7 つまり、12sms/2/2のとき 3 が区内 軸が区より左側 +2 0. グラフは右の図のようになる. したがって, 最小値 最小 432 m m+2 Stalton 9 (s=x) ex g=m-4 x=- 2 x=- 32 から、 (8=x) 8 (- 3 (iii) m>- のとき 2 グラフは右の図のようになる。 したがって, 最小値 g=m²+4m (x=m) (2)(1)より,gをmの関数とす ると,グラフは右の図のよう になる. 72- 32 のとき、 -4 TT よって, gの最小値は, " (i) -6(m=-4 のとき) | 最小 mm+2 Sp>I (vi) 94 (iii) m軸,g軸となる。 とに注意する. (m) 大量 15 64 最小 (ii) 23

回答募集中 回答数: 0