The correct answer to what additional measurement the student requires is; D. The student has enough information to make the determination
<h3>Understanding Change in Momentum</h3>
Formula for change in momentum is;
ΔP = m(v - u)
Now, this change in momentum is also equal to impulse which has the formula; Impulse = Force(F) × Time(t)
I = F × t
Thus;
m(v - u) = F × t
Now, we are given;
Force exerted on the object and the time interval. Thus;
ΔP = F × t
Thus, the student has enough information to find the change in momentum
The missing options are;
a. The mass of the object.
b. The final speed of the object MOH 5000
c. The distance fallen by the object
d. The student has enough information to make the determination
Read more about Impulse and Change in momentum at; brainly.com/question/20586658
The Spanish word to complete the sentence. Susana está Comiéndolo.
<h3>What is the statement about?</h3>
The statement Susana está Comiéndolo means Susan is eating the Pizza
or any other thing.
Note that Comiéndolo is the best word as it fit well into the sentence of Susana está Comiéndolo.
Learn more about Spanish word from
brainly.com/question/22412009?answeringSource=feedPublic%2FhomePage%2F19
#SPJ1
The code that read two numbers from user input, then, print the sum of those numbers are as follows:
x = int(input("write a number: "))
y = int(input("write another number: "))
print(x + y)
<h3 /><h3>Code explanation</h3>
- The first line of code ask the user for a number input. The integer input is stored in a variable x.
- The second line of code ask the user for another number input . The integer input is stored in a variable y.
- Finally, we print the sum of the user's input.
learn more on python code here: brainly.com/question/15183327?referrer=searchResults
Answer:
If I understand correctly, symbolism.
5x + 3 = 12
take the 3 to the other side
5x = 12 - 3 = 9
5x = 9
divide both sides by 5
x = 9/5
x = 1.8