Answer:
composition of alpha phase is 27% B
Explanation:
given data
mass fractions = 0.5 for both
composition = 57 wt% B-43 wt% A
composition = 87 wt% B-13 wt% A
solution
as by total composition Co = 57 and by beta phase composition Cβ = 87
we use here lever rule that is
Wα = Wβ ...............1
Wα = Wβ = 0.5
now we take here left side of equation
we will get
= 0.5
= 0.5
solve it we get
Ca = 27
so composition of alpha phase is 27% B
Given acceleration a = 5-3t, and its velocity is 7 at time t = 2, the value of s2 - s1 = 7
<h3>How to solve for the value of s2 - s1</h3>
We have
=
v2 = 5x2 - 3x2 + c
= 10-6+c
= 4+c
S2 - S1
= 6 + 6+c - 2+3+c
12+c-5+c = 0
7 = c
Read more on acceleration here: brainly.com/question/605631
AnswerWhat Are the Classifications of Burns? Burns are classified as first-, second-, or third-degree, depending on how deep and severe they penetrate the skin's surface. First-degree burns affect only the epidermis, or outer layer of skin. The burn site is red, painful, dry, and with no blisters.
Explanation:
Answer:
1. cout << "Num: " << songNum << endl;
2. cout << songNum << endl;
3. cout << songNum <<" songs" << endl;
Explanation:
//Full Code
#include <iostream>
using namespace std;
int main ()
{
int songNum;
songNum = 5;
cout << "Num: " << songNum << endl;
cout << songNum << endl;
cout << songNum <<" songs" << endl;
return 0;
}
1. The error in the first cout statement is that variable songnum is not declared.
C++ is a case sensitive programme language; it treats upper case and lower case characters differently.
Variable songNum was declared; not songnum.
2. Cout us used to print a Variable that has already been declared.
The error arises in int songNum in the second cout statement.
3. When printing more than one variables or values, they must be separated with <<
Answer:
GMAW
Explanation:
It's literally the initials of that type of welding