TOEIC・英語 大学生・専門学校生・社会人 3年弱前 英語 関係代名詞 what 以下の文において、2つ質問があります。 He opened his bag to show me what was in it. 彼はカバンを開けてその中に入っているものを見せてくれた。 ① bagの後ろのtoはなんのtoですか? (私に見... 続きを読む 解決済み 回答数: 1
化学 大学生・専門学校生・社会人 3年弱前 この問題のニューマン投影式の書き方が分かりません。どうしてこのような形になるのでしょうか。どなたか教えてください🙇♀️🙇♀️ VEHO 3. 1) 3-methylpentane の構造式と C3-C4 結合を回転させたときの下記の立体配座を Newman投影式で示しなさい。 構造式 M 最も安定なねじれ形 CH3 H C2H5 ) ***TOMONTATVO H H C2H5 最も不安定な重なり形 C2H5 CH3 meria H- VIO I 1 C ₂ H 5 H ( 回答募集中 回答数: 0
化学 大学生・専門学校生・社会人 3年弱前 なぜこのように求められるのでしょうか??解説お願い致します。 水みつど 6. A glass U-tube open to the atmosphere at both ends is shown in the figure below. If the U-tube contains oil and water as shown, determine the specific gravity of the oil. .69% E. IAS al equipment 2016 Th S60;l=eriqeomis lecolarit 油みつど 99660.69 5 69 219wans srl evig bn 97 l obiani suzasną stuloads TH₂0 = 9.810KN = 981.2001g/m³ m² x=²4₂" x 0.3m /0.35 0.35 m Oil TIL V6 0.30 muasem 2i 19dmero muussy 6 eriqzos sool srit.694 Water 29 1.0.2 10³ 10g/m ³ x 0.3/0.35m 3 3.20 912251090157x103.ee at mang men abiani 922910 stuloads er stoluola oldmeda 8₁57 x 10² leg/m²³² Jiou frus 69. Seous 691 981. lcg/m³ howers a 0.8935 =0.874 未解決 回答数: 1
化学 大学生・専門学校生・社会人 3年弱前 この問題の解き方が、わからないです。SGは比重です。 water Find the pressure at the bottom of a tank containing glycerin under pressure as shown 200i1 = 2 13 tank? 9.810k 9,810 KN/m3 in the figure below: ba = N/m² 0.75= 110³ 23DSG glo = 1.25 1 グリセリン -20090650 kPacoll Glycerin 107 N P=50x1²³pa le motinu al gob1102 ensig (6)nosik pa to Sum²1 91T 1913 to h= 2m SriT motinu i ovods biuft grid to J 2 m 23 erli to 91022919 to 1 pa 69.7 kPa nenot lapitev ljod adT holls Pened nevío 21. 0.75x (woled pi PB = 50 kpa + 1-25 x 2m - kpa Al 6 9.8 回答募集中 回答数: 0
化学 大学生・専門学校生・社会人 3年弱前 立体構造の表し方がわかりません。 例えば1番ならなぜOHは太線で表すのか、2番はBrを点線で表すのかです Fischer 投影式は、 糖の構造式を表すときに頻繁に用いられる。 問題 次の化合物を、 Newman投影式および Fischer 投影式で構造式を書きなさい。 1) (R)-2-butanol 4) (2S,3S)- dibromobutane 36 453 2) (S)-2-bromopentane 5) (2S,3R)- dibromobutane 3) (2R,3R)- dibromobutane 6) (3R,4S)-3,4-dimethylhexane 回答募集中 回答数: 0
TOEIC・英語 大学生・専門学校生・社会人 3年弱前 Itの用法について教えて下さい It seems that my dog understand English. 上のItは、漠然とした状況を表すitだと 書かれていました これが形式主語ではない理由なのですが、seemが 不完全自動詞だからでしょうか? that節以... 続きを読む 解決済み 回答数: 1
TOEIC・英語 大学生・専門学校生・社会人 3年弱前 mindについて教えて下さい Would you mind opening the window? Would you mind my opening the window? 上の文が依頼を表して下の文が許可を表すと習いました Would you mindの構文は動... 続きを読む 解決済み 回答数: 1
TOEIC・英語 大学生・専門学校生・社会人 3年弱前 誰でも構いませんので教えて欲しいです。 (2) 次の英文が正しければ○、誤りがあれば×で答えなさい。 (各2点) 1 This cloth washes well and feels soft. 2 Let my sister and I go instead of you. 3 We wear thick clothes in winter. 4My son came back from London after six years' absence. 5 I was just going to leave when the car stopped in front of my house. 6 The news about the earthquake was reported in most newspapers. My brother told me to keep my room clean. 8 This one is the best of the two compositions. 9 Go home before it doesn't get dark. 10 In Paris everything is more expensive than in London. 回答募集中 回答数: 0
情報 大学生・専門学校生・社会人 約3年前 この問題がどうしても分かりません、、 import openpyxl df1.to_excel("/content/drive/My Drive/Colab Notebooks/data/payment.xlsx") df2.to_excel("/content/drive/My Drive/Colab Notebooks/data/kingaku.xlsx") Copy 4 12. 実習4では, globも読み込んで, dataディレクトリに入っているすべてのExcelファイルをglobで取り出します。 それらを 「data_list」 として宣言します。 そして data_listのExcelファイル群をfor文でひとつづつlistという空のリストに格納していきま す。 さらにlistのExcelを読んでconcat関数で結合したものをdf3とします。 それをto_excel メソッドでtotal というExcelに書き出 すときに、 引数のオプションでindex=Falseとしておけば、 最左列にインデックスを挿入しません。 import openpyxl import glob import pandas as pd data_list = glob.glob("/content/drive/MyDrive/Colab Notebooks/data/*.xlsx") list = [] for data in data_list: list.append(pd.read_excel(data)) df3.to_excel("/content/drive/MyDrive/Colab Notebooks/data/total.xlsx", index = "False") df3= pd.concat(list) 未解決 回答数: 1
TOEIC・英語 大学生・専門学校生・社会人 約3年前 TOEICの名詞問題です。答えを教えて下さい🙇♀️ CD1-24 えを確認 ek (9) ) する (A) 問題】 のと ren W ies er Warming Up 日本語の意味に合うように、正しい選択肢を選びましょう。 1. a few ( a. worker b. workers) : 2. th a lot of (a. enjoy b. enjoyment) 3. 1 an (a. active b. activity) 4. tu: a big (a. difference b. different) 5.5 an excellent ( a. decide b. decision) Now You Try! 4つの選択肢から最も適切な選択肢を選び、 文を完成させましょう。 ---- is very popular in this pet shop. ------- (A) produces (B) produced (C) producing (D) product 1. The - buys vegetables here every day. 3. A ------- (A) customer (B) customize (C) customizing (D) customized 2. A new opened in the Green Forest mall. (A) shopper (B) shop (C) shopping (D) shopped !VT UOY woll 4. People make many cashless now. (A) pay (B) paying (C) payments (D) payer in January. 5. The department store has a (A) sale (B) sell (C) sales (D) selling 6. There are many fashionable shops in the -------- (A) build (B) building (C) built (D) builder of toys. (C) selected (D) selection 7. The store has an excellent - (A) select (B) selecting READIN CCheckLink 8. Some about the new shopping center is on the Web site. (A) inform (B) informing (C) information (D) informed CheckLin 回答募集中 回答数: 0