学年

質問の種類

英語 高校生

教えてほしいです

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
数学 高校生

サの部分がわからないので解説して頂きたいです。

000076 76 sin0, cos0 の2次式の最大・最小 a, b, cは正の定数とする。 0 2 の範囲で定義された2つの関数 S(0)=(1-√3a)sin' 0 +2asincos0+ (1+√3a)cos'0g(0)=bsinc0+b について (1) S(0) を a, sin20, cos20 を用いて表すと S(0) T lasin 20+ + ウ イ と変形できる。 よって,f(8) は のとき最大値 A = [エオ (2) g (0) の最小値が0であるとき, cの値の範囲は cサである。 このとき,さらにS(0) g(8) の最大値と最小値がそれぞれ一致するならば a+ キ 0= T ■ク のとき最小値ケ コαをとる。 b = セ + ソ タ a = ス チ である。 解答 (1) f(0) 変形すると Key 1 f(0)=(1-√3a) 1-cos20 2 +2a- sin20 2 +(1+√3a)1+ cos20 Key 2 2 = asin20+√3acos20+1= a(sin20+√3 cos20) +1 =2asin(20+ /25) +1 f(8) = (sin'0+cos'0) +a2sincos0 +3 a(cos20-sin³0) と変形し 2倍角の公式 2sincos0 = sin20 cos' 0 -sin^0= cos20 を代入してもよい。 π のとき ≤20+ 3 13 4 S より √3 2 α > 0 より ≤ sin(20+) 1 -√3a+1≦2asin (20+4 +1 ≦ 2a+10 よって, f(8) は 1 02 π π 20+ すなわち 0= 33 = 243 のとき最大値 24 +1 12 π 20+ (2)g(8)=0 のとき 60 より sinc0 = -1 0≧0 の範囲で sinc0 = -1 となる最小の8の値。 は すなわち 0 のとき 最小値1-3a 2 D bsinco = -b 3 c>0より, clo= となり 3 8₁ = 2 となるから 12c <10+(-1)=( よって,OSTの範囲で g (8) の最小値が0 となるとき c0 であるから, 3π 2c より c≥ 3 2 f(8) g (0) の最大値と最小値がそれぞれ一致するとき 2α+1=26 かつ 1-√34=0 これを解いて a= √3 3+2√3 b = 3 6 √3 3 三角関数 ( 最大値は (2)=6(sin+1) +1 = 26 攻略のカギ! Key 1 psin0 + gsincosd+rcos'0 は, sin 20, cos20 で表せ sind と costの2次式 f(0) = psin'0+gsindcosd+rcos' の最大・最小は, 2倍角の公式から得られ る下の3つの等式を利用して, f(0) を sin20 と cos20 の式で表してから、 合成して求める。 sin20 sincost= 2 sin² = 1-cos20 2 1+cos20 cos2 0 = 2 2 asin + bcos0 は,rsin (0+α)の形に合成せよ 35 (p.149)

回答募集中 回答数: 0