Answer:
Try solving 6(n-5)-2.
Step-by-step explanation:
I believe this can be set up as 6(n-5)-2. The difference of a number and five can be represented by n-5. If this needs to be multiplied by 6 (hence 6 times), it would become 6(n-5). Two less than that is represented by -2. Thus, two less than six times the difference of a number and five is 6(n-5) -2, which, when n=9 is plugged in, looks like 6(9-5) -2. Follow PEMDAS from there.
Answer:
138 is the answer
Step-by-step explanation:
128 square
Answer:
16
Step-by-step explanation:
First of all, I think it was "respectively", not "respecfully", =))). A noticeable point.
From the problem, three item's costs are represented by three consecutive even integer.
Thus, we can call cost of spoiler is x, sunroof is x-2, stereo is x + 2. It is conditioned that x is an even number.
Since the sum of the three is 48, we have
(x-2) + x + (x+2) = 48
x+x+x -2 +2 = 48
3x =48
x=16
So the spoiler is 16; thus, the sunroof is 14 and the stereo is 18
First, conceptually understand what an inverse function is, it makes solving it very intuitive. An inverse function is simply a function which has points (y,x) for every point (x,y) of the parent function. So you are essentially taking all points of the parent function and switching the x and y coordinates for each. Those switched coordinates are produced by the "inverse function".
Mathematically then, finding the inverse function is a matter of solving for x and then switching the variable labels. In this case:
y=2x+1 subtract 1 from both sides
y-1=2x divide both sides by 2
(y-1)/2=x now just switch the labels for the variables...
y=(x-1)/2 so
f^-1(x)=(x-1)/2 is the inverse of f(x)=2x+1