I'm not sure which one is the correct answer, could someone tell me which one it is and why

a) HBr is strong acid and LiOH is strong base.
b) Both are the salts of weak acids.
c) H2SO4 is strong acid and NaC6H5COO is the salt of strong base and weak acid.
thus
solution may contains both weak acid and its corresponding salt.
Hence
this is buffer solution.
d) LiOh is strong base and KCH3COO is salt.
e) both are weak acids.
option (c) is the answer.
I'm not sure which one is the correct answer, could someone tell me which one it...
which of the following substances could be used to make a buffer solution when added to a solution of HCN? A) HBr B) LiCN C) LiOH D) H2CO3 E) LiBr
I'm really lost and not sure how to answer this. Could someone
please solve these two and tell me how you arrived at the
answer?
4. (12 points) Predict the products for the following reactions, including the appropriate stereochemistry where applicable. O3 Mezs Hg(OAc)2 EtOH 1. (Sia) BH 2. H2O2, NaOH HBr 2 mol eq 5. (9 points) Provide reagents for the following transformations. + enantiomer
THIS IS the third time i'm posting this question. can someone
please tell me the correct order of increasing enthalpy in all the
stages A, B, C, D?? (first question)
A small amount of sodium chloride (NaCl) is dissolved in a large amount of water. Imagine separating this process into the four stages sketched below. (These sketches show only a portion of the substances, so you can see the density and distribution of atoms and molecules in them.) NaCl HO...
can
someone help me with this pratice problem, i want to make sure i
got the correct answer.
5. Which one of the following carbonyl compounds will react faster by nucleophilic attack? (CH3)2CHCHO (CH3)3CCHO (t-Bu),co Сн,сно А D (CH3)2CO E B с 2
Tell what substances could be used, and how much of each would be measured out in the lab, to make 750 mL of a pH = 5.4 buffer. There is more than one possible correct answer, you need to work out only one
3. A solution containing which one of the following pairs of substances will be a buffer solution? A) Nal, HI B) KBr, HB C) NaCl, HCI D) NaF, HF E) NaNO3, HNO3
Hello, could someone please help me approach this problem? I'm not sure if there's a specific formula or methodology I should be using. Thank you! An organism produces 4 progeny every time it reproduces, and its generation time is 30 minutes. If you start with 10 organisms, how many will you have after 3 hours, assuming that you have an abundant supply of all required nutrients?
Could someone please tell me the answer and providing reasoning
as to why?
You perform three different reactions at constant pressure and note the heat associated with the three reactions are equal. Reaction 1 produces gas, reaction 2 consumes it and reaction 3 has no gaseous substances as reactants or products. Which statement below is true? Note: Greatest refers to the value, not the magnitude, so -2 is greater than -5 and 1 is greater than both Select one: a....
Can someone help me with this accounting question? I'm not sure
how to approach it.
Dave Krug finances a new automobile by paying $5,700 cash and agreeing to make 10 monthly payments of $580 each, the first payment to be made one month after the purchase. The loan bears interest at an annual rate of 12%. What is the cost of the automobile? (PV of $1, FV of $1, PVA of $1, and FVA of $1) (Use appropriate factor(s) from...
I'm using the programming language R. Can someone please tell me why this returns true? a1=c(5,"7",9,12,"15") a2=c(5,7,9,12,15) a1 == a2 Output is: > a1 == a2 [1] TRUE TRUE TRUE TRUE TRUE