1. clavicle = collarbone
2. vertebrae = backbone
3. scapula = shoulder blade
4. femur = thigh
5. humerus = upper arm
6. patella = kneecap
7. cranium = skull
8. tibia = lower leg
9. radius/ulna = forearm
10. phalanges = fingers/toes
Answer:
The code is written in python in the explanation section below
Explanation:
a_feet = int(input("Input the feet of the first fabric: "))
a_inches = int(input("input the size in inches for the first piece of fabric: "))
b_feet = int(input("input the size in Feet for the second piece of fabric: "))
b_inches = int(input("Enter the size in Inches for the second piece of fabric: "))
sum_inches = a_inches + b_inches
inches_to_feet = sum_inches // 12
rem_from_div = sum_inches % 12
sum_feet = a_feet + b_feet + inches_to_feet
print("Feet: {} Inches: {}".format(sum_feet, rem_from_div))
The mass of Jupitar is obtained from the calculations as 5.8 * 10^-14 Kg.
<h3>What is the mass of Jupitar?</h3>
There are nine planets in the solar system and the sun lies at the enter of our solar system. This is the heliocentric model of the solar system.
Given that;
T^2 = GMr^3/4π
T = period
G = gravitational constant
r = radius
M = mass of Jupitar
Now;
1 day = 86400 seconds
1.77 days = 1.77 days * 86400 seconds/1 day
= 152928 seconds
Making M the subject of the formula;
M =4πT^2/Gr^3
M = 4 * 3.142 * (152928)^2/6.67 × 10^-11 * (422 × 10^9)^3
M = 2.9 * 10^11/5.0 * 10^24
M = 5.8 * 10^-14 Kg
Learn more about mass of a planet:brainly.com/question/13851553
#SPJ1
Answer: 
Explanation:
Given
Cross-sectional area of wire 
Extension of wire 
Extension in a wire is given by

where, 

for same force, length and material

Divide (i) and (ii)

Answer:
Night vision is the ability to see in low-light conditions. Whether by biological or technological means, night vision is made possible by a combination of two approaches: sufficient spectral range, and sufficient intensity range.