subject

Which X and Y cause the program to print the final velocity in feet per second? Note that the distance and initial_velocity are given using meters instead of feet. def final_velocity(inital_velocity, distance, time):
return 2 * distance / time - initial_velocity
def meters_to_feet(distance_in_meters):
return 3.28084 *distance_in_meters
#display final velocity in feet per second
t = 35 # seconds
d =7.2 #meters
v_i = 4.6 # meters / second
print('Final velocity: {:f} feet/s' .format(final_velocity(x, y)))

pick one option:
X = meters_to_feet(v_i), Y=meters_to_feet(d)
X=v_i, Y=meters_to_feet(d)
X=meters_to_feet(v_i), Y=d
X=v_i, Y=d

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 20:00, serellehunt
Which type of file can be used to import data into a spreadsheet?
Answers: 1
image
Computers and Technology, 23.06.2019 15:00, Siris420
Plz ( which is an example of a good url?
Answers: 1
image
Computers and Technology, 23.06.2019 15:30, taapeters
Brian wants to conduct an online search with a certain phrase. he intends to use the words books that belong to the 1800s in his search. how should he use the word that in his search?
Answers: 1
image
Computers and Technology, 24.06.2019 07:00, janeliles
Why would a business likely use a java applet - to back up their data files for the business - to create a program that a customer can launch in their web browser - to create music on a powerpoint presentation - to organize files on their company directory
Answers: 3
You know the right answer?
Which X and Y cause the program to print the final velocity in feet per second? Note that the distan...

Questions in other subjects:

Konu
Mathematics, 16.01.2020 08:31