deairculbreath2
deairculbreath2 deairculbreath2
  • 04-08-2016
  • Physics
contestada

Object A has a mass of 100 grams. Object B has a mass of 150 grams. They are both traveling at the same velocity. What can you conclude?

Respuesta :

AL2006
AL2006 AL2006
  • 05-08-2016
-- Momentum is (mass) x (speed). 
Object B has 1.5 times as much momentum as Object A has.

-- Kinetic energy is (1/2) x (mass) x (speed) . 
Object B has 1.5 times as much kinetic energy as Object A has.

-- If they would both stop long enough to get on the scale,
Object B would weigh 1.5 times as much as Object A does.
Answer Link

Otras preguntas

Why does it take a longer distance to stop a ping pong ball than a bowling ball with the same momentum?
Please help me! Can a triangle have sides with the given lengths? 5 ft, 6 ft, 13 ftA. Yes, because 5 + 6 < 13 satisfies the triangle inequality theorem.B. N
Give scenarios when mean or median is better for center
Suppose you are conducting a survey regarding activity level of children in the LA school district. you obtain a cluster sample of 16schols within the la school
how to make chopsticks with hair band sticks????
When you break a magnet in half how many poles does each piece have.
A box contains 5 red marbles, 8 green marbles, 4 blue marbles, and 3 yellow marbles. If 2 marbles are randomly selected without replacement, what is the probabi
Please help!The letters R W A and E are arranged in a random order. What is the probability that the arrangement forms the words WEAR or WARE??F 1/2G 1/6H 1/12J
find the Quotient o r 4298÷4
What is the output of the code snippet given below? int i; int j = 0; for (i = 0; i < 5; i++) { if (i % 2 == 0) { i = i + 2; j++; }