Answer:
See figure 1
Explanation:
On this case we have a <u>base</u> (methylamine) and an <u>acid</u> (2-methyl propanoic acid). When we have an acid and a base an <u>acid-base reaction </u>will take place, on this specific case we will produce an <u>ammonium carboxylate salt.</u>
Now the question is: <u>¿These compounds can react by a nucleophile acyl substitution reaction?</u> in other words <u>¿These compounds can produce an amide? </u>
Due to the nature of the compounds (base and acid), <u>the nucleophile</u> (methylamine) <u>doesn't have the ability to attack the carbon</u> of the carbonyl group due to his basicity. The methylamine will react with the acid-<u>producing a positive charge</u> on the nitrogen and with this charge, the methylamine <u>loses all his nucleophilicity.</u>
I hope it helps!
Answer:
Explanation:
Upon arrival we needed to hunt in this new land we only had five refills and they needed 50 g of gunpowder to be shot once. We only have 15 pounds of gunpowder. It is taking six shots to kill one of these wild turkeys. How many turkeys can be shot with 15 pounds of gunpowder?
If we had plenty of refills, and it takes 6 shots to kill a wild turkey at 50 gms of gunpowder per shot, then each turkey requires 6X50 =300gms of gunpowder. We have 15X454 gms of gunpowder and have the potential to kill 15X454/300=22.7 or 22 turkeys.and it takes 6 shots to kill a wild turkey.
The limiting reagent is the number of refills, and withonly 5, we are out of luck and can't kill one turkey
The temperature decreases because there is no ozone in the mesosphere and the amount of air is decreasing.
Answer:
class sum (
public static void sumofvalue (int m, int n, int p)
{
System.out.println(m);
System.out.println(n);
System.out.println(p);
int SumValue=m+n+p;
System.out.println("Average="+Sumvalue/3);
}
)
Public class XYZ
(
public static void main(String [] args)
{
sum ob=new sum();
int X=3;
int X=4;
int X=5;
ob.sumofvalue(X,Y,Z);
int X=7;
int X=8;
int X=10;
ob.sumofvalue(X,Y,Z);
}
)
Explanation:
The above program is made in Java, in which first we have printed value in a separate line. After that, the average value of those three values has been printed according to the question.
The processing of the program is given below in detail
* The first one class named 'sum' has been created which contains the function to print individual value and the average of those three values.
* In seconds main class named 'XYZ', the object of that the above class had been created which call the method of the above class to perform functions.
* In the main class values are assigned to variables X, Y, Z.
Reduction involves the either the addition of hydrogen and removal of oxygen.
<h3>What is reduction?</h3>
Reduction involves the removal of oxygen.
This implies there is a loss of oxygen in reduction.
This can be represented in the extraction of iron from it ores.
Fe₂O₃ + 3CO → 2Fe + 3CO₂
Reduction is also the addition of hydrogen. This implies it is the gain of hydrogen.
For example
CH₃CHO → CH₃CH₂OH
learn more on reduction here: brainly.com/question/9485345
#SPJ12