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 20:30
Write a program that reads the file, then displays the average number of steps taken for each month. (the data is from a year that was not a leap year, so february has 28 days.) your program needs to use at least 3 functions not counting main and display the information in a neat well formatted fashion.
Answers: 3
question
Computers and Technology, 22.06.2019 20:40
Assume that there is a 4% rate of disk drive failure in a year. a. if all your computer data is stored on a hard disk drive with a copy stored on a second hard disk drive, what is the probability that during a year, you can avoid catastrophe with at least one working drive? b. if copies of all your computer data are stored on three independent hard disk drives, what is the probability that during a year, you can avoid catastrophe with at least one working drive?
Answers: 1
question
Computers and Technology, 24.06.2019 04:30
How do you share someone else’s tweet with your own twitter followers?
Answers: 1
question
Computers and Technology, 24.06.2019 07:30
Jason is working on a microsoft excel worksheet and he wants to create a print preview shortcut. his teacher asks him to access the customization option to create the new shortcut. which two tabs should jason select to place the print preview shortcut on the worksheet toolbar? a. new tab (custom) and new group (custom) b. new file tab (custom) and new tab (custom) c. new custom group and new command d. new custom tab and new command
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
Geography, 29.11.2020 08:30
question
Mathematics, 29.11.2020 08:30
question
History, 29.11.2020 08:30
question
Chemistry, 29.11.2020 08:30
Questions on the website: 13722362