Answer:
13.95
Explanation:
Given :
Vector A polar coordinates = ( 7, 70° )
Vector B polar coordinates = ( 4, 130° )
To find A . B we will
A ( r , ∅ ) = ( 7, 70 )
A = rcos∅ + rsin∅
therefore ; A = 2.394i + 6.57j
B ( r , ∅ ) = ( 4, 130° )
B = rcos∅ + rsin∅
therefore ; B = -2.57i + 3.06j
Hence ; A .B
( 2.394 i + 6.57j ) . ( -2.57 + 3.06j ) = 13.95
(a) The number of vacancies per cubic centimeter is 1.157 X 10²⁰
(b) ρ = n X (AM) / v X Nₐ
<u>Explanation:</u>
<u />
Given-
Lattice parameter of Li = 3.5089 X 10⁻⁸ cm
1 vacancy per 200 unit cells
Vacancy per cell = 1/200
(a)
Number of vacancies per cubic cm = ?
Vacancies/cm³ = vacancy per cell / (lattice parameter)³
Vacancies/cm³ = 1 / 200 X (3.5089 X 10⁻⁸cm)³
Vacancies/cm³ = 1.157 X 10²⁰
Therefore, the number of vacancies per cubic centimeter is 1.157 X 10²⁰
(b)
Density is represented by ρ
ρ = n X (AM) / v X Nₐ
where,
Nₐ = Avogadro number
AM = atomic mass
n = number of atoms
v = volume of unit cell
Answer:
Detailed solution is given in attached image
Answer:
import java.util.Scanner;
public class InputExample {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int birthMonth;
int birthYear;
birthMonth = scnr.nextInt();
birthYear = scnr.nextInt();
System.out.println(birthMonth+"/"+birthYear);
}
}
Answer:
Technician B only is correct
Explanation:
Voltage drop testing is a method used to find the amount of electrical resistance available in an high amperage circuit that involves connecting the leads of the meter in parallel to the circuits being tested such that disassembly is not required
In voltage drop test, the red voltmeter lead and black voltmeter lead are placed at two points on the same side of the circuit connection such that the leads are in between two positive connection or two negative connection (rather than connecting the red to the positive and the black to the negative sides of the circuit) and digital voltmeter is used for the voltage drop measurement across the lead while the connection is under load.
Therefore, Technician B only is correct