Answer:
Wrenches are made in various shapes and sizes and are used for gripping, fastening, turning, tightening and loosening things like pipes, pipe fittings, nuts and bolts. There are basically two major kinds of wrenches: Pipe wrenches used in plumbing for gripping round (cylindrical) things.
Given data:
•) applied voltage = 15 V
•). Resistance = 1000 ohm
Required:
•). The magnitude of current= ?
•••••••••••••SOLUTION•••••••••••••
We can find the relation ship between current, voltage and resistance with the help of Ohms law.
According to ohms law;
V= IR.
Rearranging the above equation;
I= V/ R
Putt the values in the above equation; we get
I= 15V/ 1000ohm
I = 0.015 A( ampere)
••••••••••••••• CONCLUSION•••••••
The value of the current would be 0.15 ampere when Resistance is equal to 1000 and that of Voltage is equal to 15 V.
Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
Q:What velocity does the boy attain if he throws the bricks one at a time?
Answer:Linear velocity since it moves back and firth and does not rotate like angular velocity.
Answer:
The total tube surface area in m² required to achieve an air outlet temperature of 850 K is 192.3 m²
Explanation:
Here we have the heat Q given as follows;
Q = 15 × 1075 × (1100 -
) = 10 × 1075 × (850 - 300) = 5912500 J
∴ 1100 -
= 1100/3
= 733.33 K

Where
= Arithmetic mean temperature difference
= Inlet temperature of the gas = 1100 K
= Outlet temperature of the gas = 733.33 K
= Inlet temperature of the air = 300 K
= Outlet temperature of the air = 850 K
Hence, plugging in the values, we have;

Hence, from;
, we have
5912500 = 90 × A × 341.67

Hence, the total tube surface area in m² required to achieve an air outlet temperature of 850 K = 192.3 m².