1. the function f(x)=6x/3x-5 is one to one. find its inverse and check your answer.

And on the second one can you tell me if I am correct.

2. solve the following exponential solution 7^2x+7^x+1-60=0

7^2 x+7^x-59=0
(49x)+7^x-59=0
49x/49=0/49
x=0/49
x=0

1.

let y = 6x/(3x-5)
the first step in finding the inverse is to interchange the x and y variables, so
inverse is
x = 6y/(3y-5)
3xy - 5x = 6y
3xy - 6y = 5x
y(3x - 6) = 5x
y = 5x/(3x-6) or f^-1 (x) = 5x/(3x-6)

check with a point
let x = 5 , then y = 30/(10) = 3

plug 3 in for x in the inverse
y = 15/(9-6) = 5 , looks good

2. (not even close)

I will assume you meant:
7^(2x) + 7^(x+1) - 60 = 0
7^(2x) + (7^1)(7^x) - 60 = 0
let y = 7^x
y^2 + 7y - 60 = 0
(y+12)(y-5) = 0
y = 5 or y = -12

so
7^x = 5 or 7^x = 12 , which would have no solution

if y = 5
7^x = 5
log 7^x = log5
xlog7 = log5
x = log5/log7 = appr .827

check:
LS = 7^1.654 + 7^1.827 - 60
= - .0144..
not quite zero but close enough using only 3 decimal places for x
try x = .827087475 and sub into the equation using your calculator.
can't get any closer to 0 than that.

1. To find the inverse of the function f(x) = 6x/(3x - 5), follow these steps:

Step 1: Replace f(x) with y: y = 6x/(3x - 5).
Step 2: Swap x and y: x = 6y/(3y - 5).
Step 3: Solve this equation for y.

To do this, first multiply both sides by (3y - 5) to eliminate the denominator:
x(3y - 5) = 6y.
Expand the left side: 3xy - 5x = 6y.
Rearrange the terms: 3xy - 6y = 5x.
Factor out y: y(3x - 6) = 5x.
Divide both sides by (3x - 6): y = 5x/(3x - 6).

Therefore, the inverse function of f(x) = 6x/(3x - 5) is f^(-1)(x) = 5x/(3x - 6).

To check if the inverse is correct, you can verify if the composition of the function and its inverse gives the identity function.

Let's compose the functions:

f(f^(-1)(x)) = ((6 * (5x/(3x - 6))) / (3 * (5x/(3x - 6)) - 5))
Simplifying the expression leads to:

f(f^(-1)(x)) = (30x / (15x - 30))
Cancel out common factors:

f(f^(-1)(x)) = (2x / (x - 2))

As you can see, f(f^(-1)(x)) simplifies to x. This confirms that the inverse function is correct.

2. Regarding the exponential equation, you have mentioned two equations. Let's solve both:

Equation 1:
7^(2x) + 7^x - 59 = 0

To solve this equation, let's substitute a variable u = 7^x. The equation becomes:

u^2 + u - 59 = 0

Now we can solve this quadratic equation. Factoring or using the quadratic formula, we find that:

(u - 7)(u + 8) = 0

This gives us two possible solutions for u:

u = 7 or u = -8

Substituting back, we get:

7^x = 7 or 7^x = -8

For the second equation 7^x = -8, there is no real solution since an exponential function can only yield positive values.

For the first equation 7^x = 7, we solve for x by taking the logarithm base 7 of both sides:

x = log_7(7)

x simplifies to 1, so the solution to the equation is x = 1.

Therefore, the solution to the first equation is x = 1.

Now let's consider the second equation you mentioned:

Equation 2:
7^(2x) + 7^x - 60 = 0

We can factor this equation as:

(7^x - 5)(7^x + 12) = 0

Setting each factor to zero, we get:

7^x - 5 = 0 or 7^x + 12 = 0

For the first equation 7^x - 5 = 0, we add 5 to both sides and then take the logarithm base 7:

7^x = 5
x = log_7(5)

For the second equation 7^x + 12 = 0, there is no real solution since an exponential function can only yield positive values.

Therefore, the solutions to the second equation are x = log_7(5) and x = 1, based on the earlier solution.

In summary, for the exponential equation 7^(2x) + 7^x - 60 = 0, the solutions are x = 1 and x = log_7(5).