Answer:
q=2313.04
T=690.86°C
Explanation:
Given that
Thickness t= 20 cm
Thermal conductivity of firebrick= 1.6 W/m.K
Thermal conductivity of structural brick= 0.7 W/m.K
Inner temperature of firebrick=980°C
Outer temperature of structural brick =30°C
We know that thermal resistance

These are connect in series

Heat transfer

So heat flux
q=2313.04
Lets temperature between interface is T
Now by equating heat in both bricks

So T=690.86°C
The magnetic force on a free moving charge is perpendicular to both the velocity of the charge and the magnetic field with direction given by the right hand rule. The force is given by the charge times the vector product of velocity and magnetic field.
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:
The number of inputs processed by the new machine is 64
Solution:
As per the question:
The time complexity is given by:

where
n = number of inputs
T = Time taken by the machine for 'n' inputs
Also
The new machine is 65 times faster than the one currently in use.
Let us assume that the new machine takes the same time to solve k operations.
Then
T(k) = 64 T(n)


k = 64n
Thus the new machine will process 64 inputs in the time duration T