Answer:
8x−6
Step-by-step explanation:
Hope this helps!
Use the quadratic formula to solve the equations . you will get the answers
Y= 3/4x - 2 (-2,10)= (x1,y1)
The slope is -4/3 of the perpendicular line:
Then:
y-y1=m(x-x1)
y-10=(-4/3)(x+2)
y=-(4/3)x -8/3 +10
y= -(4/3)x +22/3 (That's the answer)
Answer:
f^-1(x) = (x -14)/10
Step-by-step explanation:
You can find the inverse function by solving for y:
x = f(y)
Here, that is ...
x = 10y +14 . . . . . use the definition of f(y)
x -14 = 10y . . . . . . subtract 14
(x -14)/10 = y . . . . divide by the coefficient of y
So, your inverse function is ...
f^-1(x) = (x -14)/10
Answer:
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199
Step-by-step explanation:
a) supposed you walked for the first hour. Then you would have travelled 3 miles. if you jogged you would have covered 5miles and if you run you would have covered 10miles. now you have to decide how to run the rest miles from the n miles.
Thus, the number of ways one can cover n miles will be given by the recurrence relation
p(n) = p( n-3) + p( n-5) + p( n - 10)
now to solve the rest of the question, let us make a table which provides the number of ways for n = 1 to 22.
check the attachment for the table
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199