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))
Answer:
magnetic field will allow the electron to go through 2 x
T k
Explanation:
Given data in question
velocity = 5.0 ×
electric filed = 
To find out
what magnetic field will allow the electron to go through, undeflected
solution
we know if electron move without deflection i.e. net force is zero on electron and we can say both electric and magnetic force equal in magnitude and opposite in directions
so we can also say
F(net) = Fe + Fb i.e. = 0
q V B + q E = 0
q will be cancel out
+ 5e + 7i × B = 0
B = 2 x
T k
Answer:
more than
Explanation:
In a nuclear fusion reaction, the mass of the products is more than the mass of the reactants.
Answer:
Explanation:
When the apple is held submerged in water , it experiences a buoyant force due to which it floats in water . One has to apply downward force to keep it submerged. The lower the buoyant force , lower the force needed to submerge it in water.
When apple is held at much deeper point , it experience greater pressure due to column of water around it . So its size or its volume decreases . But its weight remains the same . Due to less volume , buoyant force also decreases ( buoyant force is equal to weight of displaced volume of water. )
Due to buoyant force becoming less , force needed on apple in downward direction will also be less.