Answer:
2.1 m/s
Explanation:
According to law of conservation of momentum;
m1u1 + m2u2 = (m1+m2)v
m1 and m2 are the masses
u1 and u2 are the initial velocities
v is the common velocity
Given
m1 = 2150kg
m2 = 3250kg
u1 = 10.0m/s
u2 = ?
v = 5.22m/s
Substitute and get u2
2150(10) + 3250u2 = (2150+3250)5.22
21,500 + 3250u2 = 5400(5.22)
3250u2 = 28,188 - 21500
3250u2 = 6688
u2 = 6688/3250
u2 = 2.1 m/s
Hence the 3250 kg car’s initial velocity has an initial velocity of 2.1 m/s
Explanation:
Let solve the program using Java programming language
Method: method means group of statements to perform some operation.
let call the method sum.
Parameters: list of variables that are use in the method for declaration.
<u>The code</u>
public int sum (int number)
int answer;
if (number == 1)
answer = number;
else
{
int half = number/2;
int span = number - half;
answer = sum(half) + sum(span) + (half * span);
}
answer result;
}
Firstly we defined the method called sum(), the method takes only one parameter which is number and return the answer(sum of the integers 1 and N).
if the number is equal to 1, so it will return the number and if the number is not equal to 1 it will divide the number by 2 and get the span(span used to shift upper range).And result will add sum of half, sum of span and product of half span.
Answer:
As indicated by Newton's law of attraction each article or body in the universe draws in every single item towards one another and that power of fascination is straightforwardly relative to the result of their masses and contrarily corresponding to the square of the distance between them.
The power of gravity between two articles will diminish as the distance between them increments. The two most significant elements influencing the gravitational power between two items are their mass and the distance between their focuses. As mass increments, so does the power of gravity, however an increment in distance mirrors a reverse proportionality, which makes that power decline dramatically.
At that point by Newton's All inclusive Law of Attractive energy;
F=GMm/R^2
Mm= result of the majority
R=Distance Between the two masses by focus.
On the off chance that R is multiplied, new force=GMm/(2R)^2
=GMm/4R^2
Unique Power/New Force=4/1
F/4=New Power
Explanation:
To my understanding of comic books, weak force indicates that the hero was strong enough to overcome its powers...
Answer:
The equation for momentum of a piece of matter.
In either case, the momentum would be less than a linebacker hitting you at full speed. The equation for momentum is written: p = mv where p stands for momentum. That is, mass times velocity equals momentum.
Explanation:
Hope This Helps
Have A Great Day