Given
Car 1
m1 = 1300 kg
v1 = 20 m/s
m2 = 900 kg
v2 = -15 m/s
(Negative sign shows that direction of car 2 is opposite to car 1)
Procedure
As per the conservation of linear momentum, "The total momentum of the system before the collision must be equal to the total momentum after the collision". And this applies to the perfectly inelastic collision as well. Then the expression is,

Thus, we can conclude that the speed and direction of the cars after the impact is 5.68 m/s towards the first car.
Pascal's law of fluid transfer states that when there is an increase in fluid pressure, the rest of the extrinsic variables also increases. For example, in a flow of liquid in an orifice, there is a contraction of diameter in the orifice part. The fluid that will go in there increases in pressure and thereby an increase in velocity as well.
Answer: 2561.7 pounds
Explanation:
If we assume the total weight of an airplane (in pounds units) as a <u>linear function</u> of the amount of fuel in its tank (in gallons) and we make a Weight vs amount of fuel graph, which resulting slope is 5.7, we can use the slope equation of the line:
(1)
Where:
is the slope of the line
is the airplane weight with 51 gallons of fuel in its tank (assuming we chose the Y axis for the airplane weight in the graph)
is the fuel in airplane's tank for a total weigth of 2390.7 pounds (assuming we chose the X axis for the a,ount of fuel in the tank in the graph)
This means we already have one point of the graph, which coordinate is:

Rewritting (1):
(2)
As Y is a function of X:
(3)
Substituting the known values:
(4)
(5)
(6)
Now, evaluating this function when X=81 (talking about the 81 gallons of fuel in the tank):
(7)
(8) This means the weight of the plane when it has 81 gallons of fuel in its tank is 2561.7 pounds.
Answer:
2,25 g/cm3
Explanation:
Hi, you have to know one thing for this.. Density = mass/Volume,
When you have the loaf of bread with 3100 cm3 and a density of 0.90 g/cm3, the mass of that bread is 2790 g because of if you isolate the variable mass from the equation you get.. mass= density x volume
Later, have on account the mass never changes, so you crush the bread and the mass is the same.. so when you have the mashed bread.. you know that the mass is 2790 g and the volume of the bag is 1240 cm3, so you apply the main equation.... density=2790 g / 1240 cm3 , so density = 2,25 g/cm3
REPETITION CYCLES. A repeating structure allows you to execute an instruction or a set of instructions multiple times. A repetitive execution of sentences is characterized by: The sentence or sentences that are repeated. The cycle is one of the most important basic programming structures, as it is present in dissimilar problems. In structured programming there are three types of basic cycles: determined, indeterminate avoidable, and indeterminate unavoidable; On the other hand, visual programming brings with it a revolutionary change in this structure, since the user who controls when the cycle ends is himself, activating an event that signifies the breaking of the cycle.