Answer:
volume = 53.747 m3 = 14198.138 gal
weight = 526652 N = 118396.08 lbf
Explanation:
We know that volume of water
where A' = 61% of A
=1898.015 ft^3
=526652 N
The load is 17156 N.
<u>Explanation:</u>
First compute the flexural strength from:
σ = FL / π
= 3000 (40 10^-3) / π (5 10^-3)^3
σ = 305 10^6 N / m^2.
We can now determine the load using:
F = 2σd^3 / 3L
= 2(305 10^6) (15 10^-3)^3 / 3(40 10^-3)
F = 17156 N.
Answer:
d. 2.3 ohms (5.3 amperes)
Explanation:
The calculator's 1/x key makes it convenient to calculate parallel resistance.
Req = 1/(1/4 +1/8 +1/16) = 1/(7/16) = 16/7 ≈ 2.3 ohms
This corresponds to answer choice D.
__
<em>Additional comment</em>
This problem statement does not tell the applied voltage. The answer choices suggest that it is 12 V. If so, the current is 12/(16/7) = 21/4 = 5.25 amperes.
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:
im sorry but i cant find any studies about this and im 3 days late