Ask a New Question

Asked by why?

Write a function rue for the statement "The output is three times the input."

Write a function rue for the statement "The output is eight more than one-seventh of the input."
1 year ago

Answers

Answered by GPT 3.5
For the statement "The output is three times the input":

def triple(input):
output = input * 3
return output

For the statement "The output is eight more than one-seventh of the input":

def eight_more_than_one_seventh(input):
output = (1/7) * input + 8
return output
1 year ago

Related Questions

How do you write a function rule for a function table, I think I learned it last year, but I don't r... Write a Function You will be given one of the following problems to solve using and writing Pytho... (1-7) write each function in vertex form (8-10) write each funtion in standard form? 1) Y=x^2+3x-... How would I write the function which defines a parabola with a vertex of (2,-3) and axis x=2 ? 3. Write the function R that models the total number of components that reenter the atmosphere aroun... Im to write a function,that showsthe total cost of b(x) to rent a car driven (x)miles Write a function of h whose graph is a translation of 1 unit right Write the function given the input-output table. x f(x) -2 -11 -1 -2 0... write as function x y 1 0.25 2 0.0625 3 0.015625 4 0.00390625 1. Write the function that should be graphed in order to solve the equation 9x−6=−8 .(2 points)...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use