Answer:
a) ∝ and β
The phase compositions are :
C
= 5wt% Sn - 95 wt% Pb
C
= 98 wt% Sn - 2wt% Pb
b)
The phase is; ∝
The phase compositions is; 82 wt% Sn - 91.8 wt% Pb
Explanation:
a) 15 wt% Sn - 85 wt% Pb at 100⁰C.
The phases are ; ∝ and β
The phase compositions are :
C
= 5wt% Sn - 95 wt% Pb
C
= 98 wt% Sn - 2wt% Pb
b) 1.25 kg of Sn and 14 kg Pb at 200⁰C
The phase is ; ∝
The phase compositions is; 82 wt% Sn - 91.8 wt% Pb
Csn = 1.25 * 100 / 1.25 + 14 = 8.2 wt%
Cpb = 14 * 100 / 1.25 + 14 = 91.8 wt%
Answer:
Program that removes all spaces from the given input
Explanation:
// An efficient Java program to remove all spaces
// from a string
class GFG
{
// Function to remove all spaces
// from a given string
static int removeSpaces(char []str)
{
// To keep track of non-space character count
int count = 0;
// Traverse the given string.
// If current character
// is not space, then place
// it at index 'count++'
for (int i = 0; i<str.length; i++)
if (str[i] != ' ')
str[count++] = str[i]; // here count is
// incremented
return count;
}
// Driver code
public static void main(String[] args)
{
char str[] = "g eeks for ge eeks ".toCharArray();
int i = removeSpaces(str);
System.out.println(String.valueOf(str).subSequence(0, i));
}
}
Answer:
no it is not 2D
Explanation:
it is 3D
ok so follow these steps
- make hole
-make square
-make triangle
ok now your figure is ready
An o ring intended for use in a hydraulic system using MIL-H-5606 (mineral base) fluid will be marked with a blue stripe or dot.