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

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
You should try to photograph people on bright sunny days because the light will be best a) true b) false
Answers: 1
question
Computers and Technology, 23.06.2019 01:50
Free points just awnser this. what should i watch on netflix
Answers: 2
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. peter has launched a website that features baby products. however, clients often find they are unable to access the website because the server is down. which feature of cybersecurity should peter focus on for his website? a. data authenticity b. data privacy c. data availability d. data integrity e. data encryption
Answers: 3
question
Computers and Technology, 23.06.2019 18:40
Johnson enterprises uses a computer to handle its sales invoices. lately, business has been so good that it takes an extra 3 hours per night, plus every third saturday, to keep up with the volume of sales invoices. management is considering updating its computer with a faster model that would eliminate all of the overtime processing.
Answers: 2
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
question
English, 13.07.2021 14:00
question
Mathematics, 13.07.2021 14:00
question
Mathematics, 13.07.2021 14:00
question
Mathematics, 13.07.2021 14:00
question
Chemistry, 13.07.2021 14:00
Questions on the website: 13722362